Shades of Shocking #DCA9C4
Tints of Shocking #DCA9C4
RGB
CMYK
RGB Variations
Color information
#DCA9C4 (or 0xDCA9C4) is known color: Shocking. HEX triplet: DC, A9 and C4. RGB value is (220,169,196). Sum of RGB (Red+Green+Blue) = 220+169+196=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 169 (66.41% from 255 or 28.89% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9C4 is #23563B. Grayscale: #BBBBBB. Windows color (decimal): -2315836 or 12888540. OLE color: 12888540.
HSL color Cylindrical-coordinate representation of color #DCA9C4: hue angle of 328.24º 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 #DCA9C4 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 196 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.14 |
| HSL | 328.24º | 0.42% | 0.76% | - |
| HSV(B) | 328.24º | 0.23% | 0.86% | - |
| XYZ | 53.67 | 47.58 | 58.58 | - |
| YUV | 187.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 196 | 0 | 0.23 | 0.11 | 0.14 | 328.24 | 0.42 | 0.76 |
| Hex | DC | A9 | C4 | 0 | 17 | B | E | 148 | 2A | 4C |
| Octal | 334 | 251 | 304 | 0 | 27 | 13 | 16 | 510 | 52 | 114 |
| Binary | 11011100 | 10101001 | 11000100 | 0 | 10111 | 1011 | 1110 | 101001000 | 101010 | 1001100 |
Color Harmonies of #DCA9C4
Complementary color
Monochromatic Colors of #DCA9C4
Black with #DCA9C4
Text Example
Text Example
White with #DCA9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA9C4; }
p { color: rgb(220,169,196); }
H1.HeaderClassName
{
color: #DCA9C4;
}
.AnyTagClassName
{
color: #DCA9C4;
}
</style>
background-color css
<style>
a { background-color: #DCA9C4; }
a { background-color: rgb(220,169,196); }
div.DivClassName
{
background-color: #DCA9C4;
}
.BgClassName
{
background-color: #DCA9C4;
}
</style>
border-color css
<style>
span { border-color: #DCA9C4; }
span { border-color: rgb(220,169,196); }
td.TdClassName
{
border-color: #DCA9C4;
}
.TagClassName
{
border-color: #DCA9C4;
}
</style>