#d81eec color space conversions
Hex:
        #d81eec
        RGB:
        216, 30, 236
        CMY:
        15, 88, 7
        CMYK:
        8, 87, 0, 7
      HSL:
        294°, 84.4262%, 52.1569%
        HSV (HSB):
        294°, 87.2881%, 92.5490%
        XYZ:
        43.9235, 21.5836, 81.2079
        xyY:
        0.2994, 0.1471, 21.5836
      CIE-Lab:
        53.5824, 86.6412, -61.4048
        CIE-LCH:
        53.5824, 106.1944, 324.6738
        CIE-Luv:
        53.5824, 62.3919, -104.8810
        Hunter-Lab:
        46.4582, 87.4596, -71.1170
      #d81eec color charts
#d81eec RGB chart
      #d81eec CMYK chart
      #d81eec RGB pie chart
      #d81eec color shades, tints & tones
#d81eec color schemes
#d81eec color preview, HTML & CSS examples
           This text has a color of #d81eec        
        
          <p style="color:#d81eec;">Text here</p>
        
        
          .mytext {color:#d81eec;}
        
        Text color #d81eec
      
           This box has a color of #d81eec        
        
          <div style="background-color:#d81eec;">Content here</div>
        
        
          .mybackground {background-color:#d81eec;}
        
        Background color #d81eec
      
           Border around this has a color of #d81eec        
        
          <div style="border:2px solid #d81eec;">Content here</div>
        
        
          .myborder {border:2px solid #d81eec;}
        
        Border color #d81eec