Shades of Shocking #DC9CC8
Tints of Shocking #DC9CC8
RGB
CMYK
RGB Variations
Color information
#DC9CC8 (or 0xDC9CC8) is known color: Shocking. HEX triplet: DC, 9C and C8. RGB value is (220,156,200). Sum of RGB (Red+Green+Blue) = 220+156+200=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CC8 is #236337. Grayscale: #B4B4B4. Windows color (decimal): -2319160 or 13147356. OLE color: 13147356.
HSL color Cylindrical-coordinate representation of color #DC9CC8: hue angle of 318.75º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9CC8 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 200 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.14 |
| HSL | 318.75º | 0.48% | 0.74% | - |
| HSV(B) | 318.75º | 0.29% | 0.86% | - |
| XYZ | 51.83 | 43.16 | 60.24 | - |
| YUV | 180.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 200 | 0 | 0.29 | 0.09 | 0.14 | 318.75 | 0.48 | 0.74 |
| Hex | DC | 9C | C8 | 0 | 1D | 9 | E | 13F | 30 | 4A |
| Octal | 334 | 234 | 310 | 0 | 35 | 11 | 16 | 477 | 60 | 112 |
| Binary | 11011100 | 10011100 | 11001000 | 0 | 11101 | 1001 | 1110 | 100111111 | 110000 | 1001010 |
Color Harmonies of #DC9CC8
Complementary color
Monochromatic Colors of #DC9CC8
Black with #DC9CC8
Text Example
Text Example
White with #DC9CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CC8; }
p { color: rgb(220,156,200); }
H1.HeaderClassName
{
color: #DC9CC8;
}
.AnyTagClassName
{
color: #DC9CC8;
}
</style>
background-color css
<style>
a { background-color: #DC9CC8; }
a { background-color: rgb(220,156,200); }
div.DivClassName
{
background-color: #DC9CC8;
}
.BgClassName
{
background-color: #DC9CC8;
}
</style>
border-color css
<style>
span { border-color: #DC9CC8; }
span { border-color: rgb(220,156,200); }
td.TdClassName
{
border-color: #DC9CC8;
}
.TagClassName
{
border-color: #DC9CC8;
}
</style>