#fd21ec color space conversions
Hex:
        #fd21ec
        RGB:
        253, 33, 236
        CMY:
        1, 87, 7
        CMYK:
        0, 87, 7, 1
      HSL:
        305°, 98.2143%, 56.0784%
        HSV (HSB):
        305°, 86.9565%, 99.2157%
        XYZ:
        56.1922, 28.0265, 81.8049
        xyY:
        0.3385, 0.1688, 28.0265
      CIE-Lab:
        59.9127, 92.4357, -50.9339
        CIE-LCH:
        59.9127, 105.5397, 331.1444
        CIE-Luv:
        59.9127, 88.3797, -92.6675
        Hunter-Lab:
        52.9400, 96.8203, -54.5590
      #fd21ec color charts
#fd21ec RGB chart
      #fd21ec CMYK chart
      #fd21ec RGB pie chart
      #fd21ec color shades, tints & tones
#fd21ec color schemes
#fd21ec color preview, HTML & CSS examples
           This text has a color of #fd21ec        
        
          <p style="color:#fd21ec;">Text here</p>
        
        
          .mytext {color:#fd21ec;}
        
        Text color #fd21ec
      
           This box has a color of #fd21ec        
        
          <div style="background-color:#fd21ec;">Content here</div>
        
        
          .mybackground {background-color:#fd21ec;}
        
        Background color #fd21ec
      
           Border around this has a color of #fd21ec        
        
          <div style="border:2px solid #fd21ec;">Content here</div>
        
        
          .myborder {border:2px solid #fd21ec;}
        
        Border color #fd21ec