Shades of Psychedelic Purple #DB19FF
Tints of Psychedelic Purple #DB19FF
RGB
CMYK
RGB Variations
Color information
#DB19FF (or 0xDB19FF) is known color: Psychedelic Purple. HEX triplet: DB, 19 and FF. RGB value is (219,25,255). Sum of RGB (Red+Green+Blue) = 219+25+255=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 25 (10.16% from 255 or 5.01% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB19FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB19FF is #24E600. Grayscale: #6C6C6C. Windows color (decimal): -2418177 or 16718299. OLE color: 16718299.
HSL color Cylindrical-coordinate representation of color #DB19FF: hue angle of 290.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB19FF is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 25 | 255 | - |
| CMYK | 0.14 | 0.90 | 0 | 0 |
| HSL | 290.61º | 1% | 0.55% | - |
| HSV(B) | 290.61º | 0.9% | 1% | - |
| XYZ | 47.61 | 22.98 | 96.53 | - |
| YUV | 109.23 | 210.27 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 255 | 0.14 | 0.90 | 0 | 0 | 290.61 | 1 | 0.55 |
| Hex | DB | 19 | FF | E | 5A | 0 | 0 | 123 | 64 | 37 |
| Octal | 333 | 31 | 377 | 16 | 132 | 0 | 0 | 443 | 144 | 67 |
| Binary | 11011011 | 11001 | 11111111 | 1110 | 1011010 | 0 | 0 | 100100011 | 1100100 | 110111 |
Color Harmonies of #DB19FF
Complementary color
Monochromatic Colors of #DB19FF
Black with #DB19FF
Text Example
Text Example
White with #DB19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19FF; }
p { color: rgb(219,25,255); }
H1.HeaderClassName
{
color: #DB19FF;
}
.AnyTagClassName
{
color: #DB19FF;
}
</style>
background-color css
<style>
a { background-color: #DB19FF; }
a { background-color: rgb(219,25,255); }
div.DivClassName
{
background-color: #DB19FF;
}
.BgClassName
{
background-color: #DB19FF;
}
</style>
border-color css
<style>
span { border-color: #DB19FF; }
span { border-color: rgb(219,25,255); }
td.TdClassName
{
border-color: #DB19FF;
}
.TagClassName
{
border-color: #DB19FF;
}
</style>