#d500aa color space conversions
Hex:
        #d500aa
        RGB:
        213, 0, 170
        CMY:
        16, 100, 33
        CMYK:
        0, 100, 20, 16
      HSL:
        312°, 100.0000%, 41.7647%
        HSV (HSB):
        312°, 100.0000%, 83.5294%
        XYZ:
        34.6963, 17.0484, 39.4922
        xyY:
        0.3803, 0.1869, 17.0484
      CIE-Lab:
        48.3210, 80.0970, -31.7327
        CIE-LCH:
        48.3210, 86.1539, 338.3876
        CIE-Luv:
        48.3210, 88.9316, -58.4799
        Hunter-Lab:
        41.2897, 77.7388, -27.8060
      #d500aa color charts
#d500aa RGB chart
      #d500aa CMYK chart
      #d500aa RGB pie chart
      #d500aa color shades, tints & tones
#d500aa color schemes
#d500aa color preview, HTML & CSS examples
           This text has a color of #d500aa        
        
          <p style="color:#d500aa;">Text here</p>
        
        
          .mytext {color:#d500aa;}
        
        Text color #d500aa
      
           This box has a color of #d500aa        
        
          <div style="background-color:#d500aa;">Content here</div>
        
        
          .mybackground {background-color:#d500aa;}
        
        Background color #d500aa
      
           Border around this has a color of #d500aa        
        
          <div style="border:2px solid #d500aa;">Content here</div>
        
        
          .myborder {border:2px solid #d500aa;}
        
        Border color #d500aa