Shades of Rose #D59985
Tints of Rose #D59985
RGB
CMYK
RGB Variations
Color information
#D59985 (or 0xD59985) is known color: Rose. HEX triplet: D5, 99 and 85. RGB value is (213,153,133). Sum of RGB (Red+Green+Blue) = 213+153+133=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D59985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59985 is #2A667A. Grayscale: #A8A8A8. Windows color (decimal): -2778747 or 8755669. OLE color: 8755669.
HSL color Cylindrical-coordinate representation of color #D59985: hue angle of 15º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D59985 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 133 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.16 |
| HSL | 15º | 0.49% | 0.68% | - |
| HSV(B) | 15º | 0.38% | 0.84% | - |
| XYZ | 43.07 | 38.62 | 27.38 | - |
| YUV | 168.66 | 107.88 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 133 | 0 | 0.28 | 0.38 | 0.16 | 15 | 0.49 | 0.68 |
| Hex | D5 | 99 | 85 | 0 | 1C | 26 | 10 | F | 31 | 44 |
| Octal | 325 | 231 | 205 | 0 | 34 | 46 | 20 | 17 | 61 | 104 |
| Binary | 11010101 | 10011001 | 10000101 | 0 | 11100 | 100110 | 10000 | 1111 | 110001 | 1000100 |
Color Harmonies of #D59985
Complementary color
Monochromatic Colors of #D59985
Black with #D59985
Text Example
Text Example
White with #D59985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59985; }
p { color: rgb(213,153,133); }
H1.HeaderClassName
{
color: #D59985;
}
.AnyTagClassName
{
color: #D59985;
}
</style>
background-color css
<style>
a { background-color: #D59985; }
a { background-color: rgb(213,153,133); }
div.DivClassName
{
background-color: #D59985;
}
.BgClassName
{
background-color: #D59985;
}
</style>
border-color css
<style>
span { border-color: #D59985; }
span { border-color: rgb(213,153,133); }
td.TdClassName
{
border-color: #D59985;
}
.TagClassName
{
border-color: #D59985;
}
</style>