Shades of Psychedelic Purple #DB19EB
Tints of Psychedelic Purple #DB19EB
RGB
CMYK
RGB Variations
Color information
#DB19EB (or 0xDB19EB) is known color: Psychedelic Purple. HEX triplet: DB, 19 and EB. RGB value is (219,25,235). Sum of RGB (Red+Green+Blue) = 219+25+235=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 25 (10.16% from 255 or 5.22% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB19EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB19EB is #24E614. Grayscale: #6A6A6A. Windows color (decimal): -2418197 or 15407579. OLE color: 15407579.
HSL color Cylindrical-coordinate representation of color #DB19EB: hue angle of 295.43º degrees, saturation: 0.84, 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 #DB19EB is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 25 | 235 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.08 |
| HSL | 295.43º | 0.84% | 0.51% | - |
| HSV(B) | 295.43º | 0.89% | 0.92% | - |
| XYZ | 44.56 | 21.75 | 80.45 | - |
| YUV | 106.95 | 200.27 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 235 | 0.07 | 0.89 | 0 | 0.08 | 295.43 | 0.84 | 0.51 |
| Hex | DB | 19 | EB | 7 | 59 | 0 | 8 | 127 | 54 | 33 |
| Octal | 333 | 31 | 353 | 7 | 131 | 0 | 10 | 447 | 124 | 63 |
| Binary | 11011011 | 11001 | 11101011 | 111 | 1011001 | 0 | 1000 | 100100111 | 1010100 | 110011 |
Color Harmonies of #DB19EB
Complementary color
Monochromatic Colors of #DB19EB
Black with #DB19EB
Text Example
Text Example
White with #DB19EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19EB; }
p { color: rgb(219,25,235); }
H1.HeaderClassName
{
color: #DB19EB;
}
.AnyTagClassName
{
color: #DB19EB;
}
</style>
background-color css
<style>
a { background-color: #DB19EB; }
a { background-color: rgb(219,25,235); }
div.DivClassName
{
background-color: #DB19EB;
}
.BgClassName
{
background-color: #DB19EB;
}
</style>
border-color css
<style>
span { border-color: #DB19EB; }
span { border-color: rgb(219,25,235); }
td.TdClassName
{
border-color: #DB19EB;
}
.TagClassName
{
border-color: #DB19EB;
}
</style>