Shades of Shocking #D4A4B9
Tints of Shocking #D4A4B9
RGB
CMYK
RGB Variations
Color information
#D4A4B9 (or 0xD4A4B9) is known color: Shocking. HEX triplet: D4, A4 and B9. RGB value is (212,164,185). Sum of RGB (Red+Green+Blue) = 212+164+185=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A4B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A4B9 is #2B5B46. Grayscale: #B4B4B4. Windows color (decimal): -2841415 or 12166356. OLE color: 12166356.
HSL color Cylindrical-coordinate representation of color #D4A4B9: hue angle of 333.75º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4A4B9 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 185 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.17 |
| HSL | 333.75º | 0.36% | 0.74% | - |
| HSV(B) | 333.75º | 0.23% | 0.83% | - |
| XYZ | 49.18 | 44.05 | 51.81 | - |
| YUV | 180.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 185 | 0 | 0.23 | 0.13 | 0.17 | 333.75 | 0.36 | 0.74 |
| Hex | D4 | A4 | B9 | 0 | 17 | D | 11 | 14E | 24 | 4A |
| Octal | 324 | 244 | 271 | 0 | 27 | 15 | 21 | 516 | 44 | 112 |
| Binary | 11010100 | 10100100 | 10111001 | 0 | 10111 | 1101 | 10001 | 101001110 | 100100 | 1001010 |
Color Harmonies of #D4A4B9
Complementary color
Monochromatic Colors of #D4A4B9
Black with #D4A4B9
Text Example
Text Example
White with #D4A4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A4B9; }
p { color: rgb(212,164,185); }
H1.HeaderClassName
{
color: #D4A4B9;
}
.AnyTagClassName
{
color: #D4A4B9;
}
</style>
background-color css
<style>
a { background-color: #D4A4B9; }
a { background-color: rgb(212,164,185); }
div.DivClassName
{
background-color: #D4A4B9;
}
.BgClassName
{
background-color: #D4A4B9;
}
</style>
border-color css
<style>
span { border-color: #D4A4B9; }
span { border-color: rgb(212,164,185); }
td.TdClassName
{
border-color: #D4A4B9;
}
.TagClassName
{
border-color: #D4A4B9;
}
</style>