Shades of Shocking #DCA0BB
Tints of Shocking #DCA0BB
RGB
CMYK
RGB Variations
Color information
#DCA0BB (or 0xDCA0BB) is known color: Shocking. HEX triplet: DC, A0 and BB. RGB value is (220,160,187). Sum of RGB (Red+Green+Blue) = 220+160+187=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0BB is #235F44. Grayscale: #B4B4B4. Windows color (decimal): -2318149 or 12296412. OLE color: 12296412.
HSL color Cylindrical-coordinate representation of color #DCA0BB: hue angle of 333º 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 #DCA0BB is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 187 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.14 |
| HSL | 333º | 0.46% | 0.75% | - |
| HSV(B) | 333º | 0.27% | 0.86% | - |
| XYZ | 51.06 | 43.95 | 52.81 | - |
| YUV | 181.02 | 131.38 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 187 | 0 | 0.27 | 0.15 | 0.14 | 333 | 0.46 | 0.75 |
| Hex | DC | A0 | BB | 0 | 1B | F | E | 14D | 2E | 4B |
| Octal | 334 | 240 | 273 | 0 | 33 | 17 | 16 | 515 | 56 | 113 |
| Binary | 11011100 | 10100000 | 10111011 | 0 | 11011 | 1111 | 1110 | 101001101 | 101110 | 1001011 |
Color Harmonies of #DCA0BB
Complementary color
Monochromatic Colors of #DCA0BB
Black with #DCA0BB
Text Example
Text Example
White with #DCA0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA0BB; }
p { color: rgb(220,160,187); }
H1.HeaderClassName
{
color: #DCA0BB;
}
.AnyTagClassName
{
color: #DCA0BB;
}
</style>
background-color css
<style>
a { background-color: #DCA0BB; }
a { background-color: rgb(220,160,187); }
div.DivClassName
{
background-color: #DCA0BB;
}
.BgClassName
{
background-color: #DCA0BB;
}
</style>
border-color css
<style>
span { border-color: #DCA0BB; }
span { border-color: rgb(220,160,187); }
td.TdClassName
{
border-color: #DCA0BB;
}
.TagClassName
{
border-color: #DCA0BB;
}
</style>