Shades of Rose #D39F89
Tints of Rose #D39F89
RGB
CMYK
RGB Variations
Color information
#D39F89 (or 0xD39F89) is known color: Rose. HEX triplet: D3, 9F and 89. RGB value is (211,159,137). Sum of RGB (Red+Green+Blue) = 211+159+137=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 211 - color contains mainly: red. Hex color #D39F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39F89 is #2C6076. Grayscale: #ACACAC. Windows color (decimal): -2908279 or 9019347. OLE color: 9019347.
HSL color Cylindrical-coordinate representation of color #D39F89: hue angle of 17.84º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D39F89 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 159 | 137 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.17 |
| HSL | 17.84º | 0.46% | 0.68% | - |
| HSV(B) | 17.84º | 0.35% | 0.83% | - |
| XYZ | 43.78 | 40.45 | 29.17 | - |
| YUV | 172.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 159 | 137 | 0 | 0.25 | 0.35 | 0.17 | 17.84 | 0.46 | 0.68 |
| Hex | D3 | 9F | 89 | 0 | 19 | 23 | 11 | 12 | 2E | 44 |
| Octal | 323 | 237 | 211 | 0 | 31 | 43 | 21 | 22 | 56 | 104 |
| Binary | 11010011 | 10011111 | 10001001 | 0 | 11001 | 100011 | 10001 | 10010 | 101110 | 1000100 |
Color Harmonies of #D39F89
Complementary color
Monochromatic Colors of #D39F89
Black with #D39F89
Text Example
Text Example
White with #D39F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39F89; }
p { color: rgb(211,159,137); }
H1.HeaderClassName
{
color: #D39F89;
}
.AnyTagClassName
{
color: #D39F89;
}
</style>
background-color css
<style>
a { background-color: #D39F89; }
a { background-color: rgb(211,159,137); }
div.DivClassName
{
background-color: #D39F89;
}
.BgClassName
{
background-color: #D39F89;
}
</style>
border-color css
<style>
span { border-color: #D39F89; }
span { border-color: rgb(211,159,137); }
td.TdClassName
{
border-color: #D39F89;
}
.TagClassName
{
border-color: #D39F89;
}
</style>