#cd255b color space conversions
Hex:
        #cd255b
        RGB:
        205, 37, 91
        CMY:
        20, 85, 64
        CMYK:
        0, 82, 56, 20
      HSL:
        341°, 69.4215%, 47.4510%
        HSV (HSB):
        341°, 81.9512%, 80.3922%
        XYZ:
        27.7267, 15.0576, 11.3426
        xyY:
        0.5123, 0.2782, 15.0576
      CIE-Lab:
        45.7130, 65.6025, 12.2965
        CIE-LCH:
        45.7130, 66.7450, 10.6163
        CIE-Luv:
        45.7130, 111.5826, 1.6865
        Hunter-Lab:
        38.8041, 59.6365, 9.8322
      #cd255b color charts
#cd255b RGB chart
      #cd255b CMYK chart
      #cd255b RGB pie chart
      #cd255b color shades, tints & tones
#cd255b color schemes
#cd255b color preview, HTML & CSS examples
           This text has a color of #cd255b        
        
          <p style="color:#cd255b;">Text here</p>
        
        
          .mytext {color:#cd255b;}
        
        Text color #cd255b
      
           This box has a color of #cd255b        
        
          <div style="background-color:#cd255b;">Content here</div>
        
        
          .mybackground {background-color:#cd255b;}
        
        Background color #cd255b
      
           Border around this has a color of #cd255b        
        
          <div style="border:2px solid #cd255b;">Content here</div>
        
        
          .myborder {border:2px solid #cd255b;}
        
        Border color #cd255b