Shades of Shocking Pink #DD16B2
Tints of Shocking Pink #DD16B2
RGB
CMYK
RGB Variations
Color information
#DD16B2 (or 0xDD16B2) is known color: Shocking Pink. HEX triplet: DD, 16 and B2. RGB value is (221,22,178). Sum of RGB (Red+Green+Blue) = 221+22+178=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD16B2 is #22E94D. Grayscale: #626262. Windows color (decimal): -2287950 or 11671261. OLE color: 11671261.
HSL color Cylindrical-coordinate representation of color #DD16B2: hue angle of 312.96º 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 #DD16B2 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 178 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.13 |
| HSL | 312.96º | 0.82% | 0.48% | - |
| HSV(B) | 312.96º | 0.9% | 0.87% | - |
| XYZ | 38.14 | 19.16 | 43.81 | - |
| YUV | 99.29 | 172.43 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 178 | 0 | 0.90 | 0.19 | 0.13 | 312.96 | 0.82 | 0.48 |
| Hex | DD | 16 | B2 | 0 | 5A | 13 | D | 139 | 52 | 30 |
| Octal | 335 | 26 | 262 | 0 | 132 | 23 | 15 | 471 | 122 | 60 |
| Binary | 11011101 | 10110 | 10110010 | 0 | 1011010 | 10011 | 1101 | 100111001 | 1010010 | 110000 |
Color Harmonies of #DD16B2
Complementary color
Monochromatic Colors of #DD16B2
Black with #DD16B2
Text Example
Text Example
White with #DD16B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16B2; }
p { color: rgb(221,22,178); }
H1.HeaderClassName
{
color: #DD16B2;
}
.AnyTagClassName
{
color: #DD16B2;
}
</style>
background-color css
<style>
a { background-color: #DD16B2; }
a { background-color: rgb(221,22,178); }
div.DivClassName
{
background-color: #DD16B2;
}
.BgClassName
{
background-color: #DD16B2;
}
</style>
border-color css
<style>
span { border-color: #DD16B2; }
span { border-color: rgb(221,22,178); }
td.TdClassName
{
border-color: #DD16B2;
}
.TagClassName
{
border-color: #DD16B2;
}
</style>