#de144c color space conversions
Hex:
        #de144c
        RGB:
        222, 20, 76
        CMY:
        13, 92, 70
        CMYK:
        0, 91, 66, 13
      HSL:
        343°, 83.4711%, 47.4510%
        HSV (HSB):
        343°, 90.9910%, 87.0588%
        XYZ:
        31.6789, 16.5517, 8.3626
        xyY:
        0.5598, 0.2925, 16.5517
      CIE-Lab:
        47.6902, 72.1415, 24.7966
        CIE-LCH:
        47.6902, 76.2841, 18.9689
        CIE-Luv:
        47.6902, 134.8830, 12.4038
        Hunter-Lab:
        40.6838, 67.7943, 16.2915
      #de144c color charts
#de144c RGB chart
      #de144c CMYK chart
      #de144c RGB pie chart
      #de144c color shades, tints & tones
#de144c color schemes
#de144c color preview, HTML & CSS examples
           This text has a color of #de144c        
        
          <p style="color:#de144c;">Text here</p>
        
        
          .mytext {color:#de144c;}
        
        Text color #de144c
      
           This box has a color of #de144c        
        
          <div style="background-color:#de144c;">Content here</div>
        
        
          .mybackground {background-color:#de144c;}
        
        Background color #de144c
      
           Border around this has a color of #de144c        
        
          <div style="border:2px solid #de144c;">Content here</div>
        
        
          .myborder {border:2px solid #de144c;}
        
        Border color #de144c