Shades of Psychedelic Purple #D01EEC
Tints of Psychedelic Purple #D01EEC
RGB
CMYK
RGB Variations
Color information
#D01EEC (or 0xD01EEC) is known color: Psychedelic Purple. HEX triplet: D0, 1E and EC. RGB value is (208,30,236). Sum of RGB (Red+Green+Blue) = 208+30+236=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 30 (12.11% from 255 or 6.33% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #D01EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01EEC is #2FE113. Grayscale: #6A6A6A. Windows color (decimal): -3137812 or 15474384. OLE color: 15474384.
HSL color Cylindrical-coordinate representation of color #D01EEC: hue angle of 291.84º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01EEC is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 30 | 236 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.07 |
| HSL | 291.84º | 0.84% | 0.52% | - |
| HSV(B) | 291.84º | 0.87% | 0.93% | - |
| XYZ | 41.62 | 20.39 | 81.1 | - |
| YUV | 106.71 | 200.97 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 30 | 236 | 0.12 | 0.87 | 0 | 0.07 | 291.84 | 0.84 | 0.52 |
| Hex | D0 | 1E | EC | C | 57 | 0 | 7 | 124 | 54 | 34 |
| Octal | 320 | 36 | 354 | 14 | 127 | 0 | 7 | 444 | 124 | 64 |
| Binary | 11010000 | 11110 | 11101100 | 1100 | 1010111 | 0 | 111 | 100100100 | 1010100 | 110100 |
Color Harmonies of #D01EEC
Complementary color
Monochromatic Colors of #D01EEC
Black with #D01EEC
Text Example
Text Example
White with #D01EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01EEC; }
p { color: rgb(208,30,236); }
H1.HeaderClassName
{
color: #D01EEC;
}
.AnyTagClassName
{
color: #D01EEC;
}
</style>
background-color css
<style>
a { background-color: #D01EEC; }
a { background-color: rgb(208,30,236); }
div.DivClassName
{
background-color: #D01EEC;
}
.BgClassName
{
background-color: #D01EEC;
}
</style>
border-color css
<style>
span { border-color: #D01EEC; }
span { border-color: rgb(208,30,236); }
td.TdClassName
{
border-color: #D01EEC;
}
.TagClassName
{
border-color: #D01EEC;
}
</style>