Shades of Psychedelic Purple #DB19EE
Tints of Psychedelic Purple #DB19EE
RGB
CMYK
RGB Variations
Color information
#DB19EE (or 0xDB19EE) is known color: Psychedelic Purple. HEX triplet: DB, 19 and EE. RGB value is (219,25,238). Sum of RGB (Red+Green+Blue) = 219+25+238=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 25 (10.16% from 255 or 5.19% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB19EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB19EE is #24E611. Grayscale: #6A6A6A. Windows color (decimal): -2418194 or 15604187. OLE color: 15604187.
HSL color Cylindrical-coordinate representation of color #DB19EE: hue angle of 294.65º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB19EE is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 25 | 238 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.07 |
| HSL | 294.65º | 0.86% | 0.52% | - |
| HSV(B) | 294.65º | 0.89% | 0.93% | - |
| XYZ | 44.99 | 21.93 | 82.75 | - |
| YUV | 107.29 | 201.77 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 238 | 0.08 | 0.89 | 0 | 0.07 | 294.65 | 0.86 | 0.52 |
| Hex | DB | 19 | EE | 8 | 59 | 0 | 7 | 127 | 56 | 34 |
| Octal | 333 | 31 | 356 | 10 | 131 | 0 | 7 | 447 | 126 | 64 |
| Binary | 11011011 | 11001 | 11101110 | 1000 | 1011001 | 0 | 111 | 100100111 | 1010110 | 110100 |
Color Harmonies of #DB19EE
Complementary color
Monochromatic Colors of #DB19EE
Black with #DB19EE
Text Example
Text Example
White with #DB19EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19EE; }
p { color: rgb(219,25,238); }
H1.HeaderClassName
{
color: #DB19EE;
}
.AnyTagClassName
{
color: #DB19EE;
}
</style>
background-color css
<style>
a { background-color: #DB19EE; }
a { background-color: rgb(219,25,238); }
div.DivClassName
{
background-color: #DB19EE;
}
.BgClassName
{
background-color: #DB19EE;
}
</style>
border-color css
<style>
span { border-color: #DB19EE; }
span { border-color: rgb(219,25,238); }
td.TdClassName
{
border-color: #DB19EE;
}
.TagClassName
{
border-color: #DB19EE;
}
</style>