Shades of Shocking #D9A8BD
Tints of Shocking #D9A8BD
RGB
CMYK
RGB Variations
Color information
#D9A8BD (or 0xD9A8BD) is known color: Shocking. HEX triplet: D9, A8 and BD. RGB value is (217,168,189). Sum of RGB (Red+Green+Blue) = 217+168+189=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A8BD is #265742. Grayscale: #B9B9B9. Windows color (decimal): -2512707 or 12429529. OLE color: 12429529.
HSL color Cylindrical-coordinate representation of color #D9A8BD: hue angle of 334.29º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9A8BD is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 189 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.15 |
| HSL | 334.29º | 0.39% | 0.75% | - |
| HSV(B) | 334.29º | 0.23% | 0.85% | - |
| XYZ | 51.8 | 46.43 | 54.38 | - |
| YUV | 185.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 189 | 0 | 0.23 | 0.13 | 0.15 | 334.29 | 0.39 | 0.75 |
| Hex | D9 | A8 | BD | 0 | 17 | D | F | 14E | 27 | 4B |
| Octal | 331 | 250 | 275 | 0 | 27 | 15 | 17 | 516 | 47 | 113 |
| Binary | 11011001 | 10101000 | 10111101 | 0 | 10111 | 1101 | 1111 | 101001110 | 100111 | 1001011 |
Color Harmonies of #D9A8BD
Complementary color
Monochromatic Colors of #D9A8BD
Black with #D9A8BD
Text Example
Text Example
White with #D9A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A8BD; }
p { color: rgb(217,168,189); }
H1.HeaderClassName
{
color: #D9A8BD;
}
.AnyTagClassName
{
color: #D9A8BD;
}
</style>
background-color css
<style>
a { background-color: #D9A8BD; }
a { background-color: rgb(217,168,189); }
div.DivClassName
{
background-color: #D9A8BD;
}
.BgClassName
{
background-color: #D9A8BD;
}
</style>
border-color css
<style>
span { border-color: #D9A8BD; }
span { border-color: rgb(217,168,189); }
td.TdClassName
{
border-color: #D9A8BD;
}
.TagClassName
{
border-color: #D9A8BD;
}
</style>