Shades of Shocking #D9A0BA
Tints of Shocking #D9A0BA
RGB
CMYK
RGB Variations
Color information
#D9A0BA (or 0xD9A0BA) is known color: Shocking. HEX triplet: D9, A0 and BA. RGB value is (217,160,186). Sum of RGB (Red+Green+Blue) = 217+160+186=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0BA is #265F45. Grayscale: #B3B3B3. Windows color (decimal): -2514758 or 12230873. OLE color: 12230873.
HSL color Cylindrical-coordinate representation of color #D9A0BA: hue angle of 332.63º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A0BA is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 186 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.15 |
| HSL | 332.63º | 0.43% | 0.74% | - |
| HSV(B) | 332.63º | 0.26% | 0.85% | - |
| XYZ | 50.05 | 43.44 | 52.2 | - |
| YUV | 180.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 186 | 0 | 0.26 | 0.14 | 0.15 | 332.63 | 0.43 | 0.74 |
| Hex | D9 | A0 | BA | 0 | 1A | E | F | 14D | 2B | 4A |
| Octal | 331 | 240 | 272 | 0 | 32 | 16 | 17 | 515 | 53 | 112 |
| Binary | 11011001 | 10100000 | 10111010 | 0 | 11010 | 1110 | 1111 | 101001101 | 101011 | 1001010 |
Color Harmonies of #D9A0BA
Complementary color
Monochromatic Colors of #D9A0BA
Black with #D9A0BA
Text Example
Text Example
White with #D9A0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A0BA; }
p { color: rgb(217,160,186); }
H1.HeaderClassName
{
color: #D9A0BA;
}
.AnyTagClassName
{
color: #D9A0BA;
}
</style>
background-color css
<style>
a { background-color: #D9A0BA; }
a { background-color: rgb(217,160,186); }
div.DivClassName
{
background-color: #D9A0BA;
}
.BgClassName
{
background-color: #D9A0BA;
}
</style>
border-color css
<style>
span { border-color: #D9A0BA; }
span { border-color: rgb(217,160,186); }
td.TdClassName
{
border-color: #D9A0BA;
}
.TagClassName
{
border-color: #D9A0BA;
}
</style>