Shades of Shocking #DC9CC0
Tints of Shocking #DC9CC0
RGB
CMYK
RGB Variations
Color information
#DC9CC0 (or 0xDC9CC0) is known color: Shocking. HEX triplet: DC, 9C and C0. RGB value is (220,156,192). Sum of RGB (Red+Green+Blue) = 220+156+192=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CC0 is #23633F. Grayscale: #B3B3B3. Windows color (decimal): -2319168 or 12623068. OLE color: 12623068.
HSL color Cylindrical-coordinate representation of color #DC9CC0: hue angle of 326.25º 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 #DC9CC0 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 192 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.14 |
| HSL | 326.25º | 0.48% | 0.74% | - |
| HSV(B) | 326.25º | 0.29% | 0.86% | - |
| XYZ | 50.92 | 42.8 | 55.45 | - |
| YUV | 179.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 192 | 0 | 0.29 | 0.13 | 0.14 | 326.25 | 0.48 | 0.74 |
| Hex | DC | 9C | C0 | 0 | 1D | D | E | 146 | 30 | 4A |
| Octal | 334 | 234 | 300 | 0 | 35 | 15 | 16 | 506 | 60 | 112 |
| Binary | 11011100 | 10011100 | 11000000 | 0 | 11101 | 1101 | 1110 | 101000110 | 110000 | 1001010 |
Color Harmonies of #DC9CC0
Complementary color
Monochromatic Colors of #DC9CC0
Black with #DC9CC0
Text Example
Text Example
White with #DC9CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CC0; }
p { color: rgb(220,156,192); }
H1.HeaderClassName
{
color: #DC9CC0;
}
.AnyTagClassName
{
color: #DC9CC0;
}
</style>
background-color css
<style>
a { background-color: #DC9CC0; }
a { background-color: rgb(220,156,192); }
div.DivClassName
{
background-color: #DC9CC0;
}
.BgClassName
{
background-color: #DC9CC0;
}
</style>
border-color css
<style>
span { border-color: #DC9CC0; }
span { border-color: rgb(220,156,192); }
td.TdClassName
{
border-color: #DC9CC0;
}
.TagClassName
{
border-color: #DC9CC0;
}
</style>