Shades of Shocking #DE9CBA
Tints of Shocking #DE9CBA
RGB
CMYK
RGB Variations
Color information
#DE9CBA (or 0xDE9CBA) is known color: Shocking. HEX triplet: DE, 9C and BA. RGB value is (222,156,186). Sum of RGB (Red+Green+Blue) = 222+156+186=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CBA is #216345. Grayscale: #B3B3B3. Windows color (decimal): -2188102 or 12229854. OLE color: 12229854.
HSL color Cylindrical-coordinate representation of color #DE9CBA: hue angle of 332.73º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9CBA is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 186 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.13 |
| HSL | 332.73º | 0.5% | 0.74% | - |
| HSV(B) | 332.73º | 0.3% | 0.87% | - |
| XYZ | 50.88 | 42.85 | 52.04 | - |
| YUV | 179.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 186 | 0 | 0.30 | 0.16 | 0.13 | 332.73 | 0.5 | 0.74 |
| Hex | DE | 9C | BA | 0 | 1E | 10 | D | 14D | 32 | 4A |
| Octal | 336 | 234 | 272 | 0 | 36 | 20 | 15 | 515 | 62 | 112 |
| Binary | 11011110 | 10011100 | 10111010 | 0 | 11110 | 10000 | 1101 | 101001101 | 110010 | 1001010 |
Color Harmonies of #DE9CBA
Complementary color
Monochromatic Colors of #DE9CBA
Black with #DE9CBA
Text Example
Text Example
White with #DE9CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CBA; }
p { color: rgb(222,156,186); }
H1.HeaderClassName
{
color: #DE9CBA;
}
.AnyTagClassName
{
color: #DE9CBA;
}
</style>
background-color css
<style>
a { background-color: #DE9CBA; }
a { background-color: rgb(222,156,186); }
div.DivClassName
{
background-color: #DE9CBA;
}
.BgClassName
{
background-color: #DE9CBA;
}
</style>
border-color css
<style>
span { border-color: #DE9CBA; }
span { border-color: rgb(222,156,186); }
td.TdClassName
{
border-color: #DE9CBA;
}
.TagClassName
{
border-color: #DE9CBA;
}
</style>