#de01fe color space conversions
Hex:
        #de01fe
        RGB:
        222, 1, 254
        CMY:
        13, 100, 0
        CMYK:
        13, 100, 0, 0
      HSL:
        292°, 99.2157%, 50.0000%
        HSV (HSB):
        292°, 99.6063%, 99.6078%
        XYZ:
        48.0244, 22.7071, 95.6177
        xyY:
        0.2887, 0.1365, 22.7071
      CIE-Lab:
        54.7693, 93.1997, -69.5077
        CIE-LCH:
        54.7693, 116.2648, 323.2847
        CIE-Luv:
        54.7693, 61.6208, -118.0442
        Hunter-Lab:
        47.6519, 96.5046, -85.6141
      #de01fe color charts
#de01fe RGB chart
      #de01fe CMYK chart
      #de01fe RGB pie chart
      #de01fe color shades, tints & tones
#de01fe color schemes
#de01fe color preview, HTML & CSS examples
           This text has a color of #de01fe        
        
          <p style="color:#de01fe;">Text here</p>
        
        
          .mytext {color:#de01fe;}
        
        Text color #de01fe
      
           This box has a color of #de01fe        
        
          <div style="background-color:#de01fe;">Content here</div>
        
        
          .mybackground {background-color:#de01fe;}
        
        Background color #de01fe
      
           Border around this has a color of #de01fe        
        
          <div style="border:2px solid #de01fe;">Content here</div>
        
        
          .myborder {border:2px solid #de01fe;}
        
        Border color #de01fe