#de64df color space conversions
Hex:
        #de64df
        RGB:
        222, 100, 223
        CMY:
        13, 61, 13
        CMYK:
        0, 55, 0, 13
      HSL:
        300°, 65.7754%, 63.3333%
        HSV (HSB):
        300°, 55.1570%, 87.4510%
        XYZ:
        48.0007, 29.9717, 73.0672
        xyY:
        0.3178, 0.1984, 29.9717
      CIE-Lab:
        61.6298, 63.5630, -41.2548
        CIE-LCH:
        61.6298, 75.7774, 327.0149
        CIE-Luv:
        61.6298, 56.1068, -73.7141
        Hunter-Lab:
        54.7464, 60.6995, -40.8089
      #de64df color charts
#de64df RGB chart
      #de64df CMYK chart
      #de64df RGB pie chart
      #de64df color shades, tints & tones
#de64df color schemes
#de64df color preview, HTML & CSS examples
           This text has a color of #de64df        
        
          <p style="color:#de64df;">Text here</p>
        
        
          .mytext {color:#de64df;}
        
        Text color #de64df
      
           This box has a color of #de64df        
        
          <div style="background-color:#de64df;">Content here</div>
        
        
          .mybackground {background-color:#de64df;}
        
        Background color #de64df
      
           Border around this has a color of #de64df        
        
          <div style="border:2px solid #de64df;">Content here</div>
        
        
          .myborder {border:2px solid #de64df;}
        
        Border color #de64df