#fd53fe color space conversions
Hex:
        #fd53fe
        RGB:
        253, 83, 254
        CMY:
        1, 67, 0
        CMYK:
        0, 67, 0, 0
      HSL:
        300°, 98.8439%, 66.0784%
        HSV (HSB):
        300°, 67.3228%, 99.6078%
        XYZ:
        61.4907, 34.2249, 97.1311
        xyY:
        0.3189, 0.1775, 34.2249
      CIE-Lab:
        65.1407, 82.6966, -52.6312
        CIE-LCH:
        65.1407, 98.0244, 327.5258
        CIE-Luv:
        65.1407, 72.9097, -95.4850
        Hunter-Lab:
        58.5021, 85.2401, -57.4878
      #fd53fe color charts
#fd53fe RGB chart
      #fd53fe CMYK chart
      #fd53fe RGB pie chart
      #fd53fe color shades, tints & tones
#fd53fe color schemes
#fd53fe color preview, HTML & CSS examples
           This text has a color of #fd53fe        
        
          <p style="color:#fd53fe;">Text here</p>
        
        
          .mytext {color:#fd53fe;}
        
        Text color #fd53fe
      
           This box has a color of #fd53fe        
        
          <div style="background-color:#fd53fe;">Content here</div>
        
        
          .mybackground {background-color:#fd53fe;}
        
        Background color #fd53fe
      
           Border around this has a color of #fd53fe        
        
          <div style="border:2px solid #fd53fe;">Content here</div>
        
        
          .myborder {border:2px solid #fd53fe;}
        
        Border color #fd53fe