#da1fdc color space conversions
Hex:
        #da1fdc
        RGB:
        218, 31, 220
        CMY:
        15, 88, 14
        CMYK:
        1, 86, 0, 14
      HSL:
        299°, 75.2988%, 49.2157%
        HSV (HSB):
        299°, 85.9091%, 86.2745%
        XYZ:
        42.3217, 21.0527, 69.5431
        xyY:
        0.3184, 0.1584, 21.0527
      CIE-Lab:
        53.0071, 84.3634, -53.2598
        CIE-LCH:
        53.0071, 99.7687, 327.7352
        CIE-Luv:
        53.0071, 69.5033, -92.3481
        Hunter-Lab:
        45.8832, 84.3489, -57.7449
      #da1fdc color charts
#da1fdc RGB chart
      #da1fdc CMYK chart
      #da1fdc RGB pie chart
      #da1fdc color shades, tints & tones
#da1fdc color schemes
#da1fdc color preview, HTML & CSS examples
           This text has a color of #da1fdc        
        
          <p style="color:#da1fdc;">Text here</p>
        
        
          .mytext {color:#da1fdc;}
        
        Text color #da1fdc
      
           This box has a color of #da1fdc        
        
          <div style="background-color:#da1fdc;">Content here</div>
        
        
          .mybackground {background-color:#da1fdc;}
        
        Background color #da1fdc
      
           Border around this has a color of #da1fdc        
        
          <div style="border:2px solid #da1fdc;">Content here</div>
        
        
          .myborder {border:2px solid #da1fdc;}
        
        Border color #da1fdc