#d3245d color space conversions
Hex:
        #d3245d
        RGB:
        211, 36, 93
        CMY:
        17, 86, 64
        CMYK:
        0, 83, 56, 17
      HSL:
        340°, 70.8502%, 48.4314%
        HSV (HSB):
        340°, 82.9384%, 82.7451%
        XYZ:
        29.4706, 15.9009, 11.8718
        xyY:
        0.5148, 0.2778, 15.9009
      CIE-Lab:
        46.8443, 67.5377, 12.8054
        CIE-LCH:
        46.8443, 68.7410, 10.7361
        CIE-Luv:
        46.8443, 115.9745, 1.8483
        Hunter-Lab:
        39.8760, 62.1387, 10.2614
      #d3245d color charts
#d3245d RGB chart
      #d3245d CMYK chart
      #d3245d RGB pie chart
      #d3245d color shades, tints & tones
#d3245d color schemes
#d3245d color preview, HTML & CSS examples
           This text has a color of #d3245d        
        
          <p style="color:#d3245d;">Text here</p>
        
        
          .mytext {color:#d3245d;}
        
        Text color #d3245d
      
           This box has a color of #d3245d        
        
          <div style="background-color:#d3245d;">Content here</div>
        
        
          .mybackground {background-color:#d3245d;}
        
        Background color #d3245d
      
           Border around this has a color of #d3245d        
        
          <div style="border:2px solid #d3245d;">Content here</div>
        
        
          .myborder {border:2px solid #d3245d;}
        
        Border color #d3245d