Shades of Shocking #DCA0BD
Tints of Shocking #DCA0BD
RGB
CMYK
RGB Variations
Color information
#DCA0BD (or 0xDCA0BD) is known color: Shocking. HEX triplet: DC, A0 and BD. RGB value is (220,160,189). Sum of RGB (Red+Green+Blue) = 220+160+189=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0BD is #235F42. Grayscale: #B5B5B5. Windows color (decimal): -2318147 or 12427484. OLE color: 12427484.
HSL color Cylindrical-coordinate representation of color #DCA0BD: hue angle of 331º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA0BD is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 189 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.14 |
| HSL | 331º | 0.46% | 0.75% | - |
| HSV(B) | 331º | 0.27% | 0.86% | - |
| XYZ | 51.27 | 44.03 | 53.94 | - |
| YUV | 181.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 189 | 0 | 0.27 | 0.14 | 0.14 | 331 | 0.46 | 0.75 |
| Hex | DC | A0 | BD | 0 | 1B | E | E | 14B | 2E | 4B |
| Octal | 334 | 240 | 275 | 0 | 33 | 16 | 16 | 513 | 56 | 113 |
| Binary | 11011100 | 10100000 | 10111101 | 0 | 11011 | 1110 | 1110 | 101001011 | 101110 | 1001011 |
Color Harmonies of #DCA0BD
Complementary color
Monochromatic Colors of #DCA0BD
Black with #DCA0BD
Text Example
Text Example
White with #DCA0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA0BD; }
p { color: rgb(220,160,189); }
H1.HeaderClassName
{
color: #DCA0BD;
}
.AnyTagClassName
{
color: #DCA0BD;
}
</style>
background-color css
<style>
a { background-color: #DCA0BD; }
a { background-color: rgb(220,160,189); }
div.DivClassName
{
background-color: #DCA0BD;
}
.BgClassName
{
background-color: #DCA0BD;
}
</style>
border-color css
<style>
span { border-color: #DCA0BD; }
span { border-color: rgb(220,160,189); }
td.TdClassName
{
border-color: #DCA0BD;
}
.TagClassName
{
border-color: #DCA0BD;
}
</style>