Shades of Shocking #DE9CC8
Tints of Shocking #DE9CC8
RGB
CMYK
RGB Variations
Color information
#DE9CC8 (or 0xDE9CC8) is known color: Shocking. HEX triplet: DE, 9C and C8. RGB value is (222,156,200). Sum of RGB (Red+Green+Blue) = 222+156+200=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CC8 is #216337. Grayscale: #B4B4B4. Windows color (decimal): -2188088 or 13147358. OLE color: 13147358.
HSL color Cylindrical-coordinate representation of color #DE9CC8: hue angle of 320º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9CC8 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 200 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.13 |
| HSL | 320º | 0.5% | 0.74% | - |
| HSV(B) | 320º | 0.3% | 0.87% | - |
| XYZ | 52.44 | 43.48 | 60.27 | - |
| YUV | 180.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 200 | 0 | 0.30 | 0.10 | 0.13 | 320 | 0.5 | 0.74 |
| Hex | DE | 9C | C8 | 0 | 1E | A | D | 140 | 32 | 4A |
| Octal | 336 | 234 | 310 | 0 | 36 | 12 | 15 | 500 | 62 | 112 |
| Binary | 11011110 | 10011100 | 11001000 | 0 | 11110 | 1010 | 1101 | 101000000 | 110010 | 1001010 |
Color Harmonies of #DE9CC8
Complementary color
Monochromatic Colors of #DE9CC8
Black with #DE9CC8
Text Example
Text Example
White with #DE9CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CC8; }
p { color: rgb(222,156,200); }
H1.HeaderClassName
{
color: #DE9CC8;
}
.AnyTagClassName
{
color: #DE9CC8;
}
</style>
background-color css
<style>
a { background-color: #DE9CC8; }
a { background-color: rgb(222,156,200); }
div.DivClassName
{
background-color: #DE9CC8;
}
.BgClassName
{
background-color: #DE9CC8;
}
</style>
border-color css
<style>
span { border-color: #DE9CC8; }
span { border-color: rgb(222,156,200); }
td.TdClassName
{
border-color: #DE9CC8;
}
.TagClassName
{
border-color: #DE9CC8;
}
</style>