Shades of Shocking Pink #DD16B9
Tints of Shocking Pink #DD16B9
RGB
CMYK
RGB Variations
Color information
#DD16B9 (or 0xDD16B9) is known color: Shocking Pink. HEX triplet: DD, 16 and B9. RGB value is (221,22,185). Sum of RGB (Red+Green+Blue) = 221+22+185=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD16B9 is #22E946. Grayscale: #636363. Windows color (decimal): -2287943 or 12130013. OLE color: 12130013.
HSL color Cylindrical-coordinate representation of color #DD16B9: hue angle of 310.85º 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 #DD16B9 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 185 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.13 |
| HSL | 310.85º | 0.82% | 0.48% | - |
| HSV(B) | 310.85º | 0.9% | 0.87% | - |
| XYZ | 38.86 | 19.45 | 47.6 | - |
| YUV | 100.08 | 175.93 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 185 | 0 | 0.90 | 0.16 | 0.13 | 310.85 | 0.82 | 0.48 |
| Hex | DD | 16 | B9 | 0 | 5A | 10 | D | 137 | 52 | 30 |
| Octal | 335 | 26 | 271 | 0 | 132 | 20 | 15 | 467 | 122 | 60 |
| Binary | 11011101 | 10110 | 10111001 | 0 | 1011010 | 10000 | 1101 | 100110111 | 1010010 | 110000 |
Color Harmonies of #DD16B9
Complementary color
Monochromatic Colors of #DD16B9
Black with #DD16B9
Text Example
Text Example
White with #DD16B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16B9; }
p { color: rgb(221,22,185); }
H1.HeaderClassName
{
color: #DD16B9;
}
.AnyTagClassName
{
color: #DD16B9;
}
</style>
background-color css
<style>
a { background-color: #DD16B9; }
a { background-color: rgb(221,22,185); }
div.DivClassName
{
background-color: #DD16B9;
}
.BgClassName
{
background-color: #DD16B9;
}
</style>
border-color css
<style>
span { border-color: #DD16B9; }
span { border-color: rgb(221,22,185); }
td.TdClassName
{
border-color: #DD16B9;
}
.TagClassName
{
border-color: #DD16B9;
}
</style>