Shades of Shocking #D5A3B9
Tints of Shocking #D5A3B9
RGB
CMYK
RGB Variations
Color information
#D5A3B9 (or 0xD5A3B9) is known color: Shocking. HEX triplet: D5, A3 and B9. RGB value is (213,163,185). Sum of RGB (Red+Green+Blue) = 213+163+185=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A3B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A3B9 is #2A5C46. Grayscale: #B4B4B4. Windows color (decimal): -2776135 or 12166101. OLE color: 12166101.
HSL color Cylindrical-coordinate representation of color #D5A3B9: hue angle of 333.6º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A3B9 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 185 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.16 |
| HSL | 333.6º | 0.37% | 0.74% | - |
| HSV(B) | 333.6º | 0.23% | 0.84% | - |
| XYZ | 49.29 | 43.84 | 51.76 | - |
| YUV | 180.46 | 130.57 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 185 | 0 | 0.23 | 0.13 | 0.16 | 333.6 | 0.37 | 0.74 |
| Hex | D5 | A3 | B9 | 0 | 17 | D | 10 | 14E | 25 | 4A |
| Octal | 325 | 243 | 271 | 0 | 27 | 15 | 20 | 516 | 45 | 112 |
| Binary | 11010101 | 10100011 | 10111001 | 0 | 10111 | 1101 | 10000 | 101001110 | 100101 | 1001010 |
Color Harmonies of #D5A3B9
Complementary color
Monochromatic Colors of #D5A3B9
Black with #D5A3B9
Text Example
Text Example
White with #D5A3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A3B9; }
p { color: rgb(213,163,185); }
H1.HeaderClassName
{
color: #D5A3B9;
}
.AnyTagClassName
{
color: #D5A3B9;
}
</style>
background-color css
<style>
a { background-color: #D5A3B9; }
a { background-color: rgb(213,163,185); }
div.DivClassName
{
background-color: #D5A3B9;
}
.BgClassName
{
background-color: #D5A3B9;
}
</style>
border-color css
<style>
span { border-color: #D5A3B9; }
span { border-color: rgb(213,163,185); }
td.TdClassName
{
border-color: #D5A3B9;
}
.TagClassName
{
border-color: #D5A3B9;
}
</style>