Shades of Psychedelic Purple #DB0FE9
Tints of Psychedelic Purple #DB0FE9
RGB
CMYK
RGB Variations
Color information
#DB0FE9 (or 0xDB0FE9) is known color: Psychedelic Purple. HEX triplet: DB, 0F and E9. RGB value is (219,15,233). Sum of RGB (Red+Green+Blue) = 219+15+233=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 15 (6.25% from 255 or 3.21% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB0FE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0FE9 is #24F016. Grayscale: #646464. Windows color (decimal): -2420759 or 15273947. OLE color: 15273947.
HSL color Cylindrical-coordinate representation of color #DB0FE9: hue angle of 296.15º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0FE9 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 15 | 233 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.09 |
| HSL | 296.15º | 0.88% | 0.49% | - |
| HSV(B) | 296.15º | 0.94% | 0.91% | - |
| XYZ | 44.09 | 21.28 | 78.88 | - |
| YUV | 100.85 | 202.59 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 233 | 0.06 | 0.94 | 0 | 0.09 | 296.15 | 0.88 | 0.49 |
| Hex | DB | F | E9 | 6 | 5E | 0 | 9 | 128 | 58 | 31 |
| Octal | 333 | 17 | 351 | 6 | 136 | 0 | 11 | 450 | 130 | 61 |
| Binary | 11011011 | 1111 | 11101001 | 110 | 1011110 | 0 | 1001 | 100101000 | 1011000 | 110001 |
Color Harmonies of #DB0FE9
Complementary color
Monochromatic Colors of #DB0FE9
Black with #DB0FE9
Text Example
Text Example
White with #DB0FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FE9; }
p { color: rgb(219,15,233); }
H1.HeaderClassName
{
color: #DB0FE9;
}
.AnyTagClassName
{
color: #DB0FE9;
}
</style>
background-color css
<style>
a { background-color: #DB0FE9; }
a { background-color: rgb(219,15,233); }
div.DivClassName
{
background-color: #DB0FE9;
}
.BgClassName
{
background-color: #DB0FE9;
}
</style>
border-color css
<style>
span { border-color: #DB0FE9; }
span { border-color: rgb(219,15,233); }
td.TdClassName
{
border-color: #DB0FE9;
}
.TagClassName
{
border-color: #DB0FE9;
}
</style>