Shades of Shocking #DE9EBB
Tints of Shocking #DE9EBB
RGB
CMYK
RGB Variations
Color information
#DE9EBB (or 0xDE9EBB) is known color: Shocking. HEX triplet: DE, 9E and BB. RGB value is (222,158,187). Sum of RGB (Red+Green+Blue) = 222+158+187=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9EBB is #216144. Grayscale: #B4B4B4. Windows color (decimal): -2187589 or 12295902. OLE color: 12295902.
HSL color Cylindrical-coordinate representation of color #DE9EBB: hue angle of 332.81º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9EBB is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 158 | 187 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.13 |
| HSL | 332.81º | 0.49% | 0.75% | - |
| HSV(B) | 332.81º | 0.29% | 0.87% | - |
| XYZ | 51.32 | 43.57 | 52.72 | - |
| YUV | 180.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 187 | 0 | 0.29 | 0.16 | 0.13 | 332.81 | 0.49 | 0.75 |
| Hex | DE | 9E | BB | 0 | 1D | 10 | D | 14D | 31 | 4B |
| Octal | 336 | 236 | 273 | 0 | 35 | 20 | 15 | 515 | 61 | 113 |
| Binary | 11011110 | 10011110 | 10111011 | 0 | 11101 | 10000 | 1101 | 101001101 | 110001 | 1001011 |
Color Harmonies of #DE9EBB
Complementary color
Monochromatic Colors of #DE9EBB
Black with #DE9EBB
Text Example
Text Example
White with #DE9EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9EBB; }
p { color: rgb(222,158,187); }
H1.HeaderClassName
{
color: #DE9EBB;
}
.AnyTagClassName
{
color: #DE9EBB;
}
</style>
background-color css
<style>
a { background-color: #DE9EBB; }
a { background-color: rgb(222,158,187); }
div.DivClassName
{
background-color: #DE9EBB;
}
.BgClassName
{
background-color: #DE9EBB;
}
</style>
border-color css
<style>
span { border-color: #DE9EBB; }
span { border-color: rgb(222,158,187); }
td.TdClassName
{
border-color: #DE9EBB;
}
.TagClassName
{
border-color: #DE9EBB;
}
</style>