Shades of Shocking #DE9DCA
Tints of Shocking #DE9DCA
RGB
CMYK
RGB Variations
Color information
#DE9DCA (or 0xDE9DCA) is known color: Shocking. HEX triplet: DE, 9D and CA. RGB value is (222,157,202). Sum of RGB (Red+Green+Blue) = 222+157+202=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9DCA is #216235. Grayscale: #B5B5B5. Windows color (decimal): -2187830 or 13278686. OLE color: 13278686.
HSL color Cylindrical-coordinate representation of color #DE9DCA: hue angle of 318.46º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9DCA is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 157 | 202 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.13 |
| HSL | 318.46º | 0.5% | 0.74% | - |
| HSV(B) | 318.46º | 0.29% | 0.87% | - |
| XYZ | 52.84 | 43.91 | 61.57 | - |
| YUV | 181.57 | 139.53 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 202 | 0 | 0.29 | 0.09 | 0.13 | 318.46 | 0.5 | 0.74 |
| Hex | DE | 9D | CA | 0 | 1D | 9 | D | 13E | 32 | 4A |
| Octal | 336 | 235 | 312 | 0 | 35 | 11 | 15 | 476 | 62 | 112 |
| Binary | 11011110 | 10011101 | 11001010 | 0 | 11101 | 1001 | 1101 | 100111110 | 110010 | 1001010 |
Color Harmonies of #DE9DCA
Complementary color
Monochromatic Colors of #DE9DCA
Black with #DE9DCA
Text Example
Text Example
White with #DE9DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9DCA; }
p { color: rgb(222,157,202); }
H1.HeaderClassName
{
color: #DE9DCA;
}
.AnyTagClassName
{
color: #DE9DCA;
}
</style>
background-color css
<style>
a { background-color: #DE9DCA; }
a { background-color: rgb(222,157,202); }
div.DivClassName
{
background-color: #DE9DCA;
}
.BgClassName
{
background-color: #DE9DCA;
}
</style>
border-color css
<style>
span { border-color: #DE9DCA; }
span { border-color: rgb(222,157,202); }
td.TdClassName
{
border-color: #DE9DCA;
}
.TagClassName
{
border-color: #DE9DCA;
}
</style>