Shades of Shocking #D9A6BD
Tints of Shocking #D9A6BD
RGB
CMYK
RGB Variations
Color information
#D9A6BD (or 0xD9A6BD) is known color: Shocking. HEX triplet: D9, A6 and BD. RGB value is (217,166,189). Sum of RGB (Red+Green+Blue) = 217+166+189=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A6BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A6BD is #265942. Grayscale: #B7B7B7. Windows color (decimal): -2513219 or 12429017. OLE color: 12429017.
HSL color Cylindrical-coordinate representation of color #D9A6BD: hue angle of 332.94º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9A6BD is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 189 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.15 |
| HSL | 332.94º | 0.4% | 0.75% | - |
| HSV(B) | 332.94º | 0.24% | 0.85% | - |
| XYZ | 51.44 | 45.7 | 54.25 | - |
| YUV | 183.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 189 | 0 | 0.24 | 0.13 | 0.15 | 332.94 | 0.4 | 0.75 |
| Hex | D9 | A6 | BD | 0 | 18 | D | F | 14D | 28 | 4B |
| Octal | 331 | 246 | 275 | 0 | 30 | 15 | 17 | 515 | 50 | 113 |
| Binary | 11011001 | 10100110 | 10111101 | 0 | 11000 | 1101 | 1111 | 101001101 | 101000 | 1001011 |
Color Harmonies of #D9A6BD
Complementary color
Monochromatic Colors of #D9A6BD
Black with #D9A6BD
Text Example
Text Example
White with #D9A6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A6BD; }
p { color: rgb(217,166,189); }
H1.HeaderClassName
{
color: #D9A6BD;
}
.AnyTagClassName
{
color: #D9A6BD;
}
</style>
background-color css
<style>
a { background-color: #D9A6BD; }
a { background-color: rgb(217,166,189); }
div.DivClassName
{
background-color: #D9A6BD;
}
.BgClassName
{
background-color: #D9A6BD;
}
</style>
border-color css
<style>
span { border-color: #D9A6BD; }
span { border-color: rgb(217,166,189); }
td.TdClassName
{
border-color: #D9A6BD;
}
.TagClassName
{
border-color: #D9A6BD;
}
</style>