Shades of Shocking #DE9FC6
Tints of Shocking #DE9FC6
RGB
CMYK
RGB Variations
Color information
#DE9FC6 (or 0xDE9FC6) is known color: Shocking. HEX triplet: DE, 9F and C6. RGB value is (222,159,198). Sum of RGB (Red+Green+Blue) = 222+159+198=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FC6 is #216039. Grayscale: #B6B6B6. Windows color (decimal): -2187322 or 13017054. OLE color: 13017054.
HSL color Cylindrical-coordinate representation of color #DE9FC6: hue angle of 322.86º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DE9FC6 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 159 | 198 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.13 |
| HSL | 322.86º | 0.49% | 0.75% | - |
| HSV(B) | 322.86º | 0.28% | 0.87% | - |
| XYZ | 52.72 | 44.4 | 59.22 | - |
| YUV | 182.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 159 | 198 | 0 | 0.28 | 0.11 | 0.13 | 322.86 | 0.49 | 0.75 |
| Hex | DE | 9F | C6 | 0 | 1C | B | D | 143 | 31 | 4B |
| Octal | 336 | 237 | 306 | 0 | 34 | 13 | 15 | 503 | 61 | 113 |
| Binary | 11011110 | 10011111 | 11000110 | 0 | 11100 | 1011 | 1101 | 101000011 | 110001 | 1001011 |
Color Harmonies of #DE9FC6
Complementary color
Monochromatic Colors of #DE9FC6
Black with #DE9FC6
Text Example
Text Example
White with #DE9FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9FC6; }
p { color: rgb(222,159,198); }
H1.HeaderClassName
{
color: #DE9FC6;
}
.AnyTagClassName
{
color: #DE9FC6;
}
</style>
background-color css
<style>
a { background-color: #DE9FC6; }
a { background-color: rgb(222,159,198); }
div.DivClassName
{
background-color: #DE9FC6;
}
.BgClassName
{
background-color: #DE9FC6;
}
</style>
border-color css
<style>
span { border-color: #DE9FC6; }
span { border-color: rgb(222,159,198); }
td.TdClassName
{
border-color: #DE9FC6;
}
.TagClassName
{
border-color: #DE9FC6;
}
</style>