Shades of Shocking Pink #DD16B7
Tints of Shocking Pink #DD16B7
RGB
CMYK
RGB Variations
Color information
#DD16B7 (or 0xDD16B7) is known color: Shocking Pink. HEX triplet: DD, 16 and B7. RGB value is (221,22,183). Sum of RGB (Red+Green+Blue) = 221+22+183=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 22 (8.98% from 255 or 5.16% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD16B7 is #22E948. Grayscale: #636363. Windows color (decimal): -2287945 or 11998941. OLE color: 11998941.
HSL color Cylindrical-coordinate representation of color #DD16B7: hue angle of 311.46º 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 #DD16B7 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 183 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.13 |
| HSL | 311.46º | 0.82% | 0.48% | - |
| HSV(B) | 311.46º | 0.9% | 0.87% | - |
| XYZ | 38.65 | 19.36 | 46.5 | - |
| YUV | 99.86 | 174.93 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 183 | 0 | 0.90 | 0.17 | 0.13 | 311.46 | 0.82 | 0.48 |
| Hex | DD | 16 | B7 | 0 | 5A | 11 | D | 137 | 52 | 30 |
| Octal | 335 | 26 | 267 | 0 | 132 | 21 | 15 | 467 | 122 | 60 |
| Binary | 11011101 | 10110 | 10110111 | 0 | 1011010 | 10001 | 1101 | 100110111 | 1010010 | 110000 |
Color Harmonies of #DD16B7
Complementary color
Monochromatic Colors of #DD16B7
Black with #DD16B7
Text Example
Text Example
White with #DD16B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16B7; }
p { color: rgb(221,22,183); }
H1.HeaderClassName
{
color: #DD16B7;
}
.AnyTagClassName
{
color: #DD16B7;
}
</style>
background-color css
<style>
a { background-color: #DD16B7; }
a { background-color: rgb(221,22,183); }
div.DivClassName
{
background-color: #DD16B7;
}
.BgClassName
{
background-color: #DD16B7;
}
</style>
border-color css
<style>
span { border-color: #DD16B7; }
span { border-color: rgb(221,22,183); }
td.TdClassName
{
border-color: #DD16B7;
}
.TagClassName
{
border-color: #DD16B7;
}
</style>