Shades of Shocking #DE9AC6
Tints of Shocking #DE9AC6
RGB
CMYK
RGB Variations
Color information
#DE9AC6 (or 0xDE9AC6) is known color: Shocking. HEX triplet: DE, 9A and C6. RGB value is (222,154,198). Sum of RGB (Red+Green+Blue) = 222+154+198=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9AC6 is #216539. Grayscale: #B3B3B3. Windows color (decimal): -2188602 or 13015774. OLE color: 13015774.
HSL color Cylindrical-coordinate representation of color #DE9AC6: hue angle of 321.18º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE9AC6 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 154 | 198 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.13 |
| HSL | 321.18º | 0.51% | 0.74% | - |
| HSV(B) | 321.18º | 0.31% | 0.87% | - |
| XYZ | 51.87 | 42.72 | 58.94 | - |
| YUV | 179.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 154 | 198 | 0 | 0.31 | 0.11 | 0.13 | 321.18 | 0.51 | 0.74 |
| Hex | DE | 9A | C6 | 0 | 1F | B | D | 141 | 33 | 4A |
| Octal | 336 | 232 | 306 | 0 | 37 | 13 | 15 | 501 | 63 | 112 |
| Binary | 11011110 | 10011010 | 11000110 | 0 | 11111 | 1011 | 1101 | 101000001 | 110011 | 1001010 |
Color Harmonies of #DE9AC6
Complementary color
Monochromatic Colors of #DE9AC6
Black with #DE9AC6
Text Example
Text Example
White with #DE9AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9AC6; }
p { color: rgb(222,154,198); }
H1.HeaderClassName
{
color: #DE9AC6;
}
.AnyTagClassName
{
color: #DE9AC6;
}
</style>
background-color css
<style>
a { background-color: #DE9AC6; }
a { background-color: rgb(222,154,198); }
div.DivClassName
{
background-color: #DE9AC6;
}
.BgClassName
{
background-color: #DE9AC6;
}
</style>
border-color css
<style>
span { border-color: #DE9AC6; }
span { border-color: rgb(222,154,198); }
td.TdClassName
{
border-color: #DE9AC6;
}
.TagClassName
{
border-color: #DE9AC6;
}
</style>