Shades of Shocking #D9A0C0
Tints of Shocking #D9A0C0
RGB
CMYK
RGB Variations
Color information
#D9A0C0 (or 0xD9A0C0) is known color: Shocking. HEX triplet: D9, A0 and C0. RGB value is (217,160,192). Sum of RGB (Red+Green+Blue) = 217+160+192=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0C0 is #265F3F. Grayscale: #B4B4B4. Windows color (decimal): -2514752 or 12624089. OLE color: 12624089.
HSL color Cylindrical-coordinate representation of color #D9A0C0: hue angle of 326.32º 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 #D9A0C0 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 192 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.15 |
| HSL | 326.32º | 0.43% | 0.74% | - |
| HSV(B) | 326.32º | 0.26% | 0.85% | - |
| XYZ | 50.7 | 43.7 | 55.63 | - |
| YUV | 180.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 192 | 0 | 0.26 | 0.12 | 0.15 | 326.32 | 0.43 | 0.74 |
| Hex | D9 | A0 | C0 | 0 | 1A | C | F | 146 | 2B | 4A |
| Octal | 331 | 240 | 300 | 0 | 32 | 14 | 17 | 506 | 53 | 112 |
| Binary | 11011001 | 10100000 | 11000000 | 0 | 11010 | 1100 | 1111 | 101000110 | 101011 | 1001010 |
Color Harmonies of #D9A0C0
Complementary color
Monochromatic Colors of #D9A0C0
Black with #D9A0C0
Text Example
Text Example
White with #D9A0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A0C0; }
p { color: rgb(217,160,192); }
H1.HeaderClassName
{
color: #D9A0C0;
}
.AnyTagClassName
{
color: #D9A0C0;
}
</style>
background-color css
<style>
a { background-color: #D9A0C0; }
a { background-color: rgb(217,160,192); }
div.DivClassName
{
background-color: #D9A0C0;
}
.BgClassName
{
background-color: #D9A0C0;
}
</style>
border-color css
<style>
span { border-color: #D9A0C0; }
span { border-color: rgb(217,160,192); }
td.TdClassName
{
border-color: #D9A0C0;
}
.TagClassName
{
border-color: #D9A0C0;
}
</style>