#d001af color space conversions
Hex:
        #d001af
        RGB:
        208, 1, 175
        CMY:
        18, 100, 31
        CMYK:
        0, 100, 16, 18
      HSL:
        310°, 99.0431%, 40.9804%
        HSV (HSB):
        310°, 99.5192%, 81.5686%
        XYZ:
        33.7611, 16.5268, 41.9680
        xyY:
        0.3660, 0.1791, 16.5268
      CIE-Lab:
        47.6581, 79.7145, -35.7959
        CIE-LCH:
        47.6581, 87.3828, 335.8175
        CIE-Luv:
        47.6581, 82.7131, -64.0545
        Hunter-Lab:
        40.6531, 77.0958, -32.7505
      #d001af color charts
#d001af RGB chart
      #d001af CMYK chart
      #d001af RGB pie chart
      #d001af color shades, tints & tones
#d001af color schemes
#d001af color preview, HTML & CSS examples
           This text has a color of #d001af        
        
          <p style="color:#d001af;">Text here</p>
        
        
          .mytext {color:#d001af;}
        
        Text color #d001af
      
           This box has a color of #d001af        
        
          <div style="background-color:#d001af;">Content here</div>
        
        
          .mybackground {background-color:#d001af;}
        
        Background color #d001af
      
           Border around this has a color of #d001af        
        
          <div style="border:2px solid #d001af;">Content here</div>
        
        
          .myborder {border:2px solid #d001af;}
        
        Border color #d001af