Shades of Shocking #D9A3C0
Tints of Shocking #D9A3C0
RGB
CMYK
RGB Variations
Color information
#D9A3C0 (or 0xD9A3C0) is known color: Shocking. HEX triplet: D9, A3 and C0. RGB value is (217,163,192). Sum of RGB (Red+Green+Blue) = 217+163+192=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A3C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A3C0 is #265C3F. Grayscale: #B6B6B6. Windows color (decimal): -2513984 or 12624857. OLE color: 12624857.
HSL color Cylindrical-coordinate representation of color #D9A3C0: hue angle of 327.78º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9A3C0 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 163 | 192 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.15 |
| HSL | 327.78º | 0.42% | 0.75% | - |
| HSV(B) | 327.78º | 0.25% | 0.85% | - |
| XYZ | 51.23 | 44.75 | 55.81 | - |
| YUV | 182.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 163 | 192 | 0 | 0.25 | 0.12 | 0.15 | 327.78 | 0.42 | 0.75 |
| Hex | D9 | A3 | C0 | 0 | 19 | C | F | 148 | 2A | 4B |
| Octal | 331 | 243 | 300 | 0 | 31 | 14 | 17 | 510 | 52 | 113 |
| Binary | 11011001 | 10100011 | 11000000 | 0 | 11001 | 1100 | 1111 | 101001000 | 101010 | 1001011 |
Color Harmonies of #D9A3C0
Complementary color
Monochromatic Colors of #D9A3C0
Black with #D9A3C0
Text Example
Text Example
White with #D9A3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A3C0; }
p { color: rgb(217,163,192); }
H1.HeaderClassName
{
color: #D9A3C0;
}
.AnyTagClassName
{
color: #D9A3C0;
}
</style>
background-color css
<style>
a { background-color: #D9A3C0; }
a { background-color: rgb(217,163,192); }
div.DivClassName
{
background-color: #D9A3C0;
}
.BgClassName
{
background-color: #D9A3C0;
}
</style>
border-color css
<style>
span { border-color: #D9A3C0; }
span { border-color: rgb(217,163,192); }
td.TdClassName
{
border-color: #D9A3C0;
}
.TagClassName
{
border-color: #D9A3C0;
}
</style>