Shades of Shocking Pink #DD16BA
Tints of Shocking Pink #DD16BA
RGB
CMYK
RGB Variations
Color information
#DD16BA (or 0xDD16BA) is known color: Shocking Pink. HEX triplet: DD, 16 and BA. RGB value is (221,22,186). Sum of RGB (Red+Green+Blue) = 221+22+186=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD16BA is #22E945. Grayscale: #636363. Windows color (decimal): -2287942 or 12195549. OLE color: 12195549.
HSL color Cylindrical-coordinate representation of color #DD16BA: hue angle of 310.55º 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 #DD16BA is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 186 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.13 |
| HSL | 310.55º | 0.82% | 0.48% | - |
| HSV(B) | 310.55º | 0.9% | 0.87% | - |
| XYZ | 38.97 | 19.49 | 48.16 | - |
| YUV | 100.2 | 176.43 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 186 | 0 | 0.90 | 0.16 | 0.13 | 310.55 | 0.82 | 0.48 |
| Hex | DD | 16 | BA | 0 | 5A | 10 | D | 137 | 52 | 30 |
| Octal | 335 | 26 | 272 | 0 | 132 | 20 | 15 | 467 | 122 | 60 |
| Binary | 11011101 | 10110 | 10111010 | 0 | 1011010 | 10000 | 1101 | 100110111 | 1010010 | 110000 |
Color Harmonies of #DD16BA
Complementary color
Monochromatic Colors of #DD16BA
Black with #DD16BA
Text Example
Text Example
White with #DD16BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16BA; }
p { color: rgb(221,22,186); }
H1.HeaderClassName
{
color: #DD16BA;
}
.AnyTagClassName
{
color: #DD16BA;
}
</style>
background-color css
<style>
a { background-color: #DD16BA; }
a { background-color: rgb(221,22,186); }
div.DivClassName
{
background-color: #DD16BA;
}
.BgClassName
{
background-color: #DD16BA;
}
</style>
border-color css
<style>
span { border-color: #DD16BA; }
span { border-color: rgb(221,22,186); }
td.TdClassName
{
border-color: #DD16BA;
}
.TagClassName
{
border-color: #DD16BA;
}
</style>