Shades of Shocking Pink #DB16B3
Tints of Shocking Pink #DB16B3
RGB
CMYK
RGB Variations
Color information
#DB16B3 (or 0xDB16B3) is known color: Shocking Pink. HEX triplet: DB, 16 and B3. RGB value is (219,22,179). Sum of RGB (Red+Green+Blue) = 219+22+179=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB16B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB16B3 is #24E94C. Grayscale: #626262. Windows color (decimal): -2419021 or 11736795. OLE color: 11736795.
HSL color Cylindrical-coordinate representation of color #DB16B3: hue angle of 312.18º 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 #DB16B3 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 179 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.14 |
| HSL | 312.18º | 0.82% | 0.47% | - |
| HSV(B) | 312.18º | 0.9% | 0.86% | - |
| XYZ | 37.64 | 18.89 | 44.31 | - |
| YUV | 98.8 | 173.27 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 179 | 0 | 0.90 | 0.18 | 0.14 | 312.18 | 0.82 | 0.47 |
| Hex | DB | 16 | B3 | 0 | 5A | 12 | E | 138 | 52 | 2F |
| Octal | 333 | 26 | 263 | 0 | 132 | 22 | 16 | 470 | 122 | 57 |
| Binary | 11011011 | 10110 | 10110011 | 0 | 1011010 | 10010 | 1110 | 100111000 | 1010010 | 101111 |
Color Harmonies of #DB16B3
Complementary color
Monochromatic Colors of #DB16B3
Black with #DB16B3
Text Example
Text Example
White with #DB16B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16B3; }
p { color: rgb(219,22,179); }
H1.HeaderClassName
{
color: #DB16B3;
}
.AnyTagClassName
{
color: #DB16B3;
}
</style>
background-color css
<style>
a { background-color: #DB16B3; }
a { background-color: rgb(219,22,179); }
div.DivClassName
{
background-color: #DB16B3;
}
.BgClassName
{
background-color: #DB16B3;
}
</style>
border-color css
<style>
span { border-color: #DB16B3; }
span { border-color: rgb(219,22,179); }
td.TdClassName
{
border-color: #DB16B3;
}
.TagClassName
{
border-color: #DB16B3;
}
</style>