#d901ed color space conversions
Hex:
        #d901ed
        RGB:
        217, 1, 237
        CMY:
        15, 100, 7
        CMYK:
        8, 100, 0, 7
      HSL:
        295°, 99.1597%, 46.6667%
        HSV (HSB):
        295°, 99.5781%, 92.9412%
        XYZ:
        43.9122, 20.8878, 81.8381
        xyY:
        0.2995, 0.1424, 20.8878
      CIE-Lab:
        52.8265, 89.8660, -63.1760
        CIE-LCH:
        52.8265, 109.8504, 324.8927
        CIE-Luv:
        52.8265, 64.2624, -107.4379
        Hunter-Lab:
        45.7032, 91.5242, -74.1749
      #d901ed color charts
#d901ed RGB chart
      #d901ed CMYK chart
      #d901ed RGB pie chart
      #d901ed color shades, tints & tones
#d901ed color schemes
#d901ed color preview, HTML & CSS examples
           This text has a color of #d901ed        
        
          <p style="color:#d901ed;">Text here</p>
        
        
          .mytext {color:#d901ed;}
        
        Text color #d901ed
      
           This box has a color of #d901ed        
        
          <div style="background-color:#d901ed;">Content here</div>
        
        
          .mybackground {background-color:#d901ed;}
        
        Background color #d901ed
      
           Border around this has a color of #d901ed        
        
          <div style="border:2px solid #d901ed;">Content here</div>
        
        
          .myborder {border:2px solid #d901ed;}
        
        Border color #d901ed