Shades of Shocking #DE9DC4
Tints of Shocking #DE9DC4
RGB
CMYK
RGB Variations
Color information
#DE9DC4 (or 0xDE9DC4) is known color: Shocking. HEX triplet: DE, 9D and C4. RGB value is (222,157,196). Sum of RGB (Red+Green+Blue) = 222+157+196=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9DC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9DC4 is #21623B. Grayscale: #B4B4B4. Windows color (decimal): -2187836 or 12885470. OLE color: 12885470.
HSL color Cylindrical-coordinate representation of color #DE9DC4: hue angle of 324º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9DC4 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 157 | 196 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.13 |
| HSL | 324º | 0.5% | 0.74% | - |
| HSV(B) | 324º | 0.29% | 0.87% | - |
| XYZ | 52.14 | 43.63 | 57.9 | - |
| YUV | 180.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 196 | 0 | 0.29 | 0.12 | 0.13 | 324 | 0.5 | 0.74 |
| Hex | DE | 9D | C4 | 0 | 1D | C | D | 144 | 32 | 4A |
| Octal | 336 | 235 | 304 | 0 | 35 | 14 | 15 | 504 | 62 | 112 |
| Binary | 11011110 | 10011101 | 11000100 | 0 | 11101 | 1100 | 1101 | 101000100 | 110010 | 1001010 |
Color Harmonies of #DE9DC4
Complementary color
Monochromatic Colors of #DE9DC4
Black with #DE9DC4
Text Example
Text Example
White with #DE9DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9DC4; }
p { color: rgb(222,157,196); }
H1.HeaderClassName
{
color: #DE9DC4;
}
.AnyTagClassName
{
color: #DE9DC4;
}
</style>
background-color css
<style>
a { background-color: #DE9DC4; }
a { background-color: rgb(222,157,196); }
div.DivClassName
{
background-color: #DE9DC4;
}
.BgClassName
{
background-color: #DE9DC4;
}
</style>
border-color css
<style>
span { border-color: #DE9DC4; }
span { border-color: rgb(222,157,196); }
td.TdClassName
{
border-color: #DE9DC4;
}
.TagClassName
{
border-color: #DE9DC4;
}
</style>