Shades of Shocking #D7A3BD
Tints of Shocking #D7A3BD
RGB
CMYK
RGB Variations
Color information
#D7A3BD (or 0xD7A3BD) is known color: Shocking. HEX triplet: D7, A3 and BD. RGB value is (215,163,189). Sum of RGB (Red+Green+Blue) = 215+163+189=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 163 (64.06% from 255 or 28.75% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A3BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A3BD is #285C42. Grayscale: #B5B5B5. Windows color (decimal): -2645059 or 12428247. OLE color: 12428247.
HSL color Cylindrical-coordinate representation of color #D7A3BD: hue angle of 330º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7A3BD is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 163 | 189 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.16 |
| HSL | 330º | 0.39% | 0.74% | - |
| HSV(B) | 330º | 0.24% | 0.84% | - |
| XYZ | 50.31 | 44.32 | 54.05 | - |
| YUV | 181.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 163 | 189 | 0 | 0.24 | 0.12 | 0.16 | 330 | 0.39 | 0.74 |
| Hex | D7 | A3 | BD | 0 | 18 | C | 10 | 14A | 27 | 4A |
| Octal | 327 | 243 | 275 | 0 | 30 | 14 | 20 | 512 | 47 | 112 |
| Binary | 11010111 | 10100011 | 10111101 | 0 | 11000 | 1100 | 10000 | 101001010 | 100111 | 1001010 |
Color Harmonies of #D7A3BD
Complementary color
Monochromatic Colors of #D7A3BD
Black with #D7A3BD
Text Example
Text Example
White with #D7A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A3BD; }
p { color: rgb(215,163,189); }
H1.HeaderClassName
{
color: #D7A3BD;
}
.AnyTagClassName
{
color: #D7A3BD;
}
</style>
background-color css
<style>
a { background-color: #D7A3BD; }
a { background-color: rgb(215,163,189); }
div.DivClassName
{
background-color: #D7A3BD;
}
.BgClassName
{
background-color: #D7A3BD;
}
</style>
border-color css
<style>
span { border-color: #D7A3BD; }
span { border-color: rgb(215,163,189); }
td.TdClassName
{
border-color: #D7A3BD;
}
.TagClassName
{
border-color: #D7A3BD;
}
</style>