#dc3daf color space conversions
Hex:
        #dc3daf
        RGB:
        220, 61, 175
        CMY:
        14, 76, 31
        CMYK:
        0, 72, 20, 14
      HSL:
        317°, 69.4323%, 55.0980%
        HSV (HSB):
        317°, 72.2727%, 86.2745%
        XYZ:
        38.9218, 21.6483, 42.6846
        xyY:
        0.3769, 0.2097, 21.6483
      CIE-Lab:
        53.6518, 71.0737, -26.2857
        CIE-LCH:
        53.6518, 75.7787, 339.7038
        CIE-Luv:
        53.6518, 82.8535, -50.2804
        Hunter-Lab:
        46.5277, 67.8971, -21.8233
      #dc3daf color charts
#dc3daf RGB chart
      #dc3daf CMYK chart
      #dc3daf RGB pie chart
      #dc3daf color shades, tints & tones
#dc3daf color schemes
#dc3daf color preview, HTML & CSS examples
           This text has a color of #dc3daf        
        
          <p style="color:#dc3daf;">Text here</p>
        
        
          .mytext {color:#dc3daf;}
        
        Text color #dc3daf
      
           This box has a color of #dc3daf        
        
          <div style="background-color:#dc3daf;">Content here</div>
        
        
          .mybackground {background-color:#dc3daf;}
        
        Background color #dc3daf
      
           Border around this has a color of #dc3daf        
        
          <div style="border:2px solid #dc3daf;">Content here</div>
        
        
          .myborder {border:2px solid #dc3daf;}
        
        Border color #dc3daf