Shades of Psychedelic Purple #DB0EE8
Tints of Psychedelic Purple #DB0EE8
RGB
CMYK
RGB Variations
Color information
#DB0EE8 (or 0xDB0EE8) is known color: Psychedelic Purple. HEX triplet: DB, 0E and E8. RGB value is (219,14,232). Sum of RGB (Red+Green+Blue) = 219+14+232=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 14 (5.86% from 255 or 3.01% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB0EE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0EE8 is #24F117. Grayscale: #636363. Windows color (decimal): -2421016 or 15208155. OLE color: 15208155.
HSL color Cylindrical-coordinate representation of color #DB0EE8: hue angle of 296.42º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0EE8 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 14 | 232 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.09 |
| HSL | 296.42º | 0.89% | 0.48% | - |
| HSV(B) | 296.42º | 0.94% | 0.91% | - |
| XYZ | 43.94 | 21.2 | 78.12 | - |
| YUV | 100.15 | 202.42 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 232 | 0.06 | 0.94 | 0 | 0.09 | 296.42 | 0.89 | 0.48 |
| Hex | DB | E | E8 | 6 | 5E | 0 | 9 | 128 | 59 | 30 |
| Octal | 333 | 16 | 350 | 6 | 136 | 0 | 11 | 450 | 131 | 60 |
| Binary | 11011011 | 1110 | 11101000 | 110 | 1011110 | 0 | 1001 | 100101000 | 1011001 | 110000 |
Color Harmonies of #DB0EE8
Complementary color
Monochromatic Colors of #DB0EE8
Black with #DB0EE8
Text Example
Text Example
White with #DB0EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EE8; }
p { color: rgb(219,14,232); }
H1.HeaderClassName
{
color: #DB0EE8;
}
.AnyTagClassName
{
color: #DB0EE8;
}
</style>
background-color css
<style>
a { background-color: #DB0EE8; }
a { background-color: rgb(219,14,232); }
div.DivClassName
{
background-color: #DB0EE8;
}
.BgClassName
{
background-color: #DB0EE8;
}
</style>
border-color css
<style>
span { border-color: #DB0EE8; }
span { border-color: rgb(219,14,232); }
td.TdClassName
{
border-color: #DB0EE8;
}
.TagClassName
{
border-color: #DB0EE8;
}
</style>