Shades of Shocking Pink #DB16B9
Tints of Shocking Pink #DB16B9
RGB
CMYK
RGB Variations
Color information
#DB16B9 (or 0xDB16B9) is known color: Shocking Pink. HEX triplet: DB, 16 and B9. RGB value is (219,22,185). Sum of RGB (Red+Green+Blue) = 219+22+185=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 22 (8.98% from 255 or 5.16% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB16B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB16B9 is #24E946. Grayscale: #636363. Windows color (decimal): -2419015 or 12130011. OLE color: 12130011.
HSL color Cylindrical-coordinate representation of color #DB16B9: hue angle of 310.36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB16B9 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 185 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.14 |
| HSL | 310.36º | 0.82% | 0.47% | - |
| HSV(B) | 310.36º | 0.9% | 0.86% | - |
| XYZ | 38.26 | 19.14 | 47.58 | - |
| YUV | 99.49 | 176.27 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 185 | 0 | 0.90 | 0.16 | 0.14 | 310.36 | 0.82 | 0.47 |
| Hex | DB | 16 | B9 | 0 | 5A | 10 | E | 136 | 52 | 2F |
| Octal | 333 | 26 | 271 | 0 | 132 | 20 | 16 | 466 | 122 | 57 |
| Binary | 11011011 | 10110 | 10111001 | 0 | 1011010 | 10000 | 1110 | 100110110 | 1010010 | 101111 |
Color Harmonies of #DB16B9
Complementary color
Monochromatic Colors of #DB16B9
Black with #DB16B9
Text Example
Text Example
White with #DB16B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16B9; }
p { color: rgb(219,22,185); }
H1.HeaderClassName
{
color: #DB16B9;
}
.AnyTagClassName
{
color: #DB16B9;
}
</style>
background-color css
<style>
a { background-color: #DB16B9; }
a { background-color: rgb(219,22,185); }
div.DivClassName
{
background-color: #DB16B9;
}
.BgClassName
{
background-color: #DB16B9;
}
</style>
border-color css
<style>
span { border-color: #DB16B9; }
span { border-color: rgb(219,22,185); }
td.TdClassName
{
border-color: #DB16B9;
}
.TagClassName
{
border-color: #DB16B9;
}
</style>