Shades of Shocking #D59DBE
Tints of Shocking #D59DBE
RGB
CMYK
RGB Variations
Color information
#D59DBE (or 0xD59DBE) is known color: Shocking. HEX triplet: D5, 9D and BE. RGB value is (213,157,190). Sum of RGB (Red+Green+Blue) = 213+157+190=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DBE is #2A6241. Grayscale: #B1B1B1. Windows color (decimal): -2777666 or 12492245. OLE color: 12492245.
HSL color Cylindrical-coordinate representation of color #D59DBE: hue angle of 324.64º 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 #D59DBE is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 190 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.16 |
| HSL | 324.64º | 0.4% | 0.73% | - |
| HSV(B) | 324.64º | 0.26% | 0.84% | - |
| XYZ | 48.79 | 41.98 | 54.25 | - |
| YUV | 177.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 190 | 0 | 0.26 | 0.11 | 0.16 | 324.64 | 0.4 | 0.73 |
| Hex | D5 | 9D | BE | 0 | 1A | B | 10 | 145 | 28 | 49 |
| Octal | 325 | 235 | 276 | 0 | 32 | 13 | 20 | 505 | 50 | 111 |
| Binary | 11010101 | 10011101 | 10111110 | 0 | 11010 | 1011 | 10000 | 101000101 | 101000 | 1001001 |
Color Harmonies of #D59DBE
Complementary color
Monochromatic Colors of #D59DBE
Black with #D59DBE
Text Example
Text Example
White with #D59DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59DBE; }
p { color: rgb(213,157,190); }
H1.HeaderClassName
{
color: #D59DBE;
}
.AnyTagClassName
{
color: #D59DBE;
}
</style>
background-color css
<style>
a { background-color: #D59DBE; }
a { background-color: rgb(213,157,190); }
div.DivClassName
{
background-color: #D59DBE;
}
.BgClassName
{
background-color: #D59DBE;
}
</style>
border-color css
<style>
span { border-color: #D59DBE; }
span { border-color: rgb(213,157,190); }
td.TdClassName
{
border-color: #D59DBE;
}
.TagClassName
{
border-color: #D59DBE;
}
</style>