Shades of Shocking #D59CB9
Tints of Shocking #D59CB9
RGB
CMYK
RGB Variations
Color information
#D59CB9 (or 0xD59CB9) is known color: Shocking. HEX triplet: D5, 9C and B9. RGB value is (213,156,185). Sum of RGB (Red+Green+Blue) = 213+156+185=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CB9 is #2A6346. Grayscale: #B0B0B0. Windows color (decimal): -2777927 or 12164309. OLE color: 12164309.
HSL color Cylindrical-coordinate representation of color #D59CB9: hue angle of 329.47º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59CB9 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 185 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.16 |
| HSL | 329.47º | 0.4% | 0.72% | - |
| HSV(B) | 329.47º | 0.27% | 0.84% | - |
| XYZ | 48.09 | 41.43 | 51.36 | - |
| YUV | 176.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 185 | 0 | 0.27 | 0.13 | 0.16 | 329.47 | 0.4 | 0.72 |
| Hex | D5 | 9C | B9 | 0 | 1B | D | 10 | 149 | 28 | 48 |
| Octal | 325 | 234 | 271 | 0 | 33 | 15 | 20 | 511 | 50 | 110 |
| Binary | 11010101 | 10011100 | 10111001 | 0 | 11011 | 1101 | 10000 | 101001001 | 101000 | 1001000 |
Color Harmonies of #D59CB9
Complementary color
Monochromatic Colors of #D59CB9
Black with #D59CB9
Text Example
Text Example
White with #D59CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CB9; }
p { color: rgb(213,156,185); }
H1.HeaderClassName
{
color: #D59CB9;
}
.AnyTagClassName
{
color: #D59CB9;
}
</style>
background-color css
<style>
a { background-color: #D59CB9; }
a { background-color: rgb(213,156,185); }
div.DivClassName
{
background-color: #D59CB9;
}
.BgClassName
{
background-color: #D59CB9;
}
</style>
border-color css
<style>
span { border-color: #D59CB9; }
span { border-color: rgb(213,156,185); }
td.TdClassName
{
border-color: #D59CB9;
}
.TagClassName
{
border-color: #D59CB9;
}
</style>