#d228ec color space conversions
Hex:
        #d228ec
        RGB:
        210, 40, 236
        CMY:
        18, 84, 7
        CMYK:
        11, 83, 0, 7
      HSL:
        292°, 83.7607%, 54.1176%
        HSV (HSB):
        292°, 83.0508%, 92.5490%
        XYZ:
        42.4775, 21.2754, 81.2246
        xyY:
        0.2930, 0.1467, 21.2754
      CIE-Lab:
        53.2495, 83.7863, -61.9911
        CIE-LCH:
        53.2495, 104.2259, 323.5033
        CIE-Luv:
        53.2495, 57.3678, -105.2147
        Hunter-Lab:
        46.1252, 83.6644, -72.1196
      #d228ec color charts
#d228ec RGB chart
      #d228ec CMYK chart
      #d228ec RGB pie chart
      #d228ec color shades, tints & tones
#d228ec color schemes
#d228ec color preview, HTML & CSS examples
           This text has a color of #d228ec        
        
          <p style="color:#d228ec;">Text here</p>
        
        
          .mytext {color:#d228ec;}
        
        Text color #d228ec
      
           This box has a color of #d228ec        
        
          <div style="background-color:#d228ec;">Content here</div>
        
        
          .mybackground {background-color:#d228ec;}
        
        Background color #d228ec
      
           Border around this has a color of #d228ec        
        
          <div style="border:2px solid #d228ec;">Content here</div>
        
        
          .myborder {border:2px solid #d228ec;}
        
        Border color #d228ec