#dd31bc color space conversions
Hex:
        #dd31bc
        RGB:
        221, 49, 188
        CMY:
        13, 81, 26
        CMYK:
        0, 78, 15, 13
      HSL:
        312°, 71.6667%, 52.9412%
        HSV (HSB):
        312°, 77.8281%, 86.6667%
        XYZ:
        39.9942, 21.1996, 49.5610
        xyY:
        0.3611, 0.1914, 21.1996
      CIE-Lab:
        53.1673, 76.5415, -34.5934
        CIE-LCH:
        53.1673, 83.9958, 335.6791
        CIE-Luv:
        53.1673, 81.4902, -63.4274
        Hunter-Lab:
        46.0430, 74.4745, -31.5899
      #dd31bc color charts
#dd31bc RGB chart
      #dd31bc CMYK chart
      #dd31bc RGB pie chart
      #dd31bc color shades, tints & tones
#dd31bc color schemes
#dd31bc color preview, HTML & CSS examples
           This text has a color of #dd31bc        
        
          <p style="color:#dd31bc;">Text here</p>
        
        
          .mytext {color:#dd31bc;}
        
        Text color #dd31bc
      
           This box has a color of #dd31bc        
        
          <div style="background-color:#dd31bc;">Content here</div>
        
        
          .mybackground {background-color:#dd31bc;}
        
        Background color #dd31bc
      
           Border around this has a color of #dd31bc        
        
          <div style="border:2px solid #dd31bc;">Content here</div>
        
        
          .myborder {border:2px solid #dd31bc;}
        
        Border color #dd31bc