Shades of Psychedelic Purple #DB0EF1
Tints of Psychedelic Purple #DB0EF1
RGB
CMYK
RGB Variations
Color information
#DB0EF1 (or 0xDB0EF1) is known color: Psychedelic Purple. HEX triplet: DB, 0E and F1. RGB value is (219,14,241). Sum of RGB (Red+Green+Blue) = 219+14+241=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 14 (5.86% from 255 or 2.95% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB0EF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0EF1 is #24F10E. Grayscale: #646464. Windows color (decimal): -2421007 or 15797979. OLE color: 15797979.
HSL color Cylindrical-coordinate representation of color #DB0EF1: hue angle of 294.19º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0EF1 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 14 | 241 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.05 |
| HSL | 294.19º | 0.89% | 0.5% | - |
| HSV(B) | 294.19º | 0.94% | 0.95% | - |
| XYZ | 45.25 | 21.73 | 85.03 | - |
| YUV | 101.17 | 206.92 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 241 | 0.09 | 0.94 | 0 | 0.05 | 294.19 | 0.89 | 0.5 |
| Hex | DB | E | F1 | 9 | 5E | 0 | 5 | 126 | 59 | 32 |
| Octal | 333 | 16 | 361 | 11 | 136 | 0 | 5 | 446 | 131 | 62 |
| Binary | 11011011 | 1110 | 11110001 | 1001 | 1011110 | 0 | 101 | 100100110 | 1011001 | 110010 |
Color Harmonies of #DB0EF1
Complementary color
Monochromatic Colors of #DB0EF1
Black with #DB0EF1
Text Example
Text Example
White with #DB0EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EF1; }
p { color: rgb(219,14,241); }
H1.HeaderClassName
{
color: #DB0EF1;
}
.AnyTagClassName
{
color: #DB0EF1;
}
</style>
background-color css
<style>
a { background-color: #DB0EF1; }
a { background-color: rgb(219,14,241); }
div.DivClassName
{
background-color: #DB0EF1;
}
.BgClassName
{
background-color: #DB0EF1;
}
</style>
border-color css
<style>
span { border-color: #DB0EF1; }
span { border-color: rgb(219,14,241); }
td.TdClassName
{
border-color: #DB0EF1;
}
.TagClassName
{
border-color: #DB0EF1;
}
</style>