Shades of Psychedelic Purple #DE0EE4
Tints of Psychedelic Purple #DE0EE4
RGB
CMYK
RGB Variations
Color information
#DE0EE4 (or 0xDE0EE4) is known color: Psychedelic Purple. HEX triplet: DE, 0E and E4. RGB value is (222,14,228). Sum of RGB (Red+Green+Blue) = 222+14+228=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE0EE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0EE4 is #21F11B. Grayscale: #636363. Windows color (decimal): -2224412 or 14946014. OLE color: 14946014.
HSL color Cylindrical-coordinate representation of color #DE0EE4: hue angle of 298.32º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0EE4 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 14 | 228 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.11 |
| HSL | 298.32º | 0.88% | 0.47% | - |
| HSV(B) | 298.32º | 0.94% | 0.89% | - |
| XYZ | 44.28 | 21.45 | 75.2 | - |
| YUV | 100.59 | 199.91 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 14 | 228 | 0.03 | 0.94 | 0 | 0.11 | 298.32 | 0.88 | 0.47 |
| Hex | DE | E | E4 | 3 | 5E | 0 | B | 12A | 58 | 2F |
| Octal | 336 | 16 | 344 | 3 | 136 | 0 | 13 | 452 | 130 | 57 |
| Binary | 11011110 | 1110 | 11100100 | 11 | 1011110 | 0 | 1011 | 100101010 | 1011000 | 101111 |
Color Harmonies of #DE0EE4
Complementary color
Monochromatic Colors of #DE0EE4
Black with #DE0EE4
Text Example
Text Example
White with #DE0EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0EE4; }
p { color: rgb(222,14,228); }
H1.HeaderClassName
{
color: #DE0EE4;
}
.AnyTagClassName
{
color: #DE0EE4;
}
</style>
background-color css
<style>
a { background-color: #DE0EE4; }
a { background-color: rgb(222,14,228); }
div.DivClassName
{
background-color: #DE0EE4;
}
.BgClassName
{
background-color: #DE0EE4;
}
</style>
border-color css
<style>
span { border-color: #DE0EE4; }
span { border-color: rgb(222,14,228); }
td.TdClassName
{
border-color: #DE0EE4;
}
.TagClassName
{
border-color: #DE0EE4;
}
</style>