Shades of Psychedelic Purple #DB19ED
Tints of Psychedelic Purple #DB19ED
RGB
CMYK
RGB Variations
Color information
#DB19ED (or 0xDB19ED) is known color: Psychedelic Purple. HEX triplet: DB, 19 and ED. RGB value is (219,25,237). Sum of RGB (Red+Green+Blue) = 219+25+237=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 25 (10.16% from 255 or 5.20% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB19ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB19ED is #24E612. Grayscale: #6A6A6A. Windows color (decimal): -2418195 or 15538651. OLE color: 15538651.
HSL color Cylindrical-coordinate representation of color #DB19ED: hue angle of 294.91º 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 #DB19ED is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 25 | 237 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.07 |
| HSL | 294.91º | 0.85% | 0.51% | - |
| HSV(B) | 294.91º | 0.89% | 0.93% | - |
| XYZ | 44.85 | 21.87 | 81.98 | - |
| YUV | 107.17 | 201.27 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 237 | 0.08 | 0.89 | 0 | 0.07 | 294.91 | 0.85 | 0.51 |
| Hex | DB | 19 | ED | 8 | 59 | 0 | 7 | 127 | 55 | 33 |
| Octal | 333 | 31 | 355 | 10 | 131 | 0 | 7 | 447 | 125 | 63 |
| Binary | 11011011 | 11001 | 11101101 | 1000 | 1011001 | 0 | 111 | 100100111 | 1010101 | 110011 |
Color Harmonies of #DB19ED
Complementary color
Monochromatic Colors of #DB19ED
Black with #DB19ED
Text Example
Text Example
White with #DB19ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19ED; }
p { color: rgb(219,25,237); }
H1.HeaderClassName
{
color: #DB19ED;
}
.AnyTagClassName
{
color: #DB19ED;
}
</style>
background-color css
<style>
a { background-color: #DB19ED; }
a { background-color: rgb(219,25,237); }
div.DivClassName
{
background-color: #DB19ED;
}
.BgClassName
{
background-color: #DB19ED;
}
</style>
border-color css
<style>
span { border-color: #DB19ED; }
span { border-color: rgb(219,25,237); }
td.TdClassName
{
border-color: #DB19ED;
}
.TagClassName
{
border-color: #DB19ED;
}
</style>