Shades of Shocking #DCA7BD
Tints of Shocking #DCA7BD
RGB
CMYK
RGB Variations
Color information
#DCA7BD (or 0xDCA7BD) is known color: Shocking. HEX triplet: DC, A7 and BD. RGB value is (220,167,189). Sum of RGB (Red+Green+Blue) = 220+167+189=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA7BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA7BD is #235842. Grayscale: #B9B9B9. Windows color (decimal): -2316355 or 12429276. OLE color: 12429276.
HSL color Cylindrical-coordinate representation of color #DCA7BD: hue angle of 335.09º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA7BD is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 167 | 189 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.14 |
| HSL | 335.09º | 0.43% | 0.76% | - |
| HSV(B) | 335.09º | 0.24% | 0.86% | - |
| XYZ | 52.52 | 46.53 | 54.36 | - |
| YUV | 185.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 167 | 189 | 0 | 0.24 | 0.14 | 0.14 | 335.09 | 0.43 | 0.76 |
| Hex | DC | A7 | BD | 0 | 18 | E | E | 14F | 2B | 4C |
| Octal | 334 | 247 | 275 | 0 | 30 | 16 | 16 | 517 | 53 | 114 |
| Binary | 11011100 | 10100111 | 10111101 | 0 | 11000 | 1110 | 1110 | 101001111 | 101011 | 1001100 |
Color Harmonies of #DCA7BD
Complementary color
Monochromatic Colors of #DCA7BD
Black with #DCA7BD
Text Example
Text Example
White with #DCA7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA7BD; }
p { color: rgb(220,167,189); }
H1.HeaderClassName
{
color: #DCA7BD;
}
.AnyTagClassName
{
color: #DCA7BD;
}
</style>
background-color css
<style>
a { background-color: #DCA7BD; }
a { background-color: rgb(220,167,189); }
div.DivClassName
{
background-color: #DCA7BD;
}
.BgClassName
{
background-color: #DCA7BD;
}
</style>
border-color css
<style>
span { border-color: #DCA7BD; }
span { border-color: rgb(220,167,189); }
td.TdClassName
{
border-color: #DCA7BD;
}
.TagClassName
{
border-color: #DCA7BD;
}
</style>