Shades of Psychedelic Purple #DB19EF
Tints of Psychedelic Purple #DB19EF
RGB
CMYK
RGB Variations
Color information
#DB19EF (or 0xDB19EF) is known color: Psychedelic Purple. HEX triplet: DB, 19 and EF. RGB value is (219,25,239). Sum of RGB (Red+Green+Blue) = 219+25+239=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 25 (10.16% from 255 or 5.18% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB19EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB19EF is #24E610. Grayscale: #6A6A6A. Windows color (decimal): -2418193 or 15669723. OLE color: 15669723.
HSL color Cylindrical-coordinate representation of color #DB19EF: hue angle of 294.39º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB19EF is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 25 | 239 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.06 |
| HSL | 294.39º | 0.87% | 0.52% | - |
| HSV(B) | 294.39º | 0.9% | 0.94% | - |
| XYZ | 45.14 | 21.99 | 83.53 | - |
| YUV | 107.4 | 202.27 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 239 | 0.08 | 0.90 | 0 | 0.06 | 294.39 | 0.87 | 0.52 |
| Hex | DB | 19 | EF | 8 | 5A | 0 | 6 | 126 | 57 | 34 |
| Octal | 333 | 31 | 357 | 10 | 132 | 0 | 6 | 446 | 127 | 64 |
| Binary | 11011011 | 11001 | 11101111 | 1000 | 1011010 | 0 | 110 | 100100110 | 1010111 | 110100 |
Color Harmonies of #DB19EF
Complementary color
Monochromatic Colors of #DB19EF
Black with #DB19EF
Text Example
Text Example
White with #DB19EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19EF; }
p { color: rgb(219,25,239); }
H1.HeaderClassName
{
color: #DB19EF;
}
.AnyTagClassName
{
color: #DB19EF;
}
</style>
background-color css
<style>
a { background-color: #DB19EF; }
a { background-color: rgb(219,25,239); }
div.DivClassName
{
background-color: #DB19EF;
}
.BgClassName
{
background-color: #DB19EF;
}
</style>
border-color css
<style>
span { border-color: #DB19EF; }
span { border-color: rgb(219,25,239); }
td.TdClassName
{
border-color: #DB19EF;
}
.TagClassName
{
border-color: #DB19EF;
}
</style>