#de238c color space conversions
Hex:
        #de238c
        RGB:
        222, 35, 140
        CMY:
        13, 86, 45
        CMYK:
        0, 84, 37, 13
      HSL:
        326°, 73.9130%, 50.3922%
        HSV (HSB):
        326°, 84.2342%, 87.0588%
        XYZ:
        35.4589, 18.6251, 26.5371
        xyY:
        0.4398, 0.2310, 18.6251
      CIE-Lab:
        50.2457, 74.3999, -10.7116
        CIE-LCH:
        50.2457, 75.1671, 351.8072
        CIE-Luv:
        50.2457, 105.6482, -28.3299
        Hunter-Lab:
        43.1568, 71.1362, -6.2476
      #de238c color charts
#de238c RGB chart
      #de238c CMYK chart
      #de238c RGB pie chart
      #de238c color shades, tints & tones
#de238c color schemes
#de238c color preview, HTML & CSS examples
           This text has a color of #de238c        
        
          <p style="color:#de238c;">Text here</p>
        
        
          .mytext {color:#de238c;}
        
        Text color #de238c
      
           This box has a color of #de238c        
        
          <div style="background-color:#de238c;">Content here</div>
        
        
          .mybackground {background-color:#de238c;}
        
        Background color #de238c
      
           Border around this has a color of #de238c        
        
          <div style="border:2px solid #de238c;">Content here</div>
        
        
          .myborder {border:2px solid #de238c;}
        
        Border color #de238c