Shades of Shocking #DEA6C9
Tints of Shocking #DEA6C9
RGB
CMYK
RGB Variations
Color information
#DEA6C9 (or 0xDEA6C9) is known color: Shocking. HEX triplet: DE, A6 and C9. RGB value is (222,166,201). Sum of RGB (Red+Green+Blue) = 222+166+201=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6C9 is #215936. Grayscale: #BABABA. Windows color (decimal): -2185527 or 13215454. OLE color: 13215454.
HSL color Cylindrical-coordinate representation of color #DEA6C9: hue angle of 322.5º 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 #DEA6C9 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 201 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.13 |
| HSL | 322.5º | 0.46% | 0.76% | - |
| HSV(B) | 322.5º | 0.25% | 0.87% | - |
| XYZ | 54.3 | 47.02 | 61.47 | - |
| YUV | 186.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 201 | 0 | 0.25 | 0.09 | 0.13 | 322.5 | 0.46 | 0.76 |
| Hex | DE | A6 | C9 | 0 | 19 | 9 | D | 142 | 2E | 4C |
| Octal | 336 | 246 | 311 | 0 | 31 | 11 | 15 | 502 | 56 | 114 |
| Binary | 11011110 | 10100110 | 11001001 | 0 | 11001 | 1001 | 1101 | 101000010 | 101110 | 1001100 |
Color Harmonies of #DEA6C9
Complementary color
Monochromatic Colors of #DEA6C9
Black with #DEA6C9
Text Example
Text Example
White with #DEA6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA6C9; }
p { color: rgb(222,166,201); }
H1.HeaderClassName
{
color: #DEA6C9;
}
.AnyTagClassName
{
color: #DEA6C9;
}
</style>
background-color css
<style>
a { background-color: #DEA6C9; }
a { background-color: rgb(222,166,201); }
div.DivClassName
{
background-color: #DEA6C9;
}
.BgClassName
{
background-color: #DEA6C9;
}
</style>
border-color css
<style>
span { border-color: #DEA6C9; }
span { border-color: rgb(222,166,201); }
td.TdClassName
{
border-color: #DEA6C9;
}
.TagClassName
{
border-color: #DEA6C9;
}
</style>