#dd3945 color space conversions
Hex:
        #dd3945
        RGB:
        221, 57, 69
        CMY:
        13, 78, 73
        CMYK:
        0, 74, 69, 13
      HSL:
        356°, 70.6897%, 54.5098%
        HSV (HSB):
        356°, 74.2081%, 86.6667%
        XYZ:
        32.3561, 18.7281, 7.5397
        xyY:
        0.5519, 0.3195, 18.7281
      CIE-Lab:
        50.3675, 63.0540, 32.2980
        CIE-LCH:
        50.3675, 70.8446, 27.1228
        CIE-Luv:
        50.3675, 122.7516, 21.9110
        Hunter-Lab:
        43.2759, 57.7261, 19.9634
      #dd3945 color charts
#dd3945 RGB chart
      #dd3945 CMYK chart
      #dd3945 RGB pie chart
      #dd3945 color shades, tints & tones
#dd3945 color schemes
#dd3945 color preview, HTML & CSS examples
           This text has a color of #dd3945        
        
          <p style="color:#dd3945;">Text here</p>
        
        
          .mytext {color:#dd3945;}
        
        Text color #dd3945
      
           This box has a color of #dd3945        
        
          <div style="background-color:#dd3945;">Content here</div>
        
        
          .mybackground {background-color:#dd3945;}
        
        Background color #dd3945
      
           Border around this has a color of #dd3945        
        
          <div style="border:2px solid #dd3945;">Content here</div>
        
        
          .myborder {border:2px solid #dd3945;}
        
        Border color #dd3945