Shades of Shocking #D59EBD
Tints of Shocking #D59EBD
RGB
CMYK
RGB Variations
Color information
#D59EBD (or 0xD59EBD) is known color: Shocking. HEX triplet: D5, 9E and BD. RGB value is (213,158,189). Sum of RGB (Red+Green+Blue) = 213+158+189=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EBD is #2A6142. Grayscale: #B1B1B1. Windows color (decimal): -2777411 or 12426965. OLE color: 12426965.
HSL color Cylindrical-coordinate representation of color #D59EBD: hue angle of 326.18º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59EBD is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 189 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.16 |
| HSL | 326.18º | 0.4% | 0.73% | - |
| HSV(B) | 326.18º | 0.26% | 0.84% | - |
| XYZ | 48.85 | 42.27 | 53.73 | - |
| YUV | 177.98 | 134.22 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 189 | 0 | 0.26 | 0.11 | 0.16 | 326.18 | 0.4 | 0.73 |
| Hex | D5 | 9E | BD | 0 | 1A | B | 10 | 146 | 28 | 49 |
| Octal | 325 | 236 | 275 | 0 | 32 | 13 | 20 | 506 | 50 | 111 |
| Binary | 11010101 | 10011110 | 10111101 | 0 | 11010 | 1011 | 10000 | 101000110 | 101000 | 1001001 |
Color Harmonies of #D59EBD
Complementary color
Monochromatic Colors of #D59EBD
Black with #D59EBD
Text Example
Text Example
White with #D59EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59EBD; }
p { color: rgb(213,158,189); }
H1.HeaderClassName
{
color: #D59EBD;
}
.AnyTagClassName
{
color: #D59EBD;
}
</style>
background-color css
<style>
a { background-color: #D59EBD; }
a { background-color: rgb(213,158,189); }
div.DivClassName
{
background-color: #D59EBD;
}
.BgClassName
{
background-color: #D59EBD;
}
</style>
border-color css
<style>
span { border-color: #D59EBD; }
span { border-color: rgb(213,158,189); }
td.TdClassName
{
border-color: #D59EBD;
}
.TagClassName
{
border-color: #D59EBD;
}
</style>