#d001be color space conversions
Hex:
        #d001be
        RGB:
        208, 1, 190
        CMY:
        18, 100, 25
        CMYK:
        0, 100, 9, 18
      HSL:
        305°, 99.0431%, 40.9804%
        HSV (HSB):
        305°, 99.5192%, 81.5686%
        XYZ:
        35.3175, 17.1493, 50.1639
        xyY:
        0.3441, 0.1671, 17.1493
      CIE-Lab:
        48.4476, 81.6714, -43.3521
        CIE-LCH:
        48.4476, 92.4642, 332.0401
        CIE-Luv:
        48.4476, 76.2202, -75.5587
        Hunter-Lab:
        41.4117, 79.7613, -42.8325
      #d001be color charts
#d001be RGB chart
      #d001be CMYK chart
      #d001be RGB pie chart
      #d001be color shades, tints & tones
#d001be color schemes
#d001be color preview, HTML & CSS examples
           This text has a color of #d001be        
        
          <p style="color:#d001be;">Text here</p>
        
        
          .mytext {color:#d001be;}
        
        Text color #d001be
      
           This box has a color of #d001be        
        
          <div style="background-color:#d001be;">Content here</div>
        
        
          .mybackground {background-color:#d001be;}
        
        Background color #d001be
      
           Border around this has a color of #d001be        
        
          <div style="border:2px solid #d001be;">Content here</div>
        
        
          .myborder {border:2px solid #d001be;}
        
        Border color #d001be