#dd146b color space conversions
Hex:
        #dd146b
        RGB:
        221, 20, 107
        CMY:
        13, 92, 58
        CMYK:
        0, 91, 52, 13
      HSL:
        334°, 83.4025%, 47.2549%
        HSV (HSB):
        334°, 90.9502%, 86.6667%
        XYZ:
        32.7228, 16.9340, 15.4538
        xyY:
        0.5026, 0.2601, 16.9340
      CIE-Lab:
        48.1768, 73.8109, 6.3245
        CIE-LCH:
        48.1768, 74.0813, 4.8975
        CIE-Luv:
        48.1768, 122.2005, -6.7578
        Hunter-Lab:
        41.1509, 69.9272, 6.5399
      #dd146b color charts
#dd146b RGB chart
      #dd146b CMYK chart
      #dd146b RGB pie chart
      #dd146b color shades, tints & tones
#dd146b color schemes
#dd146b color preview, HTML & CSS examples
           This text has a color of #dd146b        
        
          <p style="color:#dd146b;">Text here</p>
        
        
          .mytext {color:#dd146b;}
        
        Text color #dd146b
      
           This box has a color of #dd146b        
        
          <div style="background-color:#dd146b;">Content here</div>
        
        
          .mybackground {background-color:#dd146b;}
        
        Background color #dd146b
      
           Border around this has a color of #dd146b        
        
          <div style="border:2px solid #dd146b;">Content here</div>
        
        
          .myborder {border:2px solid #dd146b;}
        
        Border color #dd146b