Shades of Psychedelic Purple #DB0DEA
Tints of Psychedelic Purple #DB0DEA
RGB
CMYK
RGB Variations
Color information
#DB0DEA (or 0xDB0DEA) is known color: Psychedelic Purple. HEX triplet: DB, 0D and EA. RGB value is (219,13,234). Sum of RGB (Red+Green+Blue) = 219+13+234=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB0DEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0DEA is #24F215. Grayscale: #636363. Windows color (decimal): -2421270 or 15338971. OLE color: 15338971.
HSL color Cylindrical-coordinate representation of color #DB0DEA: hue angle of 295.93º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0DEA is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 13 | 234 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.08 |
| HSL | 295.93º | 0.89% | 0.48% | - |
| HSV(B) | 295.93º | 0.94% | 0.92% | - |
| XYZ | 44.21 | 21.29 | 79.62 | - |
| YUV | 99.79 | 203.75 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 234 | 0.06 | 0.94 | 0 | 0.08 | 295.93 | 0.89 | 0.48 |
| Hex | DB | D | EA | 6 | 5E | 0 | 8 | 128 | 59 | 30 |
| Octal | 333 | 15 | 352 | 6 | 136 | 0 | 10 | 450 | 131 | 60 |
| Binary | 11011011 | 1101 | 11101010 | 110 | 1011110 | 0 | 1000 | 100101000 | 1011001 | 110000 |
Color Harmonies of #DB0DEA
Complementary color
Monochromatic Colors of #DB0DEA
Black with #DB0DEA
Text Example
Text Example
White with #DB0DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DEA; }
p { color: rgb(219,13,234); }
H1.HeaderClassName
{
color: #DB0DEA;
}
.AnyTagClassName
{
color: #DB0DEA;
}
</style>
background-color css
<style>
a { background-color: #DB0DEA; }
a { background-color: rgb(219,13,234); }
div.DivClassName
{
background-color: #DB0DEA;
}
.BgClassName
{
background-color: #DB0DEA;
}
</style>
border-color css
<style>
span { border-color: #DB0DEA; }
span { border-color: rgb(219,13,234); }
td.TdClassName
{
border-color: #DB0DEA;
}
.TagClassName
{
border-color: #DB0DEA;
}
</style>