Shades of Shocking #D4A0B8
Tints of Shocking #D4A0B8
RGB
CMYK
RGB Variations
Color information
#D4A0B8 (or 0xD4A0B8) is known color: Shocking. HEX triplet: D4, A0 and B8. RGB value is (212,160,184). Sum of RGB (Red+Green+Blue) = 212+160+184=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A0B8 is #2B5F47. Grayscale: #B2B2B2. Windows color (decimal): -2842440 or 12099796. OLE color: 12099796.
HSL color Cylindrical-coordinate representation of color #D4A0B8: hue angle of 332.31º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4A0B8 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 184 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.17 |
| HSL | 332.31º | 0.38% | 0.73% | - |
| HSV(B) | 332.31º | 0.25% | 0.83% | - |
| XYZ | 48.37 | 42.6 | 51.02 | - |
| YUV | 178.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 184 | 0 | 0.25 | 0.13 | 0.17 | 332.31 | 0.38 | 0.73 |
| Hex | D4 | A0 | B8 | 0 | 19 | D | 11 | 14C | 26 | 49 |
| Octal | 324 | 240 | 270 | 0 | 31 | 15 | 21 | 514 | 46 | 111 |
| Binary | 11010100 | 10100000 | 10111000 | 0 | 11001 | 1101 | 10001 | 101001100 | 100110 | 1001001 |
Color Harmonies of #D4A0B8
Complementary color
Monochromatic Colors of #D4A0B8
Black with #D4A0B8
Text Example
Text Example
White with #D4A0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A0B8; }
p { color: rgb(212,160,184); }
H1.HeaderClassName
{
color: #D4A0B8;
}
.AnyTagClassName
{
color: #D4A0B8;
}
</style>
background-color css
<style>
a { background-color: #D4A0B8; }
a { background-color: rgb(212,160,184); }
div.DivClassName
{
background-color: #D4A0B8;
}
.BgClassName
{
background-color: #D4A0B8;
}
</style>
border-color css
<style>
span { border-color: #D4A0B8; }
span { border-color: rgb(212,160,184); }
td.TdClassName
{
border-color: #D4A0B8;
}
.TagClassName
{
border-color: #D4A0B8;
}
</style>