#d61dae color space conversions
Hex:
        #d61dae
        RGB:
        214, 29, 174
        CMY:
        16, 89, 32
        CMYK:
        0, 86, 19, 16
      HSL:
        313°, 76.1317%, 47.6471%
        HSV (HSB):
        313°, 86.4486%, 83.9216%
        XYZ:
        35.8109, 18.2309, 41.6759
        xyY:
        0.3741, 0.1905, 18.2309
      CIE-Lab:
        49.7749, 77.6163, -31.8077
        CIE-LCH:
        49.7749, 83.8810, 337.7158
        CIE-Luv:
        49.7749, 85.4044, -58.5857
        Hunter-Lab:
        42.6976, 74.9888, -27.9829
      #d61dae color charts
#d61dae RGB chart
      #d61dae CMYK chart
      #d61dae RGB pie chart
      #d61dae color shades, tints & tones
#d61dae color schemes
#d61dae color preview, HTML & CSS examples
           This text has a color of #d61dae        
        
          <p style="color:#d61dae;">Text here</p>
        
        
          .mytext {color:#d61dae;}
        
        Text color #d61dae
      
           This box has a color of #d61dae        
        
          <div style="background-color:#d61dae;">Content here</div>
        
        
          .mybackground {background-color:#d61dae;}
        
        Background color #d61dae
      
           Border around this has a color of #d61dae        
        
          <div style="border:2px solid #d61dae;">Content here</div>
        
        
          .myborder {border:2px solid #d61dae;}
        
        Border color #d61dae