Shades of Shocking #DE9CBE
Tints of Shocking #DE9CBE
RGB
CMYK
RGB Variations
Color information
#DE9CBE (or 0xDE9CBE) is known color: Shocking. HEX triplet: DE, 9C and BE. RGB value is (222,156,190). Sum of RGB (Red+Green+Blue) = 222+156+190=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CBE is #216341. Grayscale: #B3B3B3. Windows color (decimal): -2188098 or 12491998. OLE color: 12491998.
HSL color Cylindrical-coordinate representation of color #DE9CBE: hue angle of 329.09º 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 #DE9CBE is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 190 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.13 |
| HSL | 329.09º | 0.5% | 0.74% | - |
| HSV(B) | 329.09º | 0.3% | 0.87% | - |
| XYZ | 51.31 | 43.02 | 54.32 | - |
| YUV | 179.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 190 | 0 | 0.30 | 0.14 | 0.13 | 329.09 | 0.5 | 0.74 |
| Hex | DE | 9C | BE | 0 | 1E | E | D | 149 | 32 | 4A |
| Octal | 336 | 234 | 276 | 0 | 36 | 16 | 15 | 511 | 62 | 112 |
| Binary | 11011110 | 10011100 | 10111110 | 0 | 11110 | 1110 | 1101 | 101001001 | 110010 | 1001010 |
Color Harmonies of #DE9CBE
Complementary color
Monochromatic Colors of #DE9CBE
Black with #DE9CBE
Text Example
Text Example
White with #DE9CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CBE; }
p { color: rgb(222,156,190); }
H1.HeaderClassName
{
color: #DE9CBE;
}
.AnyTagClassName
{
color: #DE9CBE;
}
</style>
background-color css
<style>
a { background-color: #DE9CBE; }
a { background-color: rgb(222,156,190); }
div.DivClassName
{
background-color: #DE9CBE;
}
.BgClassName
{
background-color: #DE9CBE;
}
</style>
border-color css
<style>
span { border-color: #DE9CBE; }
span { border-color: rgb(222,156,190); }
td.TdClassName
{
border-color: #DE9CBE;
}
.TagClassName
{
border-color: #DE9CBE;
}
</style>