Shades of Shocking #DE96BB
Tints of Shocking #DE96BB
RGB
CMYK
RGB Variations
Color information
#DE96BB (or 0xDE96BB) is known color: Shocking. HEX triplet: DE, 96 and BB. RGB value is (222,150,187). Sum of RGB (Red+Green+Blue) = 222+150+187=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DE96BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE96BB is #216944. Grayscale: #AFAFAF. Windows color (decimal): -2189637 or 12293854. OLE color: 12293854.
HSL color Cylindrical-coordinate representation of color #DE96BB: hue angle of 329.17º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE96BB is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 150 | 187 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.13 |
| HSL | 329.17º | 0.52% | 0.73% | - |
| HSV(B) | 329.17º | 0.32% | 0.87% | - |
| XYZ | 50 | 40.93 | 52.28 | - |
| YUV | 175.75 | 134.35 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 187 | 0 | 0.32 | 0.16 | 0.13 | 329.17 | 0.52 | 0.73 |
| Hex | DE | 96 | BB | 0 | 20 | 10 | D | 149 | 34 | 49 |
| Octal | 336 | 226 | 273 | 0 | 40 | 20 | 15 | 511 | 64 | 111 |
| Binary | 11011110 | 10010110 | 10111011 | 0 | 100000 | 10000 | 1101 | 101001001 | 110100 | 1001001 |
Color Harmonies of #DE96BB
Complementary color
Monochromatic Colors of #DE96BB
Black with #DE96BB
Text Example
Text Example
White with #DE96BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE96BB; }
p { color: rgb(222,150,187); }
H1.HeaderClassName
{
color: #DE96BB;
}
.AnyTagClassName
{
color: #DE96BB;
}
</style>
background-color css
<style>
a { background-color: #DE96BB; }
a { background-color: rgb(222,150,187); }
div.DivClassName
{
background-color: #DE96BB;
}
.BgClassName
{
background-color: #DE96BB;
}
</style>
border-color css
<style>
span { border-color: #DE96BB; }
span { border-color: rgb(222,150,187); }
td.TdClassName
{
border-color: #DE96BB;
}
.TagClassName
{
border-color: #DE96BB;
}
</style>