#de65cf color space conversions
Hex:
        #de65cf
        RGB:
        222, 101, 207
        CMY:
        13, 60, 19
        CMYK:
        0, 55, 7, 13
      HSL:
        307°, 64.7059%, 63.3333%
        HSV (HSB):
        307°, 54.5045%, 87.0588%
        XYZ:
        46.0404, 29.3420, 62.2685
        xyY:
        0.3345, 0.2132, 29.3420
      CIE-Lab:
        61.0822, 60.4272, -33.1090
        CIE-LCH:
        61.0822, 68.9032, 331.2810
        CIE-Luv:
        61.0822, 60.2007, -60.2961
        Hunter-Lab:
        54.1682, 56.9220, -30.2384
      #de65cf color charts
#de65cf RGB chart
      #de65cf CMYK chart
      #de65cf RGB pie chart
      #de65cf color shades, tints & tones
#de65cf color schemes
#de65cf color preview, HTML & CSS examples
           This text has a color of #de65cf        
        
          <p style="color:#de65cf;">Text here</p>
        
        
          .mytext {color:#de65cf;}
        
        Text color #de65cf
      
           This box has a color of #de65cf        
        
          <div style="background-color:#de65cf;">Content here</div>
        
        
          .mybackground {background-color:#de65cf;}
        
        Background color #de65cf
      
           Border around this has a color of #de65cf        
        
          <div style="border:2px solid #de65cf;">Content here</div>
        
        
          .myborder {border:2px solid #de65cf;}
        
        Border color #de65cf