Shades of Shocking Pink #DE16BB
Tints of Shocking Pink #DE16BB
RGB
CMYK
RGB Variations
Color information
#DE16BB (or 0xDE16BB) is known color: Shocking Pink. HEX triplet: DE, 16 and BB. RGB value is (222,22,187). Sum of RGB (Red+Green+Blue) = 222+22+187=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE16BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE16BB is #21E944. Grayscale: #646464. Windows color (decimal): -2222405 or 12261086. OLE color: 12261086.
HSL color Cylindrical-coordinate representation of color #DE16BB: hue angle of 310.5º 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 #DE16BB is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 187 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.13 |
| HSL | 310.5º | 0.82% | 0.48% | - |
| HSV(B) | 310.5º | 0.9% | 0.87% | - |
| XYZ | 39.38 | 19.69 | 48.74 | - |
| YUV | 100.61 | 176.76 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 187 | 0 | 0.90 | 0.16 | 0.13 | 310.5 | 0.82 | 0.48 |
| Hex | DE | 16 | BB | 0 | 5A | 10 | D | 136 | 52 | 30 |
| Octal | 336 | 26 | 273 | 0 | 132 | 20 | 15 | 466 | 122 | 60 |
| Binary | 11011110 | 10110 | 10111011 | 0 | 1011010 | 10000 | 1101 | 100110110 | 1010010 | 110000 |
Color Harmonies of #DE16BB
Complementary color
Monochromatic Colors of #DE16BB
Black with #DE16BB
Text Example
Text Example
White with #DE16BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE16BB; }
p { color: rgb(222,22,187); }
H1.HeaderClassName
{
color: #DE16BB;
}
.AnyTagClassName
{
color: #DE16BB;
}
</style>
background-color css
<style>
a { background-color: #DE16BB; }
a { background-color: rgb(222,22,187); }
div.DivClassName
{
background-color: #DE16BB;
}
.BgClassName
{
background-color: #DE16BB;
}
</style>
border-color css
<style>
span { border-color: #DE16BB; }
span { border-color: rgb(222,22,187); }
td.TdClassName
{
border-color: #DE16BB;
}
.TagClassName
{
border-color: #DE16BB;
}
</style>