#db12ec color space conversions
Hex:
        #db12ec
        RGB:
        219, 18, 236
        CMY:
        14, 93, 7
        CMYK:
        7, 92, 0, 7
      HSL:
        295°, 85.8268%, 49.8039%
        HSV (HSB):
        295°, 92.3729%, 92.5490%
        XYZ:
        44.5700, 21.5488, 81.1671
        xyY:
        0.3026, 0.1463, 21.5488
      CIE-Lab:
        53.5450, 88.6899, -61.4389
        CIE-LCH:
        53.5450, 107.8918, 325.2882
        CIE-Luv:
        53.5450, 65.2924, -105.1652
        Hunter-Lab:
        46.4207, 90.1475, -71.1747
      #db12ec color charts
#db12ec RGB chart
      #db12ec CMYK chart
      #db12ec RGB pie chart
      #db12ec color shades, tints & tones
#db12ec color schemes
#db12ec color preview, HTML & CSS examples
           This text has a color of #db12ec        
        
          <p style="color:#db12ec;">Text here</p>
        
        
          .mytext {color:#db12ec;}
        
        Text color #db12ec
      
           This box has a color of #db12ec        
        
          <div style="background-color:#db12ec;">Content here</div>
        
        
          .mybackground {background-color:#db12ec;}
        
        Background color #db12ec
      
           Border around this has a color of #db12ec        
        
          <div style="border:2px solid #db12ec;">Content here</div>
        
        
          .myborder {border:2px solid #db12ec;}
        
        Border color #db12ec