#d86abc color space conversions
Hex:
        #d86abc
        RGB:
        216, 106, 188
        CMY:
        15, 58, 26
        CMYK:
        0, 51, 13, 15
      HSL:
        315°, 58.5106%, 63.1373%
        HSV (HSB):
        315°, 50.9259%, 84.7059%
        XYZ:
        42.5500, 28.5378, 50.8427
        xyY:
        0.3490, 0.2340, 28.5378
      CIE-Lab:
        60.3716, 53.3055, -23.4871
        CIE-LCH:
        60.3716, 58.2506, 336.2211
        CIE-Luv:
        60.3716, 59.0905, -44.0828
        Hunter-Lab:
        53.4208, 48.6900, -19.0340
      #d86abc color charts
#d86abc RGB chart
      #d86abc CMYK chart
      #d86abc RGB pie chart
      #d86abc color shades, tints & tones
#d86abc color schemes
#d86abc color preview, HTML & CSS examples
           This text has a color of #d86abc        
        
          <p style="color:#d86abc;">Text here</p>
        
        
          .mytext {color:#d86abc;}
        
        Text color #d86abc
      
           This box has a color of #d86abc        
        
          <div style="background-color:#d86abc;">Content here</div>
        
        
          .mybackground {background-color:#d86abc;}
        
        Background color #d86abc
      
           Border around this has a color of #d86abc        
        
          <div style="border:2px solid #d86abc;">Content here</div>
        
        
          .myborder {border:2px solid #d86abc;}
        
        Border color #d86abc