#d202cd color space conversions
Hex:
        #d202cd
        RGB:
        210, 2, 205
        CMY:
        18, 99, 20
        CMYK:
        0, 99, 2, 18
      HSL:
        301°, 98.1132%, 41.5686%
        HSV (HSB):
        301°, 99.0476%, 82.3529%
        XYZ:
        37.6195, 18.1528, 59.2787
        xyY:
        0.3270, 0.1578, 18.1528
      CIE-Lab:
        49.6810, 84.0013, -50.0657
        CIE-LCH:
        49.6810, 97.7895, 329.2046
        CIE-Luv:
        49.6810, 71.4804, -86.1422
        Hunter-Lab:
        42.6061, 83.0475, -52.6669
      #d202cd color charts
#d202cd RGB chart
      #d202cd CMYK chart
      #d202cd RGB pie chart
      #d202cd color shades, tints & tones
#d202cd color schemes
#d202cd color preview, HTML & CSS examples
           This text has a color of #d202cd        
        
          <p style="color:#d202cd;">Text here</p>
        
        
          .mytext {color:#d202cd;}
        
        Text color #d202cd
      
           This box has a color of #d202cd        
        
          <div style="background-color:#d202cd;">Content here</div>
        
        
          .mybackground {background-color:#d202cd;}
        
        Background color #d202cd
      
           Border around this has a color of #d202cd        
        
          <div style="border:2px solid #d202cd;">Content here</div>
        
        
          .myborder {border:2px solid #d202cd;}
        
        Border color #d202cd