Shades of Shocking #D4A6B9
Tints of Shocking #D4A6B9
RGB
CMYK
RGB Variations
Color information
#D4A6B9 (or 0xD4A6B9) is known color: Shocking. HEX triplet: D4, A6 and B9. RGB value is (212,166,185). Sum of RGB (Red+Green+Blue) = 212+166+185=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A6B9 is #2B5946. Grayscale: #B5B5B5. Windows color (decimal): -2840903 or 12166868. OLE color: 12166868.
HSL color Cylindrical-coordinate representation of color #D4A6B9: hue angle of 335.22º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4A6B9 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 185 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.17 |
| HSL | 335.22º | 0.35% | 0.74% | - |
| HSV(B) | 335.22º | 0.22% | 0.83% | - |
| XYZ | 49.54 | 44.77 | 51.93 | - |
| YUV | 181.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 185 | 0 | 0.22 | 0.13 | 0.17 | 335.22 | 0.35 | 0.74 |
| Hex | D4 | A6 | B9 | 0 | 16 | D | 11 | 14F | 23 | 4A |
| Octal | 324 | 246 | 271 | 0 | 26 | 15 | 21 | 517 | 43 | 112 |
| Binary | 11010100 | 10100110 | 10111001 | 0 | 10110 | 1101 | 10001 | 101001111 | 100011 | 1001010 |
Color Harmonies of #D4A6B9
Complementary color
Monochromatic Colors of #D4A6B9
Black with #D4A6B9
Text Example
Text Example
White with #D4A6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A6B9; }
p { color: rgb(212,166,185); }
H1.HeaderClassName
{
color: #D4A6B9;
}
.AnyTagClassName
{
color: #D4A6B9;
}
</style>
background-color css
<style>
a { background-color: #D4A6B9; }
a { background-color: rgb(212,166,185); }
div.DivClassName
{
background-color: #D4A6B9;
}
.BgClassName
{
background-color: #D4A6B9;
}
</style>
border-color css
<style>
span { border-color: #D4A6B9; }
span { border-color: rgb(212,166,185); }
td.TdClassName
{
border-color: #D4A6B9;
}
.TagClassName
{
border-color: #D4A6B9;
}
</style>