#d50daf color space conversions
Hex:
        #d50daf
        RGB:
        213, 13, 175
        CMY:
        16, 95, 31
        CMYK:
        0, 94, 18, 16
      HSL:
        311°, 88.4956%, 44.3137%
        HSV (HSB):
        311°, 93.8967%, 83.5294%
        XYZ:
        35.3224, 17.5291, 42.0792
        xyY:
        0.3721, 0.1847, 17.5291
      CIE-Lab:
        48.9199, 79.6519, -33.7488
        CIE-LCH:
        48.9199, 86.5067, 337.0374
        CIE-Luv:
        48.9199, 85.8545, -61.4917
        Hunter-Lab:
        41.8678, 77.3254, -30.2819
      #d50daf color charts
#d50daf RGB chart
      #d50daf CMYK chart
      #d50daf RGB pie chart
      #d50daf color shades, tints & tones
#d50daf color schemes
#d50daf color preview, HTML & CSS examples
           This text has a color of #d50daf        
        
          <p style="color:#d50daf;">Text here</p>
        
        
          .mytext {color:#d50daf;}
        
        Text color #d50daf
      
           This box has a color of #d50daf        
        
          <div style="background-color:#d50daf;">Content here</div>
        
        
          .mybackground {background-color:#d50daf;}
        
        Background color #d50daf
      
           Border around this has a color of #d50daf        
        
          <div style="border:2px solid #d50daf;">Content here</div>
        
        
          .myborder {border:2px solid #d50daf;}
        
        Border color #d50daf