#d212ff color space conversions
Hex:
        #d212ff
        RGB:
        210, 18, 255
        CMY:
        18, 93, 0
        CMYK:
        18, 93, 0, 0
      HSL:
        289°, 100.0000%, 53.5294%
        HSV (HSB):
        289°, 92.9412%, 100.0000%
        XYZ:
        44.8446, 21.3543, 96.3659
        xyY:
        0.2759, 0.1314, 21.3543
      CIE-Lab:
        53.3350, 90.3910, -72.4789
        CIE-LCH:
        53.3350, 115.8608, 321.2760
        CIE-Luv:
        53.3350, 52.9252, -121.0499
        Hunter-Lab:
        46.2107, 92.3548, -91.2936
      #d212ff color charts
#d212ff RGB chart
      #d212ff CMYK chart
      #d212ff RGB pie chart
      #d212ff color shades, tints & tones
#d212ff color schemes
#d212ff color preview, HTML & CSS examples
           This text has a color of #d212ff        
        
          <p style="color:#d212ff;">Text here</p>
        
        
          .mytext {color:#d212ff;}
        
        Text color #d212ff
      
           This box has a color of #d212ff        
        
          <div style="background-color:#d212ff;">Content here</div>
        
        
          .mybackground {background-color:#d212ff;}
        
        Background color #d212ff
      
           Border around this has a color of #d212ff        
        
          <div style="border:2px solid #d212ff;">Content here</div>
        
        
          .myborder {border:2px solid #d212ff;}
        
        Border color #d212ff