Shades of Shocking #DC9CC4
Tints of Shocking #DC9CC4
RGB
CMYK
RGB Variations
Color information
#DC9CC4 (or 0xDC9CC4) is known color: Shocking. HEX triplet: DC, 9C and C4. RGB value is (220,156,196). Sum of RGB (Red+Green+Blue) = 220+156+196=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CC4 is #23633B. Grayscale: #B3B3B3. Windows color (decimal): -2319164 or 12885212. OLE color: 12885212.
HSL color Cylindrical-coordinate representation of color #DC9CC4: hue angle of 322.5º 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 #DC9CC4 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 196 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.14 |
| HSL | 322.5º | 0.48% | 0.74% | - |
| HSV(B) | 322.5º | 0.29% | 0.86% | - |
| XYZ | 51.37 | 42.98 | 57.81 | - |
| YUV | 179.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 196 | 0 | 0.29 | 0.11 | 0.14 | 322.5 | 0.48 | 0.74 |
| Hex | DC | 9C | C4 | 0 | 1D | B | E | 142 | 30 | 4A |
| Octal | 334 | 234 | 304 | 0 | 35 | 13 | 16 | 502 | 60 | 112 |
| Binary | 11011100 | 10011100 | 11000100 | 0 | 11101 | 1011 | 1110 | 101000010 | 110000 | 1001010 |
Color Harmonies of #DC9CC4
Complementary color
Monochromatic Colors of #DC9CC4
Black with #DC9CC4
Text Example
Text Example
White with #DC9CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CC4; }
p { color: rgb(220,156,196); }
H1.HeaderClassName
{
color: #DC9CC4;
}
.AnyTagClassName
{
color: #DC9CC4;
}
</style>
background-color css
<style>
a { background-color: #DC9CC4; }
a { background-color: rgb(220,156,196); }
div.DivClassName
{
background-color: #DC9CC4;
}
.BgClassName
{
background-color: #DC9CC4;
}
</style>
border-color css
<style>
span { border-color: #DC9CC4; }
span { border-color: rgb(220,156,196); }
td.TdClassName
{
border-color: #DC9CC4;
}
.TagClassName
{
border-color: #DC9CC4;
}
</style>