Shades of Shocking #D5A4B9
Tints of Shocking #D5A4B9
RGB
CMYK
RGB Variations
Color information
#D5A4B9 (or 0xD5A4B9) is known color: Shocking. HEX triplet: D5, A4 and B9. RGB value is (213,164,185). Sum of RGB (Red+Green+Blue) = 213+164+185=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A4B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A4B9 is #2A5B46. Grayscale: #B5B5B5. Windows color (decimal): -2775879 or 12166357. OLE color: 12166357.
HSL color Cylindrical-coordinate representation of color #D5A4B9: hue angle of 334.29º 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 #D5A4B9 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 185 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.16 |
| HSL | 334.29º | 0.37% | 0.74% | - |
| HSV(B) | 334.29º | 0.23% | 0.84% | - |
| XYZ | 49.47 | 44.2 | 51.82 | - |
| YUV | 181.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 185 | 0 | 0.23 | 0.13 | 0.16 | 334.29 | 0.37 | 0.74 |
| Hex | D5 | A4 | B9 | 0 | 17 | D | 10 | 14E | 25 | 4A |
| Octal | 325 | 244 | 271 | 0 | 27 | 15 | 20 | 516 | 45 | 112 |
| Binary | 11010101 | 10100100 | 10111001 | 0 | 10111 | 1101 | 10000 | 101001110 | 100101 | 1001010 |
Color Harmonies of #D5A4B9
Complementary color
Monochromatic Colors of #D5A4B9
Black with #D5A4B9
Text Example
Text Example
White with #D5A4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A4B9; }
p { color: rgb(213,164,185); }
H1.HeaderClassName
{
color: #D5A4B9;
}
.AnyTagClassName
{
color: #D5A4B9;
}
</style>
background-color css
<style>
a { background-color: #D5A4B9; }
a { background-color: rgb(213,164,185); }
div.DivClassName
{
background-color: #D5A4B9;
}
.BgClassName
{
background-color: #D5A4B9;
}
</style>
border-color css
<style>
span { border-color: #D5A4B9; }
span { border-color: rgb(213,164,185); }
td.TdClassName
{
border-color: #D5A4B9;
}
.TagClassName
{
border-color: #D5A4B9;
}
</style>