Shades of Shocking #DE9EC4
Tints of Shocking #DE9EC4
RGB
CMYK
RGB Variations
Color information
#DE9EC4 (or 0xDE9EC4) is known color: Shocking. HEX triplet: DE, 9E and C4. RGB value is (222,158,196). Sum of RGB (Red+Green+Blue) = 222+158+196=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9EC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9EC4 is #21613B. Grayscale: #B5B5B5. Windows color (decimal): -2187580 or 12885726. OLE color: 12885726.
HSL color Cylindrical-coordinate representation of color #DE9EC4: hue angle of 324.38º 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 #DE9EC4 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 158 | 196 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.13 |
| HSL | 324.38º | 0.49% | 0.75% | - |
| HSV(B) | 324.38º | 0.29% | 0.87% | - |
| XYZ | 52.31 | 43.97 | 57.95 | - |
| YUV | 181.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 196 | 0 | 0.29 | 0.12 | 0.13 | 324.38 | 0.49 | 0.75 |
| Hex | DE | 9E | C4 | 0 | 1D | C | D | 144 | 31 | 4B |
| Octal | 336 | 236 | 304 | 0 | 35 | 14 | 15 | 504 | 61 | 113 |
| Binary | 11011110 | 10011110 | 11000100 | 0 | 11101 | 1100 | 1101 | 101000100 | 110001 | 1001011 |
Color Harmonies of #DE9EC4
Complementary color
Monochromatic Colors of #DE9EC4
Black with #DE9EC4
Text Example
Text Example
White with #DE9EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9EC4; }
p { color: rgb(222,158,196); }
H1.HeaderClassName
{
color: #DE9EC4;
}
.AnyTagClassName
{
color: #DE9EC4;
}
</style>
background-color css
<style>
a { background-color: #DE9EC4; }
a { background-color: rgb(222,158,196); }
div.DivClassName
{
background-color: #DE9EC4;
}
.BgClassName
{
background-color: #DE9EC4;
}
</style>
border-color css
<style>
span { border-color: #DE9EC4; }
span { border-color: rgb(222,158,196); }
td.TdClassName
{
border-color: #DE9EC4;
}
.TagClassName
{
border-color: #DE9EC4;
}
</style>