Shades of Psychedelic Purple #DB19FA
Tints of Psychedelic Purple #DB19FA
RGB
CMYK
RGB Variations
Color information
#DB19FA (or 0xDB19FA) is known color: Psychedelic Purple. HEX triplet: DB, 19 and FA. RGB value is (219,25,250). Sum of RGB (Red+Green+Blue) = 219+25+250=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 25 (10.16% from 255 or 5.06% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB19FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB19FA is #24E605. Grayscale: #6B6B6B. Windows color (decimal): -2418182 or 16390619. OLE color: 16390619.
HSL color Cylindrical-coordinate representation of color #DB19FA: hue angle of 291.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB19FA is Cyan = 0.12, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 25 | 250 | - |
| CMYK | 0.12 | 0.9 | 0 | 0.02 |
| HSL | 291.73º | 0.96% | 0.54% | - |
| HSV(B) | 291.73º | 0.9% | 0.98% | - |
| XYZ | 46.82 | 22.66 | 92.35 | - |
| YUV | 108.66 | 207.77 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 250 | 0.12 | 0.9 | 0 | 0.02 | 291.73 | 0.96 | 0.54 |
| Hex | DB | 19 | FA | C | 5A | 0 | 2 | 124 | 60 | 36 |
| Octal | 333 | 31 | 372 | 14 | 132 | 0 | 2 | 444 | 140 | 66 |
| Binary | 11011011 | 11001 | 11111010 | 1100 | 1011010 | 0 | 10 | 100100100 | 1100000 | 110110 |
Color Harmonies of #DB19FA
Complementary color
Monochromatic Colors of #DB19FA
Black with #DB19FA
Text Example
Text Example
White with #DB19FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19FA; }
p { color: rgb(219,25,250); }
H1.HeaderClassName
{
color: #DB19FA;
}
.AnyTagClassName
{
color: #DB19FA;
}
</style>
background-color css
<style>
a { background-color: #DB19FA; }
a { background-color: rgb(219,25,250); }
div.DivClassName
{
background-color: #DB19FA;
}
.BgClassName
{
background-color: #DB19FA;
}
</style>
border-color css
<style>
span { border-color: #DB19FA; }
span { border-color: rgb(219,25,250); }
td.TdClassName
{
border-color: #DB19FA;
}
.TagClassName
{
border-color: #DB19FA;
}
</style>