Shades of Psychedelic Purple #DB0EFC
Tints of Psychedelic Purple #DB0EFC
RGB
CMYK
RGB Variations
Color information
#DB0EFC (or 0xDB0EFC) is known color: Psychedelic Purple. HEX triplet: DB, 0E and FC. RGB value is (219,14,252). Sum of RGB (Red+Green+Blue) = 219+14+252=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 14 (5.86% from 255 or 2.89% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB0EFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0EFC is #24F103. Grayscale: #656565. Windows color (decimal): -2420996 or 16518875. OLE color: 16518875.
HSL color Cylindrical-coordinate representation of color #DB0EFC: hue angle of 291.68º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0EFC is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 14 | 252 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.01 |
| HSL | 291.68º | 0.98% | 0.52% | - |
| HSV(B) | 291.68º | 0.94% | 0.99% | - |
| XYZ | 46.94 | 22.4 | 93.95 | - |
| YUV | 102.43 | 212.42 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 252 | 0.13 | 0.94 | 0 | 0.01 | 291.68 | 0.98 | 0.52 |
| Hex | DB | E | FC | D | 5E | 0 | 1 | 124 | 62 | 34 |
| Octal | 333 | 16 | 374 | 15 | 136 | 0 | 1 | 444 | 142 | 64 |
| Binary | 11011011 | 1110 | 11111100 | 1101 | 1011110 | 0 | 1 | 100100100 | 1100010 | 110100 |
Color Harmonies of #DB0EFC
Complementary color
Monochromatic Colors of #DB0EFC
Black with #DB0EFC
Text Example
Text Example
White with #DB0EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EFC; }
p { color: rgb(219,14,252); }
H1.HeaderClassName
{
color: #DB0EFC;
}
.AnyTagClassName
{
color: #DB0EFC;
}
</style>
background-color css
<style>
a { background-color: #DB0EFC; }
a { background-color: rgb(219,14,252); }
div.DivClassName
{
background-color: #DB0EFC;
}
.BgClassName
{
background-color: #DB0EFC;
}
</style>
border-color css
<style>
span { border-color: #DB0EFC; }
span { border-color: rgb(219,14,252); }
td.TdClassName
{
border-color: #DB0EFC;
}
.TagClassName
{
border-color: #DB0EFC;
}
</style>