Shades of Shocking #D8A2BD
Tints of Shocking #D8A2BD
RGB
CMYK
RGB Variations
Color information
#D8A2BD (or 0xD8A2BD) is known color: Shocking. HEX triplet: D8, A2 and BD. RGB value is (216,162,189). Sum of RGB (Red+Green+Blue) = 216+162+189=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A2BD is #275D42. Grayscale: #B5B5B5. Windows color (decimal): -2579779 or 12427992. OLE color: 12427992.
HSL color Cylindrical-coordinate representation of color #D8A2BD: hue angle of 330º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A2BD is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 162 | 189 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.15 |
| HSL | 330º | 0.41% | 0.74% | - |
| HSV(B) | 330º | 0.25% | 0.85% | - |
| XYZ | 50.42 | 44.11 | 54 | - |
| YUV | 181.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 162 | 189 | 0 | 0.25 | 0.12 | 0.15 | 330 | 0.41 | 0.74 |
| Hex | D8 | A2 | BD | 0 | 19 | C | F | 14A | 29 | 4A |
| Octal | 330 | 242 | 275 | 0 | 31 | 14 | 17 | 512 | 51 | 112 |
| Binary | 11011000 | 10100010 | 10111101 | 0 | 11001 | 1100 | 1111 | 101001010 | 101001 | 1001010 |
Color Harmonies of #D8A2BD
Complementary color
Monochromatic Colors of #D8A2BD
Black with #D8A2BD
Text Example
Text Example
White with #D8A2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A2BD; }
p { color: rgb(216,162,189); }
H1.HeaderClassName
{
color: #D8A2BD;
}
.AnyTagClassName
{
color: #D8A2BD;
}
</style>
background-color css
<style>
a { background-color: #D8A2BD; }
a { background-color: rgb(216,162,189); }
div.DivClassName
{
background-color: #D8A2BD;
}
.BgClassName
{
background-color: #D8A2BD;
}
</style>
border-color css
<style>
span { border-color: #D8A2BD; }
span { border-color: rgb(216,162,189); }
td.TdClassName
{
border-color: #D8A2BD;
}
.TagClassName
{
border-color: #D8A2BD;
}
</style>