Shades of Psychedelic Purple #DB0EFF
Tints of Psychedelic Purple #DB0EFF
RGB
CMYK
RGB Variations
Color information
#DB0EFF (or 0xDB0EFF) is known color: Psychedelic Purple. HEX triplet: DB, 0E and FF. RGB value is (219,14,255). Sum of RGB (Red+Green+Blue) = 219+14+255=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 14 (5.86% from 255 or 2.87% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB0EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0EFF is #24F100. Grayscale: #666666. Windows color (decimal): -2420993 or 16715483. OLE color: 16715483.
HSL color Cylindrical-coordinate representation of color #DB0EFF: hue angle of 291.04º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0EFF is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 14 | 255 | - |
| CMYK | 0.14 | 0.95 | 0 | 0 |
| HSL | 291.04º | 1% | 0.53% | - |
| HSV(B) | 291.04º | 0.95% | 1% | - |
| XYZ | 47.42 | 22.59 | 96.47 | - |
| YUV | 102.77 | 213.92 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 255 | 0.14 | 0.95 | 0 | 0 | 291.04 | 1 | 0.53 |
| Hex | DB | E | FF | E | 5F | 0 | 0 | 123 | 64 | 35 |
| Octal | 333 | 16 | 377 | 16 | 137 | 0 | 0 | 443 | 144 | 65 |
| Binary | 11011011 | 1110 | 11111111 | 1110 | 1011111 | 0 | 0 | 100100011 | 1100100 | 110101 |
Color Harmonies of #DB0EFF
Complementary color
Monochromatic Colors of #DB0EFF
Black with #DB0EFF
Text Example
Text Example
White with #DB0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EFF; }
p { color: rgb(219,14,255); }
H1.HeaderClassName
{
color: #DB0EFF;
}
.AnyTagClassName
{
color: #DB0EFF;
}
</style>
background-color css
<style>
a { background-color: #DB0EFF; }
a { background-color: rgb(219,14,255); }
div.DivClassName
{
background-color: #DB0EFF;
}
.BgClassName
{
background-color: #DB0EFF;
}
</style>
border-color css
<style>
span { border-color: #DB0EFF; }
span { border-color: rgb(219,14,255); }
td.TdClassName
{
border-color: #DB0EFF;
}
.TagClassName
{
border-color: #DB0EFF;
}
</style>