#d57fac color space conversions
Hex:
        #d57fac
        RGB:
        213, 127, 172
        CMY:
        16, 50, 33
        CMYK:
        0, 40, 19, 16
      HSL:
        329°, 50.5882%, 66.6667%
        HSV (HSB):
        329°, 40.3756%, 83.5294%
        XYZ:
        42.4763, 32.3034, 43.0262
        xyY:
        0.3606, 0.2742, 32.3034
      CIE-Lab:
        63.5929, 39.1996, -9.5353
        CIE-LCH:
        63.5929, 40.3427, 346.3283
        CIE-Luv:
        63.5929, 50.5286, -20.8502
        Hunter-Lab:
        56.8361, 33.9384, -5.0985
      #d57fac color charts
#d57fac RGB chart
      #d57fac CMYK chart
      #d57fac RGB pie chart
      #d57fac color shades, tints & tones
#d57fac color schemes
#d57fac color preview, HTML & CSS examples
           This text has a color of #d57fac        
        
          <p style="color:#d57fac;">Text here</p>
        
        
          .mytext {color:#d57fac;}
        
        Text color #d57fac
      
           This box has a color of #d57fac        
        
          <div style="background-color:#d57fac;">Content here</div>
        
        
          .mybackground {background-color:#d57fac;}
        
        Background color #d57fac
      
           Border around this has a color of #d57fac        
        
          <div style="border:2px solid #d57fac;">Content here</div>
        
        
          .myborder {border:2px solid #d57fac;}
        
        Border color #d57fac