Shades of Shocking #DC9DC4
Tints of Shocking #DC9DC4
RGB
CMYK
RGB Variations
Color information
#DC9DC4 (or 0xDC9DC4) is known color: Shocking. HEX triplet: DC, 9D and C4. RGB value is (220,157,196). Sum of RGB (Red+Green+Blue) = 220+157+196=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DC4 is #23623B. Grayscale: #B4B4B4. Windows color (decimal): -2318908 or 12885468. OLE color: 12885468.
HSL color Cylindrical-coordinate representation of color #DC9DC4: hue angle of 322.86º degrees, saturation: 0.47, 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 #DC9DC4 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 196 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.14 |
| HSL | 322.86º | 0.47% | 0.74% | - |
| HSV(B) | 322.86º | 0.29% | 0.86% | - |
| XYZ | 51.54 | 43.32 | 57.87 | - |
| YUV | 180.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 196 | 0 | 0.29 | 0.11 | 0.14 | 322.86 | 0.47 | 0.74 |
| Hex | DC | 9D | C4 | 0 | 1D | B | E | 143 | 2F | 4A |
| Octal | 334 | 235 | 304 | 0 | 35 | 13 | 16 | 503 | 57 | 112 |
| Binary | 11011100 | 10011101 | 11000100 | 0 | 11101 | 1011 | 1110 | 101000011 | 101111 | 1001010 |
Color Harmonies of #DC9DC4
Complementary color
Monochromatic Colors of #DC9DC4
Black with #DC9DC4
Text Example
Text Example
White with #DC9DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DC4; }
p { color: rgb(220,157,196); }
H1.HeaderClassName
{
color: #DC9DC4;
}
.AnyTagClassName
{
color: #DC9DC4;
}
</style>
background-color css
<style>
a { background-color: #DC9DC4; }
a { background-color: rgb(220,157,196); }
div.DivClassName
{
background-color: #DC9DC4;
}
.BgClassName
{
background-color: #DC9DC4;
}
</style>
border-color css
<style>
span { border-color: #DC9DC4; }
span { border-color: rgb(220,157,196); }
td.TdClassName
{
border-color: #DC9DC4;
}
.TagClassName
{
border-color: #DC9DC4;
}
</style>