#dc255d color space conversions
Hex:
        #dc255d
        RGB:
        220, 37, 93
        CMY:
        14, 85, 64
        CMYK:
        0, 83, 58, 14
      HSL:
        342°, 72.3320%, 50.3922%
        HSV (HSB):
        342°, 83.1818%, 86.2745%
        XYZ:
        32.1526, 17.3291, 12.0061
        xyY:
        0.5229, 0.2818, 17.3291
      CIE-Lab:
        48.6720, 69.6285, 15.5978
        CIE-LCH:
        48.6720, 71.3542, 12.6266
        CIE-Luv:
        48.6720, 122.8371, 4.4301
        Hunter-Lab:
        41.6282, 65.0193, 12.0397
      #dc255d color charts
#dc255d RGB chart
      #dc255d CMYK chart
      #dc255d RGB pie chart
      #dc255d color shades, tints & tones
#dc255d color schemes
#dc255d color preview, HTML & CSS examples
           This text has a color of #dc255d        
        
          <p style="color:#dc255d;">Text here</p>
        
        
          .mytext {color:#dc255d;}
        
        Text color #dc255d
      
           This box has a color of #dc255d        
        
          <div style="background-color:#dc255d;">Content here</div>
        
        
          .mybackground {background-color:#dc255d;}
        
        Background color #dc255d
      
           Border around this has a color of #dc255d        
        
          <div style="border:2px solid #dc255d;">Content here</div>
        
        
          .myborder {border:2px solid #dc255d;}
        
        Border color #dc255d