#d300ff color space conversions
Hex:
        #d300ff
        RGB:
        211, 0, 255
        CMY:
        17, 100, 0
        CMYK:
        17, 100, 0, 0
      HSL:
        290°, 100.0000%, 50.0000%
        HSV (HSB):
        290°, 100.0000%, 100.0000%
        XYZ:
        44.9140, 21.0689, 96.3072
        xyY:
        0.2768, 0.1298, 21.0689
      CIE-Lab:
        53.0248, 91.9287, -72.9748
        CIE-LCH:
        53.0248, 117.3721, 321.5568
        CIE-Luv:
        53.0248, 54.1874, -121.7029
        Hunter-Lab:
        45.9009, 94.3357, -92.2692
      #d300ff color charts
#d300ff RGB chart
      #d300ff CMYK chart
      #d300ff RGB pie chart
      #d300ff color shades, tints & tones
#d300ff color schemes
#d300ff color preview, HTML & CSS examples
           This text has a color of #d300ff        
        
          <p style="color:#d300ff;">Text here</p>
        
        
          .mytext {color:#d300ff;}
        
        Text color #d300ff
      
           This box has a color of #d300ff        
        
          <div style="background-color:#d300ff;">Content here</div>
        
        
          .mybackground {background-color:#d300ff;}
        
        Background color #d300ff
      
           Border around this has a color of #d300ff        
        
          <div style="border:2px solid #d300ff;">Content here</div>
        
        
          .myborder {border:2px solid #d300ff;}
        
        Border color #d300ff