Shades of Psychedelic Purple #DB0EFA
Tints of Psychedelic Purple #DB0EFA
RGB
CMYK
RGB Variations
Color information
#DB0EFA (or 0xDB0EFA) is known color: Psychedelic Purple. HEX triplet: DB, 0E and FA. RGB value is (219,14,250). Sum of RGB (Red+Green+Blue) = 219+14+250=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 14 (5.86% from 255 or 2.90% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB0EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0EFA is #24F105. Grayscale: #656565. Windows color (decimal): -2420998 or 16387803. OLE color: 16387803.
HSL color Cylindrical-coordinate representation of color #DB0EFA: hue angle of 292.12º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0EFA is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 14 | 250 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.02 |
| HSL | 292.12º | 0.96% | 0.52% | - |
| HSV(B) | 292.12º | 0.94% | 0.98% | - |
| XYZ | 46.63 | 22.28 | 92.28 | - |
| YUV | 102.2 | 211.42 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 250 | 0.12 | 0.94 | 0 | 0.02 | 292.12 | 0.96 | 0.52 |
| Hex | DB | E | FA | C | 5E | 0 | 2 | 124 | 60 | 34 |
| Octal | 333 | 16 | 372 | 14 | 136 | 0 | 2 | 444 | 140 | 64 |
| Binary | 11011011 | 1110 | 11111010 | 1100 | 1011110 | 0 | 10 | 100100100 | 1100000 | 110100 |
Color Harmonies of #DB0EFA
Complementary color
Monochromatic Colors of #DB0EFA
Black with #DB0EFA
Text Example
Text Example
White with #DB0EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EFA; }
p { color: rgb(219,14,250); }
H1.HeaderClassName
{
color: #DB0EFA;
}
.AnyTagClassName
{
color: #DB0EFA;
}
</style>
background-color css
<style>
a { background-color: #DB0EFA; }
a { background-color: rgb(219,14,250); }
div.DivClassName
{
background-color: #DB0EFA;
}
.BgClassName
{
background-color: #DB0EFA;
}
</style>
border-color css
<style>
span { border-color: #DB0EFA; }
span { border-color: rgb(219,14,250); }
td.TdClassName
{
border-color: #DB0EFA;
}
.TagClassName
{
border-color: #DB0EFA;
}
</style>