Shades of Shocking #D59EBE
Tints of Shocking #D59EBE
RGB
CMYK
RGB Variations
Color information
#D59EBE (or 0xD59EBE) is known color: Shocking. HEX triplet: D5, 9E and BE. RGB value is (213,158,190). Sum of RGB (Red+Green+Blue) = 213+158+190=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EBE is #2A6141. Grayscale: #B2B2B2. Windows color (decimal): -2777410 or 12492501. OLE color: 12492501.
HSL color Cylindrical-coordinate representation of color #D59EBE: hue angle of 325.09º 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 #D59EBE is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 190 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.16 |
| HSL | 325.09º | 0.4% | 0.73% | - |
| HSV(B) | 325.09º | 0.26% | 0.84% | - |
| XYZ | 48.96 | 42.32 | 54.3 | - |
| YUV | 178.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 190 | 0 | 0.26 | 0.11 | 0.16 | 325.09 | 0.4 | 0.73 |
| Hex | D5 | 9E | BE | 0 | 1A | B | 10 | 145 | 28 | 49 |
| Octal | 325 | 236 | 276 | 0 | 32 | 13 | 20 | 505 | 50 | 111 |
| Binary | 11010101 | 10011110 | 10111110 | 0 | 11010 | 1011 | 10000 | 101000101 | 101000 | 1001001 |
Color Harmonies of #D59EBE
Complementary color
Monochromatic Colors of #D59EBE
Black with #D59EBE
Text Example
Text Example
White with #D59EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59EBE; }
p { color: rgb(213,158,190); }
H1.HeaderClassName
{
color: #D59EBE;
}
.AnyTagClassName
{
color: #D59EBE;
}
</style>
background-color css
<style>
a { background-color: #D59EBE; }
a { background-color: rgb(213,158,190); }
div.DivClassName
{
background-color: #D59EBE;
}
.BgClassName
{
background-color: #D59EBE;
}
</style>
border-color css
<style>
span { border-color: #D59EBE; }
span { border-color: rgb(213,158,190); }
td.TdClassName
{
border-color: #D59EBE;
}
.TagClassName
{
border-color: #D59EBE;
}
</style>