Shades of Shocking Pink #DB16B8
Tints of Shocking Pink #DB16B8
RGB
CMYK
RGB Variations
Color information
#DB16B8 (or 0xDB16B8) is known color: Shocking Pink. HEX triplet: DB, 16 and B8. RGB value is (219,22,184). Sum of RGB (Red+Green+Blue) = 219+22+184=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB16B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB16B8 is #24E947. Grayscale: #626262. Windows color (decimal): -2419016 or 12064475. OLE color: 12064475.
HSL color Cylindrical-coordinate representation of color #DB16B8: hue angle of 310.66º 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 #DB16B8 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 184 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.14 |
| HSL | 310.66º | 0.82% | 0.47% | - |
| HSV(B) | 310.66º | 0.9% | 0.86% | - |
| XYZ | 38.15 | 19.09 | 47.02 | - |
| YUV | 99.37 | 175.77 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 184 | 0 | 0.90 | 0.16 | 0.14 | 310.66 | 0.82 | 0.47 |
| Hex | DB | 16 | B8 | 0 | 5A | 10 | E | 137 | 52 | 2F |
| Octal | 333 | 26 | 270 | 0 | 132 | 20 | 16 | 467 | 122 | 57 |
| Binary | 11011011 | 10110 | 10111000 | 0 | 1011010 | 10000 | 1110 | 100110111 | 1010010 | 101111 |
Color Harmonies of #DB16B8
Complementary color
Monochromatic Colors of #DB16B8
Black with #DB16B8
Text Example
Text Example
White with #DB16B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16B8; }
p { color: rgb(219,22,184); }
H1.HeaderClassName
{
color: #DB16B8;
}
.AnyTagClassName
{
color: #DB16B8;
}
</style>
background-color css
<style>
a { background-color: #DB16B8; }
a { background-color: rgb(219,22,184); }
div.DivClassName
{
background-color: #DB16B8;
}
.BgClassName
{
background-color: #DB16B8;
}
</style>
border-color css
<style>
span { border-color: #DB16B8; }
span { border-color: rgb(219,22,184); }
td.TdClassName
{
border-color: #DB16B8;
}
.TagClassName
{
border-color: #DB16B8;
}
</style>