#fd35cd color space conversions
Hex:
        #fd35cd
        RGB:
        253, 53, 205
        CMY:
        1, 79, 20
        CMYK:
        0, 79, 19, 1
      HSL:
        314°, 98.0392%, 60.0000%
        HSV (HSB):
        314°, 79.0514%, 99.2157%
        XYZ:
        52.8006, 27.8366, 60.3477
        xyY:
        0.3745, 0.1974, 27.8366
      CIE-Lab:
        59.7409, 84.5575, -33.6969
        CIE-LCH:
        59.7409, 91.0245, 338.2723
        CIE-Luv:
        59.7409, 98.1598, -65.0276
        Hunter-Lab:
        52.7604, 86.3050, -30.8840
      #fd35cd color charts
#fd35cd RGB chart
      #fd35cd CMYK chart
      #fd35cd RGB pie chart
      #fd35cd color shades, tints & tones
#fd35cd color schemes
#fd35cd color preview, HTML & CSS examples
           This text has a color of #fd35cd        
        
          <p style="color:#fd35cd;">Text here</p>
        
        
          .mytext {color:#fd35cd;}
        
        Text color #fd35cd
      
           This box has a color of #fd35cd        
        
          <div style="background-color:#fd35cd;">Content here</div>
        
        
          .mybackground {background-color:#fd35cd;}
        
        Background color #fd35cd
      
           Border around this has a color of #fd35cd        
        
          <div style="border:2px solid #fd35cd;">Content here</div>
        
        
          .myborder {border:2px solid #fd35cd;}
        
        Border color #fd35cd