Shades of Shocking #DE9CCB
Tints of Shocking #DE9CCB
RGB
CMYK
RGB Variations
Color information
#DE9CCB (or 0xDE9CCB) is known color: Shocking. HEX triplet: DE, 9C and CB. RGB value is (222,156,203). Sum of RGB (Red+Green+Blue) = 222+156+203=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CCB is #216334. Grayscale: #B4B4B4. Windows color (decimal): -2188085 or 13343966. OLE color: 13343966.
HSL color Cylindrical-coordinate representation of color #DE9CCB: hue angle of 317.27º 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 #DE9CCB is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 203 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.13 |
| HSL | 317.27º | 0.5% | 0.74% | - |
| HSV(B) | 317.27º | 0.3% | 0.87% | - |
| XYZ | 52.79 | 43.62 | 62.14 | - |
| YUV | 181.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 203 | 0 | 0.30 | 0.09 | 0.13 | 317.27 | 0.5 | 0.74 |
| Hex | DE | 9C | CB | 0 | 1E | 9 | D | 13D | 32 | 4A |
| Octal | 336 | 234 | 313 | 0 | 36 | 11 | 15 | 475 | 62 | 112 |
| Binary | 11011110 | 10011100 | 11001011 | 0 | 11110 | 1001 | 1101 | 100111101 | 110010 | 1001010 |
Color Harmonies of #DE9CCB
Complementary color
Monochromatic Colors of #DE9CCB
Black with #DE9CCB
Text Example
Text Example
White with #DE9CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CCB; }
p { color: rgb(222,156,203); }
H1.HeaderClassName
{
color: #DE9CCB;
}
.AnyTagClassName
{
color: #DE9CCB;
}
</style>
background-color css
<style>
a { background-color: #DE9CCB; }
a { background-color: rgb(222,156,203); }
div.DivClassName
{
background-color: #DE9CCB;
}
.BgClassName
{
background-color: #DE9CCB;
}
</style>
border-color css
<style>
span { border-color: #DE9CCB; }
span { border-color: rgb(222,156,203); }
td.TdClassName
{
border-color: #DE9CCB;
}
.TagClassName
{
border-color: #DE9CCB;
}
</style>