#d60fed color space conversions
Hex:
        #d60fed
        RGB:
        214, 15, 237
        CMY:
        16, 94, 7
        CMYK:
        10, 94, 0, 7
      HSL:
        294°, 88.0952%, 49.4118%
        HSV (HSB):
        294°, 93.6709%, 92.9412%
        XYZ:
        43.1884, 20.7522, 81.8501
        xyY:
        0.2962, 0.1423, 20.7522
      CIE-Lab:
        52.6772, 88.3742, -63.4422
        CIE-LCH:
        52.6772, 108.7884, 324.3261
        CIE-Luv:
        52.6772, 61.6821, -107.5583
        Hunter-Lab:
        45.5546, 89.5080, -74.6409
      #d60fed color charts
#d60fed RGB chart
      #d60fed CMYK chart
      #d60fed RGB pie chart
      #d60fed color shades, tints & tones
#d60fed color schemes
#d60fed color preview, HTML & CSS examples
           This text has a color of #d60fed        
        
          <p style="color:#d60fed;">Text here</p>
        
        
          .mytext {color:#d60fed;}
        
        Text color #d60fed
      
           This box has a color of #d60fed        
        
          <div style="background-color:#d60fed;">Content here</div>
        
        
          .mybackground {background-color:#d60fed;}
        
        Background color #d60fed
      
           Border around this has a color of #d60fed        
        
          <div style="border:2px solid #d60fed;">Content here</div>
        
        
          .myborder {border:2px solid #d60fed;}
        
        Border color #d60fed