Shades of Psychedelic Purple #D01EEA
Tints of Psychedelic Purple #D01EEA
RGB
CMYK
RGB Variations
Color information
#D01EEA (or 0xD01EEA) is known color: Psychedelic Purple. HEX triplet: D0, 1E and EA. RGB value is (208,30,234). Sum of RGB (Red+Green+Blue) = 208+30+234=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #D01EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01EEA is #2FE115. Grayscale: #696969. Windows color (decimal): -3137814 or 15343312. OLE color: 15343312.
HSL color Cylindrical-coordinate representation of color #D01EEA: hue angle of 292.35º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01EEA is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 30 | 234 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.08 |
| HSL | 292.35º | 0.83% | 0.52% | - |
| HSV(B) | 292.35º | 0.87% | 0.92% | - |
| XYZ | 41.33 | 20.28 | 79.58 | - |
| YUV | 106.48 | 199.97 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 30 | 234 | 0.11 | 0.87 | 0 | 0.08 | 292.35 | 0.83 | 0.52 |
| Hex | D0 | 1E | EA | B | 57 | 0 | 8 | 124 | 53 | 34 |
| Octal | 320 | 36 | 352 | 13 | 127 | 0 | 10 | 444 | 123 | 64 |
| Binary | 11010000 | 11110 | 11101010 | 1011 | 1010111 | 0 | 1000 | 100100100 | 1010011 | 110100 |
Color Harmonies of #D01EEA
Complementary color
Monochromatic Colors of #D01EEA
Black with #D01EEA
Text Example
Text Example
White with #D01EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01EEA; }
p { color: rgb(208,30,234); }
H1.HeaderClassName
{
color: #D01EEA;
}
.AnyTagClassName
{
color: #D01EEA;
}
</style>
background-color css
<style>
a { background-color: #D01EEA; }
a { background-color: rgb(208,30,234); }
div.DivClassName
{
background-color: #D01EEA;
}
.BgClassName
{
background-color: #D01EEA;
}
</style>
border-color css
<style>
span { border-color: #D01EEA; }
span { border-color: rgb(208,30,234); }
td.TdClassName
{
border-color: #D01EEA;
}
.TagClassName
{
border-color: #D01EEA;
}
</style>