Shades of Rose #D59D8D
Tints of Rose #D59D8D
RGB
CMYK
RGB Variations
Color information
#D59D8D (or 0xD59D8D) is known color: Rose. HEX triplet: D5, 9D and 8D. RGB value is (213,157,141). Sum of RGB (Red+Green+Blue) = 213+157+141=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59D8D is #2A6272. Grayscale: #ACACAC. Windows color (decimal): -2777715 or 9280981. OLE color: 9280981.
HSL color Cylindrical-coordinate representation of color #D59D8D: hue angle of 13.33º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D59D8D is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 141 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.16 |
| HSL | 13.33º | 0.46% | 0.69% | - |
| HSV(B) | 13.33º | 0.34% | 0.84% | - |
| XYZ | 44.31 | 40.18 | 30.62 | - |
| YUV | 171.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 141 | 0 | 0.26 | 0.34 | 0.16 | 13.33 | 0.46 | 0.69 |
| Hex | D5 | 9D | 8D | 0 | 1A | 22 | 10 | D | 2E | 45 |
| Octal | 325 | 235 | 215 | 0 | 32 | 42 | 20 | 15 | 56 | 105 |
| Binary | 11010101 | 10011101 | 10001101 | 0 | 11010 | 100010 | 10000 | 1101 | 101110 | 1000101 |
Color Harmonies of #D59D8D
Complementary color
Monochromatic Colors of #D59D8D
Black with #D59D8D
Text Example
Text Example
White with #D59D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D8D; }
p { color: rgb(213,157,141); }
H1.HeaderClassName
{
color: #D59D8D;
}
.AnyTagClassName
{
color: #D59D8D;
}
</style>
background-color css
<style>
a { background-color: #D59D8D; }
a { background-color: rgb(213,157,141); }
div.DivClassName
{
background-color: #D59D8D;
}
.BgClassName
{
background-color: #D59D8D;
}
</style>
border-color css
<style>
span { border-color: #D59D8D; }
span { border-color: rgb(213,157,141); }
td.TdClassName
{
border-color: #D59D8D;
}
.TagClassName
{
border-color: #D59D8D;
}
</style>