Shades of Shocking Pink #DD16BD
Tints of Shocking Pink #DD16BD
RGB
CMYK
RGB Variations
Color information
#DD16BD (or 0xDD16BD) is known color: Shocking Pink. HEX triplet: DD, 16 and BD. RGB value is (221,22,189). Sum of RGB (Red+Green+Blue) = 221+22+189=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD16BD is #22E942. Grayscale: #646464. Windows color (decimal): -2287939 or 12392157. OLE color: 12392157.
HSL color Cylindrical-coordinate representation of color #DD16BD: hue angle of 309.65º 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 #DD16BD is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 189 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.13 |
| HSL | 309.65º | 0.82% | 0.48% | - |
| HSV(B) | 309.65º | 0.9% | 0.87% | - |
| XYZ | 39.29 | 19.62 | 49.86 | - |
| YUV | 100.54 | 177.93 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 189 | 0 | 0.90 | 0.14 | 0.13 | 309.65 | 0.82 | 0.48 |
| Hex | DD | 16 | BD | 0 | 5A | E | D | 136 | 52 | 30 |
| Octal | 335 | 26 | 275 | 0 | 132 | 16 | 15 | 466 | 122 | 60 |
| Binary | 11011101 | 10110 | 10111101 | 0 | 1011010 | 1110 | 1101 | 100110110 | 1010010 | 110000 |
Color Harmonies of #DD16BD
Complementary color
Monochromatic Colors of #DD16BD
Black with #DD16BD
Text Example
Text Example
White with #DD16BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16BD; }
p { color: rgb(221,22,189); }
H1.HeaderClassName
{
color: #DD16BD;
}
.AnyTagClassName
{
color: #DD16BD;
}
</style>
background-color css
<style>
a { background-color: #DD16BD; }
a { background-color: rgb(221,22,189); }
div.DivClassName
{
background-color: #DD16BD;
}
.BgClassName
{
background-color: #DD16BD;
}
</style>
border-color css
<style>
span { border-color: #DD16BD; }
span { border-color: rgb(221,22,189); }
td.TdClassName
{
border-color: #DD16BD;
}
.TagClassName
{
border-color: #DD16BD;
}
</style>