Shades of Shocking #DEA6C0
Tints of Shocking #DEA6C0
RGB
CMYK
RGB Variations
Color information
#DEA6C0 (or 0xDEA6C0) is known color: Shocking. HEX triplet: DE, A6 and C0. RGB value is (222,166,192). Sum of RGB (Red+Green+Blue) = 222+166+192=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6C0 is #21593F. Grayscale: #B9B9B9. Windows color (decimal): -2185536 or 12625630. OLE color: 12625630.
HSL color Cylindrical-coordinate representation of color #DEA6C0: hue angle of 332.14º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEA6C0 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 192 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.13 |
| HSL | 332.14º | 0.46% | 0.76% | - |
| HSV(B) | 332.14º | 0.25% | 0.87% | - |
| XYZ | 53.27 | 46.61 | 56.06 | - |
| YUV | 185.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 192 | 0 | 0.25 | 0.14 | 0.13 | 332.14 | 0.46 | 0.76 |
| Hex | DE | A6 | C0 | 0 | 19 | E | D | 14C | 2E | 4C |
| Octal | 336 | 246 | 300 | 0 | 31 | 16 | 15 | 514 | 56 | 114 |
| Binary | 11011110 | 10100110 | 11000000 | 0 | 11001 | 1110 | 1101 | 101001100 | 101110 | 1001100 |
Color Harmonies of #DEA6C0
Complementary color
Monochromatic Colors of #DEA6C0
Black with #DEA6C0
Text Example
Text Example
White with #DEA6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA6C0; }
p { color: rgb(222,166,192); }
H1.HeaderClassName
{
color: #DEA6C0;
}
.AnyTagClassName
{
color: #DEA6C0;
}
</style>
background-color css
<style>
a { background-color: #DEA6C0; }
a { background-color: rgb(222,166,192); }
div.DivClassName
{
background-color: #DEA6C0;
}
.BgClassName
{
background-color: #DEA6C0;
}
</style>
border-color css
<style>
span { border-color: #DEA6C0; }
span { border-color: rgb(222,166,192); }
td.TdClassName
{
border-color: #DEA6C0;
}
.TagClassName
{
border-color: #DEA6C0;
}
</style>