#d64ace color space conversions
Hex:
        #d64ace
        RGB:
        214, 74, 206
        CMY:
        16, 71, 19
        CMYK:
        0, 65, 4, 16
      HSL:
        303°, 63.0631%, 56.4706%
        HSV (HSB):
        303°, 65.4206%, 83.9216%
        XYZ:
        41.3209, 23.6499, 60.7796
        xyY:
        0.3286, 0.1881, 23.6499
      CIE-Lab:
        55.7356, 69.5692, -40.9935
        CIE-LCH:
        55.7356, 80.7486, 329.4914
        CIE-Luv:
        55.7356, 63.7007, -72.7061
        Hunter-Lab:
        48.6312, 66.5631, -40.0592
      #d64ace color charts
#d64ace RGB chart
      #d64ace CMYK chart
      #d64ace RGB pie chart
      #d64ace color shades, tints & tones
#d64ace color schemes
#d64ace color preview, HTML & CSS examples
           This text has a color of #d64ace        
        
          <p style="color:#d64ace;">Text here</p>
        
        
          .mytext {color:#d64ace;}
        
        Text color #d64ace
      
           This box has a color of #d64ace        
        
          <div style="background-color:#d64ace;">Content here</div>
        
        
          .mybackground {background-color:#d64ace;}
        
        Background color #d64ace
      
           Border around this has a color of #d64ace        
        
          <div style="border:2px solid #d64ace;">Content here</div>
        
        
          .myborder {border:2px solid #d64ace;}
        
        Border color #d64ace