Shades of Shocking Pink #DD16BE
Tints of Shocking Pink #DD16BE
RGB
CMYK
RGB Variations
Color information
#DD16BE (or 0xDD16BE) is known color: Shocking Pink. HEX triplet: DD, 16 and BE. RGB value is (221,22,190). Sum of RGB (Red+Green+Blue) = 221+22+190=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD16BE is #22E941. Grayscale: #646464. Windows color (decimal): -2287938 or 12457693. OLE color: 12457693.
HSL color Cylindrical-coordinate representation of color #DD16BE: hue angle of 309.35º 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 #DD16BE is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 190 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.13 |
| HSL | 309.35º | 0.82% | 0.48% | - |
| HSV(B) | 309.35º | 0.9% | 0.87% | - |
| XYZ | 39.4 | 19.66 | 50.43 | - |
| YUV | 100.65 | 178.43 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 190 | 0 | 0.90 | 0.14 | 0.13 | 309.35 | 0.82 | 0.48 |
| Hex | DD | 16 | BE | 0 | 5A | E | D | 135 | 52 | 30 |
| Octal | 335 | 26 | 276 | 0 | 132 | 16 | 15 | 465 | 122 | 60 |
| Binary | 11011101 | 10110 | 10111110 | 0 | 1011010 | 1110 | 1101 | 100110101 | 1010010 | 110000 |
Color Harmonies of #DD16BE
Complementary color
Monochromatic Colors of #DD16BE
Black with #DD16BE
Text Example
Text Example
White with #DD16BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16BE; }
p { color: rgb(221,22,190); }
H1.HeaderClassName
{
color: #DD16BE;
}
.AnyTagClassName
{
color: #DD16BE;
}
</style>
background-color css
<style>
a { background-color: #DD16BE; }
a { background-color: rgb(221,22,190); }
div.DivClassName
{
background-color: #DD16BE;
}
.BgClassName
{
background-color: #DD16BE;
}
</style>
border-color css
<style>
span { border-color: #DD16BE; }
span { border-color: rgb(221,22,190); }
td.TdClassName
{
border-color: #DD16BE;
}
.TagClassName
{
border-color: #DD16BE;
}
</style>