#da95dc color space conversions
Hex:
        #da95dc
        RGB:
        218, 149, 220
        CMY:
        15, 42, 14
        CMYK:
        1, 32, 0, 14
      HSL:
        298°, 50.3546%, 72.3529%
        HSV (HSB):
        298°, 32.2727%, 86.2745%
        XYZ:
        52.5792, 41.5676, 72.9623
        xyY:
        0.3146, 0.2487, 41.5676
      CIE-Lab:
        70.5718, 37.2971, -25.7536
        CIE-LCH:
        70.5718, 45.3247, 325.3750
        CIE-Luv:
        70.5718, 34.0881, -46.1732
        Hunter-Lab:
        64.4730, 32.7431, -21.9658
      #da95dc color charts
#da95dc RGB chart
      #da95dc CMYK chart
      #da95dc RGB pie chart
      #da95dc color shades, tints & tones
#da95dc color schemes
#da95dc color preview, HTML & CSS examples
           This text has a color of #da95dc        
        
          <p style="color:#da95dc;">Text here</p>
        
        
          .mytext {color:#da95dc;}
        
        Text color #da95dc
      
           This box has a color of #da95dc        
        
          <div style="background-color:#da95dc;">Content here</div>
        
        
          .mybackground {background-color:#da95dc;}
        
        Background color #da95dc
      
           Border around this has a color of #da95dc        
        
          <div style="border:2px solid #da95dc;">Content here</div>
        
        
          .myborder {border:2px solid #da95dc;}
        
        Border color #da95dc