#d225ff color space conversions
Hex:
        #d225ff
        RGB:
        210, 37, 255
        CMY:
        18, 85, 0
        CMYK:
        18, 85, 0, 0
      HSL:
        288°, 100.0000%, 57.2549%
        HSV (HSB):
        288°, 85.4902%, 100.0000%
        XYZ:
        45.2899, 22.2448, 96.5144
        xyY:
        0.2761, 0.1356, 22.2448
      CIE-Lab:
        54.2858, 87.5771, -70.9383
        CIE-LCH:
        54.2858, 112.7031, 320.9922
        CIE-Luv:
        54.2858, 51.6248, -119.1652
        Hunter-Lab:
        47.1644, 88.8682, -88.3125
      #d225ff color charts
#d225ff RGB chart
      #d225ff CMYK chart
      #d225ff RGB pie chart
      #d225ff color shades, tints & tones
#d225ff color schemes
#d225ff color preview, HTML & CSS examples
           This text has a color of #d225ff        
        
          <p style="color:#d225ff;">Text here</p>
        
        
          .mytext {color:#d225ff;}
        
        Text color #d225ff
      
           This box has a color of #d225ff        
        
          <div style="background-color:#d225ff;">Content here</div>
        
        
          .mybackground {background-color:#d225ff;}
        
        Background color #d225ff
      
           Border around this has a color of #d225ff        
        
          <div style="border:2px solid #d225ff;">Content here</div>
        
        
          .myborder {border:2px solid #d225ff;}
        
        Border color #d225ff