#d264cf color space conversions
Hex:
        #d264cf
        RGB:
        210, 100, 207
        CMY:
        18, 61, 19
        CMYK:
        0, 52, 1, 18
      HSL:
        302°, 55.0000%, 60.7843%
        HSV (HSB):
        302°, 52.3810%, 82.3529%
        XYZ:
        42.3980, 27.3210, 62.0703
        xyY:
        0.3217, 0.2073, 27.3210
      CIE-Lab:
        59.2703, 57.5964, -36.0568
        CIE-LCH:
        59.2703, 67.9518, 327.9524
        CIE-Luv:
        59.2703, 52.2423, -64.0963
        Hunter-Lab:
        52.2695, 53.3174, -33.8186
      #d264cf color charts
#d264cf RGB chart
      #d264cf CMYK chart
      #d264cf RGB pie chart
      #d264cf color shades, tints & tones
#d264cf color schemes
#d264cf color preview, HTML & CSS examples
           This text has a color of #d264cf        
        
          <p style="color:#d264cf;">Text here</p>
        
        
          .mytext {color:#d264cf;}
        
        Text color #d264cf
      
           This box has a color of #d264cf        
        
          <div style="background-color:#d264cf;">Content here</div>
        
        
          .mybackground {background-color:#d264cf;}
        
        Background color #d264cf
      
           Border around this has a color of #d264cf        
        
          <div style="border:2px solid #d264cf;">Content here</div>
        
        
          .myborder {border:2px solid #d264cf;}
        
        Border color #d264cf