Shades of Shocking Pink #DB16B7
Tints of Shocking Pink #DB16B7
RGB
CMYK
RGB Variations
Color information
#DB16B7 (or 0xDB16B7) is known color: Shocking Pink. HEX triplet: DB, 16 and B7. RGB value is (219,22,183). Sum of RGB (Red+Green+Blue) = 219+22+183=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 183 (71.88% from 255 or 43.16% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB16B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB16B7 is #24E948. Grayscale: #626262. Windows color (decimal): -2419017 or 11998939. OLE color: 11998939.
HSL color Cylindrical-coordinate representation of color #DB16B7: hue angle of 310.96º 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 #DB16B7 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 183 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.14 |
| HSL | 310.96º | 0.82% | 0.47% | - |
| HSV(B) | 310.96º | 0.9% | 0.86% | - |
| XYZ | 38.05 | 19.05 | 46.47 | - |
| YUV | 99.26 | 175.27 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 183 | 0 | 0.90 | 0.16 | 0.14 | 310.96 | 0.82 | 0.47 |
| Hex | DB | 16 | B7 | 0 | 5A | 10 | E | 137 | 52 | 2F |
| Octal | 333 | 26 | 267 | 0 | 132 | 20 | 16 | 467 | 122 | 57 |
| Binary | 11011011 | 10110 | 10110111 | 0 | 1011010 | 10000 | 1110 | 100110111 | 1010010 | 101111 |
Color Harmonies of #DB16B7
Complementary color
Monochromatic Colors of #DB16B7
Black with #DB16B7
Text Example
Text Example
White with #DB16B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16B7; }
p { color: rgb(219,22,183); }
H1.HeaderClassName
{
color: #DB16B7;
}
.AnyTagClassName
{
color: #DB16B7;
}
</style>
background-color css
<style>
a { background-color: #DB16B7; }
a { background-color: rgb(219,22,183); }
div.DivClassName
{
background-color: #DB16B7;
}
.BgClassName
{
background-color: #DB16B7;
}
</style>
border-color css
<style>
span { border-color: #DB16B7; }
span { border-color: rgb(219,22,183); }
td.TdClassName
{
border-color: #DB16B7;
}
.TagClassName
{
border-color: #DB16B7;
}
</style>