Shades of Psychedelic Purple #DB16FB
Tints of Psychedelic Purple #DB16FB
RGB
CMYK
RGB Variations
Color information
#DB16FB (or 0xDB16FB) is known color: Psychedelic Purple. HEX triplet: DB, 16 and FB. RGB value is (219,22,251). Sum of RGB (Red+Green+Blue) = 219+22+251=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 22 (8.98% from 255 or 4.47% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB16FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB16FB is #24E904. Grayscale: #6A6A6A. Windows color (decimal): -2418949 or 16455387. OLE color: 16455387.
HSL color Cylindrical-coordinate representation of color #DB16FB: hue angle of 291.62º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB16FB is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 22 | 251 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.02 |
| HSL | 291.62º | 0.97% | 0.54% | - |
| HSV(B) | 291.62º | 0.91% | 0.98% | - |
| XYZ | 46.91 | 22.6 | 93.16 | - |
| YUV | 107.01 | 209.27 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 251 | 0.13 | 0.91 | 0 | 0.02 | 291.62 | 0.97 | 0.54 |
| Hex | DB | 16 | FB | D | 5B | 0 | 2 | 124 | 61 | 36 |
| Octal | 333 | 26 | 373 | 15 | 133 | 0 | 2 | 444 | 141 | 66 |
| Binary | 11011011 | 10110 | 11111011 | 1101 | 1011011 | 0 | 10 | 100100100 | 1100001 | 110110 |
Color Harmonies of #DB16FB
Complementary color
Monochromatic Colors of #DB16FB
Black with #DB16FB
Text Example
Text Example
White with #DB16FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16FB; }
p { color: rgb(219,22,251); }
H1.HeaderClassName
{
color: #DB16FB;
}
.AnyTagClassName
{
color: #DB16FB;
}
</style>
background-color css
<style>
a { background-color: #DB16FB; }
a { background-color: rgb(219,22,251); }
div.DivClassName
{
background-color: #DB16FB;
}
.BgClassName
{
background-color: #DB16FB;
}
</style>
border-color css
<style>
span { border-color: #DB16FB; }
span { border-color: rgb(219,22,251); }
td.TdClassName
{
border-color: #DB16FB;
}
.TagClassName
{
border-color: #DB16FB;
}
</style>