#d14ded color space conversions
Hex:
        #d14ded
        RGB:
        209, 77, 237
        CMY:
        18, 70, 7
        CMYK:
        12, 68, 0, 7
      HSL:
        290°, 81.6327%, 61.5686%
        HSV (HSB):
        290°, 67.5105%, 92.9412%
        XYZ:
        44.2344, 24.9775, 82.6105
        xyY:
        0.2914, 0.1645, 24.9775
      CIE-Lab:
        57.0535, 72.5896, -56.4584
        CIE-LCH:
        57.0535, 91.9609, 322.1251
        CIE-Luv:
        57.0535, 50.0958, -97.2892
        Hunter-Lab:
        49.9775, 70.5275, -63.0194
      #d14ded color charts
#d14ded RGB chart
      #d14ded CMYK chart
      #d14ded RGB pie chart
      #d14ded color shades, tints & tones
#d14ded color schemes
#d14ded color preview, HTML & CSS examples
           This text has a color of #d14ded        
        
          <p style="color:#d14ded;">Text here</p>
        
        
          .mytext {color:#d14ded;}
        
        Text color #d14ded
      
           This box has a color of #d14ded        
        
          <div style="background-color:#d14ded;">Content here</div>
        
        
          .mybackground {background-color:#d14ded;}
        
        Background color #d14ded
      
           Border around this has a color of #d14ded        
        
          <div style="border:2px solid #d14ded;">Content here</div>
        
        
          .myborder {border:2px solid #d14ded;}
        
        Border color #d14ded