#d01fec color space conversions
Hex:
        #d01fec
        RGB:
        208, 31, 236
        CMY:
        18, 88, 7
        CMYK:
        12, 87, 0, 7
      HSL:
        292°, 84.3621%, 52.3529%
        HSV (HSB):
        292°, 86.8644%, 92.5490%
        XYZ:
        41.6427, 20.4460, 81.1085
        xyY:
        0.2908, 0.1428, 20.4460
      CIE-Lab:
        52.3378, 85.1958, -63.4767
        CIE-LCH:
        52.3378, 106.2432, 323.3114
        CIE-Luv:
        52.3378, 56.9436, -107.0407
        Hunter-Lab:
        45.2173, 85.2590, -74.6995
      #d01fec color charts
#d01fec RGB chart
      #d01fec CMYK chart
      #d01fec RGB pie chart
      #d01fec color shades, tints & tones
#d01fec color schemes
#d01fec color preview, HTML & CSS examples
           This text has a color of #d01fec        
        
          <p style="color:#d01fec;">Text here</p>
        
        
          .mytext {color:#d01fec;}
        
        Text color #d01fec
      
           This box has a color of #d01fec        
        
          <div style="background-color:#d01fec;">Content here</div>
        
        
          .mybackground {background-color:#d01fec;}
        
        Background color #d01fec
      
           Border around this has a color of #d01fec        
        
          <div style="border:2px solid #d01fec;">Content here</div>
        
        
          .myborder {border:2px solid #d01fec;}
        
        Border color #d01fec