#da2feb color space conversions
Hex:
        #da2feb
        RGB:
        218, 47, 235
        CMY:
        15, 82, 8
        CMYK:
        7, 80, 0, 8
      HSL:
        295°, 82.4561%, 55.2941%
        HSV (HSB):
        295°, 80.0000%, 92.1569%
        XYZ:
        44.9254, 22.9366, 80.6566
        xyY:
        0.3025, 0.1544, 22.9366
      CIE-Lab:
        55.0070, 83.4177, -58.5373
        CIE-LCH:
        55.0070, 101.9074, 324.9412
        CIE-Luv:
        55.0070, 62.1940, -100.9429
        Hunter-Lab:
        47.8922, 83.6309, -66.3275
      #da2feb color charts
#da2feb RGB chart
      #da2feb CMYK chart
      #da2feb RGB pie chart
      #da2feb color shades, tints & tones
#da2feb color schemes
#da2feb color preview, HTML & CSS examples
           This text has a color of #da2feb        
        
          <p style="color:#da2feb;">Text here</p>
        
        
          .mytext {color:#da2feb;}
        
        Text color #da2feb
      
           This box has a color of #da2feb        
        
          <div style="background-color:#da2feb;">Content here</div>
        
        
          .mybackground {background-color:#da2feb;}
        
        Background color #da2feb
      
           Border around this has a color of #da2feb        
        
          <div style="border:2px solid #da2feb;">Content here</div>
        
        
          .myborder {border:2px solid #da2feb;}
        
        Border color #da2feb