Shades of Shocking #D9A6BC
Tints of Shocking #D9A6BC
RGB
CMYK
RGB Variations
Color information
#D9A6BC (or 0xD9A6BC) is known color: Shocking. HEX triplet: D9, A6 and BC. RGB value is (217,166,188). Sum of RGB (Red+Green+Blue) = 217+166+188=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A6BC is #265943. Grayscale: #B7B7B7. Windows color (decimal): -2513220 or 12363481. OLE color: 12363481.
HSL color Cylindrical-coordinate representation of color #D9A6BC: hue angle of 334.12º 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 #D9A6BC is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 188 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.15 |
| HSL | 334.12º | 0.4% | 0.75% | - |
| HSV(B) | 334.12º | 0.24% | 0.85% | - |
| XYZ | 51.33 | 45.65 | 53.68 | - |
| YUV | 183.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 188 | 0 | 0.24 | 0.13 | 0.15 | 334.12 | 0.4 | 0.75 |
| Hex | D9 | A6 | BC | 0 | 18 | D | F | 14E | 28 | 4B |
| Octal | 331 | 246 | 274 | 0 | 30 | 15 | 17 | 516 | 50 | 113 |
| Binary | 11011001 | 10100110 | 10111100 | 0 | 11000 | 1101 | 1111 | 101001110 | 101000 | 1001011 |
Color Harmonies of #D9A6BC
Complementary color
Monochromatic Colors of #D9A6BC
Black with #D9A6BC
Text Example
Text Example
White with #D9A6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A6BC; }
p { color: rgb(217,166,188); }
H1.HeaderClassName
{
color: #D9A6BC;
}
.AnyTagClassName
{
color: #D9A6BC;
}
</style>
background-color css
<style>
a { background-color: #D9A6BC; }
a { background-color: rgb(217,166,188); }
div.DivClassName
{
background-color: #D9A6BC;
}
.BgClassName
{
background-color: #D9A6BC;
}
</style>
border-color css
<style>
span { border-color: #D9A6BC; }
span { border-color: rgb(217,166,188); }
td.TdClassName
{
border-color: #D9A6BC;
}
.TagClassName
{
border-color: #D9A6BC;
}
</style>