Shades of Shocking Pink #DB16B4
Tints of Shocking Pink #DB16B4
RGB
CMYK
RGB Variations
Color information
#DB16B4 (or 0xDB16B4) is known color: Shocking Pink. HEX triplet: DB, 16 and B4. RGB value is (219,22,180). Sum of RGB (Red+Green+Blue) = 219+22+180=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB16B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB16B4 is #24E94B. Grayscale: #626262. Windows color (decimal): -2419020 or 11802331. OLE color: 11802331.
HSL color Cylindrical-coordinate representation of color #DB16B4: hue angle of 311.88º 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 #DB16B4 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 180 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.14 |
| HSL | 311.88º | 0.82% | 0.47% | - |
| HSV(B) | 311.88º | 0.9% | 0.86% | - |
| XYZ | 37.74 | 18.93 | 44.84 | - |
| YUV | 98.92 | 173.77 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 180 | 0 | 0.90 | 0.18 | 0.14 | 311.88 | 0.82 | 0.47 |
| Hex | DB | 16 | B4 | 0 | 5A | 12 | E | 138 | 52 | 2F |
| Octal | 333 | 26 | 264 | 0 | 132 | 22 | 16 | 470 | 122 | 57 |
| Binary | 11011011 | 10110 | 10110100 | 0 | 1011010 | 10010 | 1110 | 100111000 | 1010010 | 101111 |
Color Harmonies of #DB16B4
Complementary color
Monochromatic Colors of #DB16B4
Black with #DB16B4
Text Example
Text Example
White with #DB16B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16B4; }
p { color: rgb(219,22,180); }
H1.HeaderClassName
{
color: #DB16B4;
}
.AnyTagClassName
{
color: #DB16B4;
}
</style>
background-color css
<style>
a { background-color: #DB16B4; }
a { background-color: rgb(219,22,180); }
div.DivClassName
{
background-color: #DB16B4;
}
.BgClassName
{
background-color: #DB16B4;
}
</style>
border-color css
<style>
span { border-color: #DB16B4; }
span { border-color: rgb(219,22,180); }
td.TdClassName
{
border-color: #DB16B4;
}
.TagClassName
{
border-color: #DB16B4;
}
</style>