Shades of Psychedelic Purple #DB16FA
Tints of Psychedelic Purple #DB16FA
RGB
CMYK
RGB Variations
Color information
#DB16FA (or 0xDB16FA) is known color: Psychedelic Purple. HEX triplet: DB, 16 and FA. RGB value is (219,22,250). Sum of RGB (Red+Green+Blue) = 219+22+250=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 22 (8.98% from 255 or 4.48% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB16FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB16FA is #24E905. Grayscale: #6A6A6A. Windows color (decimal): -2418950 or 16389851. OLE color: 16389851.
HSL color Cylindrical-coordinate representation of color #DB16FA: hue angle of 291.84º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB16FA is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 22 | 250 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.02 |
| HSL | 291.84º | 0.96% | 0.53% | - |
| HSV(B) | 291.84º | 0.91% | 0.98% | - |
| XYZ | 46.76 | 22.54 | 92.33 | - |
| YUV | 106.9 | 208.77 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 250 | 0.12 | 0.91 | 0 | 0.02 | 291.84 | 0.96 | 0.53 |
| Hex | DB | 16 | FA | C | 5B | 0 | 2 | 124 | 60 | 35 |
| Octal | 333 | 26 | 372 | 14 | 133 | 0 | 2 | 444 | 140 | 65 |
| Binary | 11011011 | 10110 | 11111010 | 1100 | 1011011 | 0 | 10 | 100100100 | 1100000 | 110101 |
Color Harmonies of #DB16FA
Complementary color
Monochromatic Colors of #DB16FA
Black with #DB16FA
Text Example
Text Example
White with #DB16FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16FA; }
p { color: rgb(219,22,250); }
H1.HeaderClassName
{
color: #DB16FA;
}
.AnyTagClassName
{
color: #DB16FA;
}
</style>
background-color css
<style>
a { background-color: #DB16FA; }
a { background-color: rgb(219,22,250); }
div.DivClassName
{
background-color: #DB16FA;
}
.BgClassName
{
background-color: #DB16FA;
}
</style>
border-color css
<style>
span { border-color: #DB16FA; }
span { border-color: rgb(219,22,250); }
td.TdClassName
{
border-color: #DB16FA;
}
.TagClassName
{
border-color: #DB16FA;
}
</style>