#dd31ac color space conversions
Hex:
        #dd31ac
        RGB:
        221, 49, 172
        CMY:
        13, 81, 33
        CMYK:
        0, 78, 22, 13
      HSL:
        317°, 71.6667%, 52.9412%
        HSV (HSB):
        317°, 77.8281%, 86.6667%
        XYZ:
        38.3635, 20.5473, 40.9738
        xyY:
        0.3841, 0.2057, 20.5473
      CIE-Lab:
        52.4505, 74.4680, -26.3747
        CIE-LCH:
        52.4505, 79.0007, 340.4972
        CIE-Luv:
        52.4505, 87.9658, -50.7665
        Hunter-Lab:
        45.3292, 71.7441, -21.8628
      #dd31ac color charts
#dd31ac RGB chart
      #dd31ac CMYK chart
      #dd31ac RGB pie chart
      #dd31ac color shades, tints & tones
#dd31ac color schemes
#dd31ac color preview, HTML & CSS examples
           This text has a color of #dd31ac        
        
          <p style="color:#dd31ac;">Text here</p>
        
        
          .mytext {color:#dd31ac;}
        
        Text color #dd31ac
      
           This box has a color of #dd31ac        
        
          <div style="background-color:#dd31ac;">Content here</div>
        
        
          .mybackground {background-color:#dd31ac;}
        
        Background color #dd31ac
      
           Border around this has a color of #dd31ac        
        
          <div style="border:2px solid #dd31ac;">Content here</div>
        
        
          .myborder {border:2px solid #dd31ac;}
        
        Border color #dd31ac