Shades of Shocking Pink #DD16BB
Tints of Shocking Pink #DD16BB
RGB
CMYK
RGB Variations
Color information
#DD16BB (or 0xDD16BB) is known color: Shocking Pink. HEX triplet: DD, 16 and BB. RGB value is (221,22,187). Sum of RGB (Red+Green+Blue) = 221+22+187=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD16BB is #22E944. Grayscale: #636363. Windows color (decimal): -2287941 or 12261085. OLE color: 12261085.
HSL color Cylindrical-coordinate representation of color #DD16BB: hue angle of 310.25º 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 #DD16BB is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 187 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.13 |
| HSL | 310.25º | 0.82% | 0.48% | - |
| HSV(B) | 310.25º | 0.9% | 0.87% | - |
| XYZ | 39.08 | 19.53 | 48.72 | - |
| YUV | 100.31 | 176.93 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 187 | 0 | 0.90 | 0.15 | 0.13 | 310.25 | 0.82 | 0.48 |
| Hex | DD | 16 | BB | 0 | 5A | F | D | 136 | 52 | 30 |
| Octal | 335 | 26 | 273 | 0 | 132 | 17 | 15 | 466 | 122 | 60 |
| Binary | 11011101 | 10110 | 10111011 | 0 | 1011010 | 1111 | 1101 | 100110110 | 1010010 | 110000 |
Color Harmonies of #DD16BB
Complementary color
Monochromatic Colors of #DD16BB
Black with #DD16BB
Text Example
Text Example
White with #DD16BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16BB; }
p { color: rgb(221,22,187); }
H1.HeaderClassName
{
color: #DD16BB;
}
.AnyTagClassName
{
color: #DD16BB;
}
</style>
background-color css
<style>
a { background-color: #DD16BB; }
a { background-color: rgb(221,22,187); }
div.DivClassName
{
background-color: #DD16BB;
}
.BgClassName
{
background-color: #DD16BB;
}
</style>
border-color css
<style>
span { border-color: #DD16BB; }
span { border-color: rgb(221,22,187); }
td.TdClassName
{
border-color: #DD16BB;
}
.TagClassName
{
border-color: #DD16BB;
}
</style>