Shades of Shocking #DCA6BD
Tints of Shocking #DCA6BD
RGB
CMYK
RGB Variations
Color information
#DCA6BD (or 0xDCA6BD) is known color: Shocking. HEX triplet: DC, A6 and BD. RGB value is (220,166,189). Sum of RGB (Red+Green+Blue) = 220+166+189=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6BD is #235942. Grayscale: #B8B8B8. Windows color (decimal): -2316611 or 12429020. OLE color: 12429020.
HSL color Cylindrical-coordinate representation of color #DCA6BD: hue angle of 334.44º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA6BD is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 189 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.14 |
| HSL | 334.44º | 0.44% | 0.76% | - |
| HSV(B) | 334.44º | 0.25% | 0.86% | - |
| XYZ | 52.34 | 46.16 | 54.3 | - |
| YUV | 184.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 189 | 0 | 0.25 | 0.14 | 0.14 | 334.44 | 0.44 | 0.76 |
| Hex | DC | A6 | BD | 0 | 19 | E | E | 14E | 2C | 4C |
| Octal | 334 | 246 | 275 | 0 | 31 | 16 | 16 | 516 | 54 | 114 |
| Binary | 11011100 | 10100110 | 10111101 | 0 | 11001 | 1110 | 1110 | 101001110 | 101100 | 1001100 |
Color Harmonies of #DCA6BD
Complementary color
Monochromatic Colors of #DCA6BD
Black with #DCA6BD
Text Example
Text Example
White with #DCA6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA6BD; }
p { color: rgb(220,166,189); }
H1.HeaderClassName
{
color: #DCA6BD;
}
.AnyTagClassName
{
color: #DCA6BD;
}
</style>
background-color css
<style>
a { background-color: #DCA6BD; }
a { background-color: rgb(220,166,189); }
div.DivClassName
{
background-color: #DCA6BD;
}
.BgClassName
{
background-color: #DCA6BD;
}
</style>
border-color css
<style>
span { border-color: #DCA6BD; }
span { border-color: rgb(220,166,189); }
td.TdClassName
{
border-color: #DCA6BD;
}
.TagClassName
{
border-color: #DCA6BD;
}
</style>