Shades of Psychedelic Purple #DB19EA
Tints of Psychedelic Purple #DB19EA
RGB
CMYK
RGB Variations
Color information
#DB19EA (or 0xDB19EA) is known color: Psychedelic Purple. HEX triplet: DB, 19 and EA. RGB value is (219,25,234). Sum of RGB (Red+Green+Blue) = 219+25+234=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 25 (10.16% from 255 or 5.23% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB19EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB19EA is #24E615. Grayscale: #6A6A6A. Windows color (decimal): -2418198 or 15342043. OLE color: 15342043.
HSL color Cylindrical-coordinate representation of color #DB19EA: hue angle of 295.69º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB19EA is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 25 | 234 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.08 |
| HSL | 295.69º | 0.83% | 0.51% | - |
| HSV(B) | 295.69º | 0.89% | 0.92% | - |
| XYZ | 44.41 | 21.7 | 79.69 | - |
| YUV | 106.83 | 199.77 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 234 | 0.06 | 0.89 | 0 | 0.08 | 295.69 | 0.83 | 0.51 |
| Hex | DB | 19 | EA | 6 | 59 | 0 | 8 | 128 | 53 | 33 |
| Octal | 333 | 31 | 352 | 6 | 131 | 0 | 10 | 450 | 123 | 63 |
| Binary | 11011011 | 11001 | 11101010 | 110 | 1011001 | 0 | 1000 | 100101000 | 1010011 | 110011 |
Color Harmonies of #DB19EA
Complementary color
Monochromatic Colors of #DB19EA
Black with #DB19EA
Text Example
Text Example
White with #DB19EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19EA; }
p { color: rgb(219,25,234); }
H1.HeaderClassName
{
color: #DB19EA;
}
.AnyTagClassName
{
color: #DB19EA;
}
</style>
background-color css
<style>
a { background-color: #DB19EA; }
a { background-color: rgb(219,25,234); }
div.DivClassName
{
background-color: #DB19EA;
}
.BgClassName
{
background-color: #DB19EA;
}
</style>
border-color css
<style>
span { border-color: #DB19EA; }
span { border-color: rgb(219,25,234); }
td.TdClassName
{
border-color: #DB19EA;
}
.TagClassName
{
border-color: #DB19EA;
}
</style>