Shades of Shocking #D4A4B8
Tints of Shocking #D4A4B8
RGB
CMYK
RGB Variations
Color information
#D4A4B8 (or 0xD4A4B8) is known color: Shocking. HEX triplet: D4, A4 and B8. RGB value is (212,164,184). Sum of RGB (Red+Green+Blue) = 212+164+184=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A4B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A4B8 is #2B5B47. Grayscale: #B4B4B4. Windows color (decimal): -2841416 or 12100820. OLE color: 12100820.
HSL color Cylindrical-coordinate representation of color #D4A4B8: hue angle of 335º 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 #D4A4B8 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 184 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.17 |
| HSL | 335º | 0.36% | 0.74% | - |
| HSV(B) | 335º | 0.23% | 0.83% | - |
| XYZ | 49.08 | 44.01 | 51.26 | - |
| YUV | 180.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 184 | 0 | 0.23 | 0.13 | 0.17 | 335 | 0.36 | 0.74 |
| Hex | D4 | A4 | B8 | 0 | 17 | D | 11 | 14F | 24 | 4A |
| Octal | 324 | 244 | 270 | 0 | 27 | 15 | 21 | 517 | 44 | 112 |
| Binary | 11010100 | 10100100 | 10111000 | 0 | 10111 | 1101 | 10001 | 101001111 | 100100 | 1001010 |
Color Harmonies of #D4A4B8
Complementary color
Monochromatic Colors of #D4A4B8
Black with #D4A4B8
Text Example
Text Example
White with #D4A4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A4B8; }
p { color: rgb(212,164,184); }
H1.HeaderClassName
{
color: #D4A4B8;
}
.AnyTagClassName
{
color: #D4A4B8;
}
</style>
background-color css
<style>
a { background-color: #D4A4B8; }
a { background-color: rgb(212,164,184); }
div.DivClassName
{
background-color: #D4A4B8;
}
.BgClassName
{
background-color: #D4A4B8;
}
</style>
border-color css
<style>
span { border-color: #D4A4B8; }
span { border-color: rgb(212,164,184); }
td.TdClassName
{
border-color: #D4A4B8;
}
.TagClassName
{
border-color: #D4A4B8;
}
</style>