Shades of Shocking #DE9AC9
Tints of Shocking #DE9AC9
RGB
CMYK
RGB Variations
Color information
#DE9AC9 (or 0xDE9AC9) is known color: Shocking. HEX triplet: DE, 9A and C9. RGB value is (222,154,201). Sum of RGB (Red+Green+Blue) = 222+154+201=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9AC9 is #216536. Grayscale: #B3B3B3. Windows color (decimal): -2188599 or 13212382. OLE color: 13212382.
HSL color Cylindrical-coordinate representation of color #DE9AC9: hue angle of 318.53º 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 #DE9AC9 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 154 | 201 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.13 |
| HSL | 318.53º | 0.51% | 0.74% | - |
| HSV(B) | 318.53º | 0.31% | 0.87% | - |
| XYZ | 52.22 | 42.86 | 60.78 | - |
| YUV | 179.69 | 140.03 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 154 | 201 | 0 | 0.31 | 0.09 | 0.13 | 318.53 | 0.51 | 0.74 |
| Hex | DE | 9A | C9 | 0 | 1F | 9 | D | 13F | 33 | 4A |
| Octal | 336 | 232 | 311 | 0 | 37 | 11 | 15 | 477 | 63 | 112 |
| Binary | 11011110 | 10011010 | 11001001 | 0 | 11111 | 1001 | 1101 | 100111111 | 110011 | 1001010 |
Color Harmonies of #DE9AC9
Complementary color
Monochromatic Colors of #DE9AC9
Black with #DE9AC9
Text Example
Text Example
White with #DE9AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9AC9; }
p { color: rgb(222,154,201); }
H1.HeaderClassName
{
color: #DE9AC9;
}
.AnyTagClassName
{
color: #DE9AC9;
}
</style>
background-color css
<style>
a { background-color: #DE9AC9; }
a { background-color: rgb(222,154,201); }
div.DivClassName
{
background-color: #DE9AC9;
}
.BgClassName
{
background-color: #DE9AC9;
}
</style>
border-color css
<style>
span { border-color: #DE9AC9; }
span { border-color: rgb(222,154,201); }
td.TdClassName
{
border-color: #DE9AC9;
}
.TagClassName
{
border-color: #DE9AC9;
}
</style>