#dd323b color space conversions
Hex:
        #dd323b
        RGB:
        221, 50, 59
        CMY:
        13, 80, 77
        CMYK:
        0, 77, 73, 13
      HSL:
        357°, 71.5481%, 53.1373%
        HSV (HSB):
        357°, 77.3756%, 86.6667%
        XYZ:
        31.7488, 17.9691, 5.9327
        xyY:
        0.5705, 0.3229, 17.9691
      CIE-Lab:
        49.4586, 64.7737, 37.0379
        CIE-LCH:
        49.4586, 74.6152, 29.7611
        CIE-Luv:
        49.4586, 128.6953, 24.7517
        Hunter-Lab:
        42.3900, 59.5085, 21.3750
      #dd323b color charts
#dd323b RGB chart
      #dd323b CMYK chart
      #dd323b RGB pie chart
      #dd323b color shades, tints & tones
#dd323b color schemes
#dd323b color preview, HTML & CSS examples
           This text has a color of #dd323b        
        
          <p style="color:#dd323b;">Text here</p>
        
        
          .mytext {color:#dd323b;}
        
        Text color #dd323b
      
           This box has a color of #dd323b        
        
          <div style="background-color:#dd323b;">Content here</div>
        
        
          .mybackground {background-color:#dd323b;}
        
        Background color #dd323b
      
           Border around this has a color of #dd323b        
        
          <div style="border:2px solid #dd323b;">Content here</div>
        
        
          .myborder {border:2px solid #dd323b;}
        
        Border color #dd323b