Shades of Shocking #DCA9C2
Tints of Shocking #DCA9C2
RGB
CMYK
RGB Variations
Color information
#DCA9C2 (or 0xDCA9C2) is known color: Shocking. HEX triplet: DC, A9 and C2. RGB value is (220,169,194). Sum of RGB (Red+Green+Blue) = 220+169+194=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9C2 is #23563D. Grayscale: #BBBBBB. Windows color (decimal): -2315838 or 12757468. OLE color: 12757468.
HSL color Cylindrical-coordinate representation of color #DCA9C2: hue angle of 330.59º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCA9C2 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 194 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.14 |
| HSL | 330.59º | 0.42% | 0.76% | - |
| HSV(B) | 330.59º | 0.23% | 0.86% | - |
| XYZ | 53.44 | 47.49 | 57.39 | - |
| YUV | 187.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 194 | 0 | 0.23 | 0.12 | 0.14 | 330.59 | 0.42 | 0.76 |
| Hex | DC | A9 | C2 | 0 | 17 | C | E | 14B | 2A | 4C |
| Octal | 334 | 251 | 302 | 0 | 27 | 14 | 16 | 513 | 52 | 114 |
| Binary | 11011100 | 10101001 | 11000010 | 0 | 10111 | 1100 | 1110 | 101001011 | 101010 | 1001100 |
Color Harmonies of #DCA9C2
Complementary color
Monochromatic Colors of #DCA9C2
Black with #DCA9C2
Text Example
Text Example
White with #DCA9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA9C2; }
p { color: rgb(220,169,194); }
H1.HeaderClassName
{
color: #DCA9C2;
}
.AnyTagClassName
{
color: #DCA9C2;
}
</style>
background-color css
<style>
a { background-color: #DCA9C2; }
a { background-color: rgb(220,169,194); }
div.DivClassName
{
background-color: #DCA9C2;
}
.BgClassName
{
background-color: #DCA9C2;
}
</style>
border-color css
<style>
span { border-color: #DCA9C2; }
span { border-color: rgb(220,169,194); }
td.TdClassName
{
border-color: #DCA9C2;
}
.TagClassName
{
border-color: #DCA9C2;
}
</style>