Shades of Psychedelic Purple #D60EEC
Tints of Psychedelic Purple #D60EEC
RGB
CMYK
RGB Variations
Color information
#D60EEC (or 0xD60EEC) is known color: Psychedelic Purple. HEX triplet: D6, 0E and EC. RGB value is (214,14,236). Sum of RGB (Red+Green+Blue) = 214+14+236=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #D60EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60EEC is #29F113. Grayscale: #626262. Windows color (decimal): -2748692 or 15470294. OLE color: 15470294.
HSL color Cylindrical-coordinate representation of color #D60EEC: hue angle of 294.05º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60EEC is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 14 | 236 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.07 |
| HSL | 294.05º | 0.89% | 0.49% | - |
| HSV(B) | 294.05º | 0.94% | 0.93% | - |
| XYZ | 43.03 | 20.67 | 81.08 | - |
| YUV | 99.11 | 205.26 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 236 | 0.09 | 0.94 | 0 | 0.07 | 294.05 | 0.89 | 0.49 |
| Hex | D6 | E | EC | 9 | 5E | 0 | 7 | 126 | 59 | 31 |
| Octal | 326 | 16 | 354 | 11 | 136 | 0 | 7 | 446 | 131 | 61 |
| Binary | 11010110 | 1110 | 11101100 | 1001 | 1011110 | 0 | 111 | 100100110 | 1011001 | 110001 |
Color Harmonies of #D60EEC
Complementary color
Monochromatic Colors of #D60EEC
Black with #D60EEC
Text Example
Text Example
White with #D60EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60EEC; }
p { color: rgb(214,14,236); }
H1.HeaderClassName
{
color: #D60EEC;
}
.AnyTagClassName
{
color: #D60EEC;
}
</style>
background-color css
<style>
a { background-color: #D60EEC; }
a { background-color: rgb(214,14,236); }
div.DivClassName
{
background-color: #D60EEC;
}
.BgClassName
{
background-color: #D60EEC;
}
</style>
border-color css
<style>
span { border-color: #D60EEC; }
span { border-color: rgb(214,14,236); }
td.TdClassName
{
border-color: #D60EEC;
}
.TagClassName
{
border-color: #D60EEC;
}
</style>