Shades of Shocking #DC9CC9
Tints of Shocking #DC9CC9
RGB
CMYK
RGB Variations
Color information
#DC9CC9 (or 0xDC9CC9) is known color: Shocking. HEX triplet: DC, 9C and C9. RGB value is (220,156,201). Sum of RGB (Red+Green+Blue) = 220+156+201=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CC9 is #236336. Grayscale: #B4B4B4. Windows color (decimal): -2319159 or 13212892. OLE color: 13212892.
HSL color Cylindrical-coordinate representation of color #DC9CC9: hue angle of 317.81º 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 #DC9CC9 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 201 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.14 |
| HSL | 317.81º | 0.48% | 0.74% | - |
| HSV(B) | 317.81º | 0.29% | 0.86% | - |
| XYZ | 51.95 | 43.21 | 60.86 | - |
| YUV | 180.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 201 | 0 | 0.29 | 0.09 | 0.14 | 317.81 | 0.48 | 0.74 |
| Hex | DC | 9C | C9 | 0 | 1D | 9 | E | 13E | 30 | 4A |
| Octal | 334 | 234 | 311 | 0 | 35 | 11 | 16 | 476 | 60 | 112 |
| Binary | 11011100 | 10011100 | 11001001 | 0 | 11101 | 1001 | 1110 | 100111110 | 110000 | 1001010 |
Color Harmonies of #DC9CC9
Complementary color
Monochromatic Colors of #DC9CC9
Black with #DC9CC9
Text Example
Text Example
White with #DC9CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CC9; }
p { color: rgb(220,156,201); }
H1.HeaderClassName
{
color: #DC9CC9;
}
.AnyTagClassName
{
color: #DC9CC9;
}
</style>
background-color css
<style>
a { background-color: #DC9CC9; }
a { background-color: rgb(220,156,201); }
div.DivClassName
{
background-color: #DC9CC9;
}
.BgClassName
{
background-color: #DC9CC9;
}
</style>
border-color css
<style>
span { border-color: #DC9CC9; }
span { border-color: rgb(220,156,201); }
td.TdClassName
{
border-color: #DC9CC9;
}
.TagClassName
{
border-color: #DC9CC9;
}
</style>