Shades of Shocking Pink #DD16B0
Tints of Shocking Pink #DD16B0
RGB
CMYK
RGB Variations
Color information
#DD16B0 (or 0xDD16B0) is known color: Shocking Pink. HEX triplet: DD, 16 and B0. RGB value is (221,22,176). Sum of RGB (Red+Green+Blue) = 221+22+176=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD16B0 is #22E94F. Grayscale: #626262. Windows color (decimal): -2287952 or 11540189. OLE color: 11540189.
HSL color Cylindrical-coordinate representation of color #DD16B0: hue angle of 313.57º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD16B0 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 176 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.13 |
| HSL | 313.57º | 0.82% | 0.48% | - |
| HSV(B) | 313.57º | 0.9% | 0.87% | - |
| XYZ | 37.94 | 19.08 | 42.76 | - |
| YUV | 99.06 | 171.43 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 176 | 0 | 0.90 | 0.20 | 0.13 | 313.57 | 0.82 | 0.48 |
| Hex | DD | 16 | B0 | 0 | 5A | 14 | D | 13A | 52 | 30 |
| Octal | 335 | 26 | 260 | 0 | 132 | 24 | 15 | 472 | 122 | 60 |
| Binary | 11011101 | 10110 | 10110000 | 0 | 1011010 | 10100 | 1101 | 100111010 | 1010010 | 110000 |
Color Harmonies of #DD16B0
Complementary color
Monochromatic Colors of #DD16B0
Black with #DD16B0
Text Example
Text Example
White with #DD16B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16B0; }
p { color: rgb(221,22,176); }
H1.HeaderClassName
{
color: #DD16B0;
}
.AnyTagClassName
{
color: #DD16B0;
}
</style>
background-color css
<style>
a { background-color: #DD16B0; }
a { background-color: rgb(221,22,176); }
div.DivClassName
{
background-color: #DD16B0;
}
.BgClassName
{
background-color: #DD16B0;
}
</style>
border-color css
<style>
span { border-color: #DD16B0; }
span { border-color: rgb(221,22,176); }
td.TdClassName
{
border-color: #DD16B0;
}
.TagClassName
{
border-color: #DD16B0;
}
</style>