#d61aad color space conversions
Hex:
        #d61aad
        RGB:
        214, 26, 173
        CMY:
        16, 90, 32
        CMYK:
        0, 88, 19, 16
      HSL:
        313°, 78.3333%, 47.0588%
        HSV (HSB):
        313°, 87.8505%, 83.9216%
        XYZ:
        35.6438, 18.0521, 41.1409
        xyY:
        0.3758, 0.1903, 18.0521
      CIE-Lab:
        49.5592, 77.9836, -31.5557
        CIE-LCH:
        49.5592, 84.1261, 337.9695
        CIE-Luv:
        49.5592, 86.2341, -58.2216
        Hunter-Lab:
        42.4877, 75.3936, -27.6692
      #d61aad color charts
#d61aad RGB chart
      #d61aad CMYK chart
      #d61aad RGB pie chart
      #d61aad color shades, tints & tones
#d61aad color schemes
#d61aad color preview, HTML & CSS examples
           This text has a color of #d61aad        
        
          <p style="color:#d61aad;">Text here</p>
        
        
          .mytext {color:#d61aad;}
        
        Text color #d61aad
      
           This box has a color of #d61aad        
        
          <div style="background-color:#d61aad;">Content here</div>
        
        
          .mybackground {background-color:#d61aad;}
        
        Background color #d61aad
      
           Border around this has a color of #d61aad        
        
          <div style="border:2px solid #d61aad;">Content here</div>
        
        
          .myborder {border:2px solid #d61aad;}
        
        Border color #d61aad