Shades of Psychedelic Purple #DB19EC
Tints of Psychedelic Purple #DB19EC
RGB
CMYK
RGB Variations
Color information
#DB19EC (or 0xDB19EC) is known color: Psychedelic Purple. HEX triplet: DB, 19 and EC. RGB value is (219,25,236). Sum of RGB (Red+Green+Blue) = 219+25+236=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 25 (10.16% from 255 or 5.21% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB19EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB19EC is #24E613. Grayscale: #6A6A6A. Windows color (decimal): -2418196 or 15473115. OLE color: 15473115.
HSL color Cylindrical-coordinate representation of color #DB19EC: hue angle of 295.17º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB19EC is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 25 | 236 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.07 |
| HSL | 295.17º | 0.85% | 0.51% | - |
| HSV(B) | 295.17º | 0.89% | 0.93% | - |
| XYZ | 44.7 | 21.81 | 81.21 | - |
| YUV | 107.06 | 200.77 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 236 | 0.07 | 0.89 | 0 | 0.07 | 295.17 | 0.85 | 0.51 |
| Hex | DB | 19 | EC | 7 | 59 | 0 | 7 | 127 | 55 | 33 |
| Octal | 333 | 31 | 354 | 7 | 131 | 0 | 7 | 447 | 125 | 63 |
| Binary | 11011011 | 11001 | 11101100 | 111 | 1011001 | 0 | 111 | 100100111 | 1010101 | 110011 |
Color Harmonies of #DB19EC
Complementary color
Monochromatic Colors of #DB19EC
Black with #DB19EC
Text Example
Text Example
White with #DB19EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19EC; }
p { color: rgb(219,25,236); }
H1.HeaderClassName
{
color: #DB19EC;
}
.AnyTagClassName
{
color: #DB19EC;
}
</style>
background-color css
<style>
a { background-color: #DB19EC; }
a { background-color: rgb(219,25,236); }
div.DivClassName
{
background-color: #DB19EC;
}
.BgClassName
{
background-color: #DB19EC;
}
</style>
border-color css
<style>
span { border-color: #DB19EC; }
span { border-color: rgb(219,25,236); }
td.TdClassName
{
border-color: #DB19EC;
}
.TagClassName
{
border-color: #DB19EC;
}
</style>