Shades of Psychedelic Purple #DB16F6
Tints of Psychedelic Purple #DB16F6
RGB
CMYK
RGB Variations
Color information
#DB16F6 (or 0xDB16F6) is known color: Psychedelic Purple. HEX triplet: DB, 16 and F6. RGB value is (219,22,246). Sum of RGB (Red+Green+Blue) = 219+22+246=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 22 (8.98% from 255 or 4.52% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB16F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB16F6 is #24E909. Grayscale: #696969. Windows color (decimal): -2418954 or 16127707. OLE color: 16127707.
HSL color Cylindrical-coordinate representation of color #DB16F6: hue angle of 292.77º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB16F6 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 22 | 246 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.04 |
| HSL | 292.77º | 0.93% | 0.53% | - |
| HSV(B) | 292.77º | 0.91% | 0.96% | - |
| XYZ | 46.13 | 22.29 | 89.06 | - |
| YUV | 106.44 | 206.77 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 246 | 0.11 | 0.91 | 0 | 0.04 | 292.77 | 0.93 | 0.53 |
| Hex | DB | 16 | F6 | B | 5B | 0 | 4 | 125 | 5D | 35 |
| Octal | 333 | 26 | 366 | 13 | 133 | 0 | 4 | 445 | 135 | 65 |
| Binary | 11011011 | 10110 | 11110110 | 1011 | 1011011 | 0 | 100 | 100100101 | 1011101 | 110101 |
Color Harmonies of #DB16F6
Complementary color
Monochromatic Colors of #DB16F6
Black with #DB16F6
Text Example
Text Example
White with #DB16F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16F6; }
p { color: rgb(219,22,246); }
H1.HeaderClassName
{
color: #DB16F6;
}
.AnyTagClassName
{
color: #DB16F6;
}
</style>
background-color css
<style>
a { background-color: #DB16F6; }
a { background-color: rgb(219,22,246); }
div.DivClassName
{
background-color: #DB16F6;
}
.BgClassName
{
background-color: #DB16F6;
}
</style>
border-color css
<style>
span { border-color: #DB16F6; }
span { border-color: rgb(219,22,246); }
td.TdClassName
{
border-color: #DB16F6;
}
.TagClassName
{
border-color: #DB16F6;
}
</style>