Shades of Rose #D59F8C
Tints of Rose #D59F8C
RGB
CMYK
RGB Variations
Color information
#D59F8C (or 0xD59F8C) is known color: Rose. HEX triplet: D5, 9F and 8C. RGB value is (213,159,140). Sum of RGB (Red+Green+Blue) = 213+159+140=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59F8C is #2A6073. Grayscale: #ADADAD. Windows color (decimal): -2777204 or 9215957. OLE color: 9215957.
HSL color Cylindrical-coordinate representation of color #D59F8C: hue angle of 15.62º 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 #D59F8C is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 140 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.16 |
| HSL | 15.62º | 0.46% | 0.69% | - |
| HSV(B) | 15.62º | 0.34% | 0.84% | - |
| XYZ | 44.57 | 40.84 | 30.34 | - |
| YUV | 172.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 140 | 0 | 0.25 | 0.34 | 0.16 | 15.62 | 0.46 | 0.69 |
| Hex | D5 | 9F | 8C | 0 | 19 | 22 | 10 | 10 | 2E | 45 |
| Octal | 325 | 237 | 214 | 0 | 31 | 42 | 20 | 20 | 56 | 105 |
| Binary | 11010101 | 10011111 | 10001100 | 0 | 11001 | 100010 | 10000 | 10000 | 101110 | 1000101 |
Color Harmonies of #D59F8C
Complementary color
Monochromatic Colors of #D59F8C
Black with #D59F8C
Text Example
Text Example
White with #D59F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F8C; }
p { color: rgb(213,159,140); }
H1.HeaderClassName
{
color: #D59F8C;
}
.AnyTagClassName
{
color: #D59F8C;
}
</style>
background-color css
<style>
a { background-color: #D59F8C; }
a { background-color: rgb(213,159,140); }
div.DivClassName
{
background-color: #D59F8C;
}
.BgClassName
{
background-color: #D59F8C;
}
</style>
border-color css
<style>
span { border-color: #D59F8C; }
span { border-color: rgb(213,159,140); }
td.TdClassName
{
border-color: #D59F8C;
}
.TagClassName
{
border-color: #D59F8C;
}
</style>