Shades of Psychedelic Purple #DB16F1
Tints of Psychedelic Purple #DB16F1
RGB
CMYK
RGB Variations
Color information
#DB16F1 (or 0xDB16F1) is known color: Psychedelic Purple. HEX triplet: DB, 16 and F1. RGB value is (219,22,241). Sum of RGB (Red+Green+Blue) = 219+22+241=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 22 (8.98% from 255 or 4.56% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB16F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB16F1 is #24E90E. Grayscale: #696969. Windows color (decimal): -2418959 or 15800027. OLE color: 15800027.
HSL color Cylindrical-coordinate representation of color #DB16F1: hue angle of 293.97º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB16F1 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 22 | 241 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.05 |
| HSL | 293.97º | 0.89% | 0.52% | - |
| HSV(B) | 293.97º | 0.91% | 0.95% | - |
| XYZ | 45.38 | 21.98 | 85.07 | - |
| YUV | 105.87 | 204.27 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 241 | 0.09 | 0.91 | 0 | 0.05 | 293.97 | 0.89 | 0.52 |
| Hex | DB | 16 | F1 | 9 | 5B | 0 | 5 | 126 | 59 | 34 |
| Octal | 333 | 26 | 361 | 11 | 133 | 0 | 5 | 446 | 131 | 64 |
| Binary | 11011011 | 10110 | 11110001 | 1001 | 1011011 | 0 | 101 | 100100110 | 1011001 | 110100 |
Color Harmonies of #DB16F1
Complementary color
Monochromatic Colors of #DB16F1
Black with #DB16F1
Text Example
Text Example
White with #DB16F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16F1; }
p { color: rgb(219,22,241); }
H1.HeaderClassName
{
color: #DB16F1;
}
.AnyTagClassName
{
color: #DB16F1;
}
</style>
background-color css
<style>
a { background-color: #DB16F1; }
a { background-color: rgb(219,22,241); }
div.DivClassName
{
background-color: #DB16F1;
}
.BgClassName
{
background-color: #DB16F1;
}
</style>
border-color css
<style>
span { border-color: #DB16F1; }
span { border-color: rgb(219,22,241); }
td.TdClassName
{
border-color: #DB16F1;
}
.TagClassName
{
border-color: #DB16F1;
}
</style>