Shades of Rose #D39D8F
Tints of Rose #D39D8F
RGB
CMYK
RGB Variations
Color information
#D39D8F (or 0xD39D8F) is known color: Rose. HEX triplet: D3, 9D and 8F. RGB value is (211,157,143). Sum of RGB (Red+Green+Blue) = 211+157+143=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 211 - color contains mainly: red. Hex color #D39D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39D8F is #2C6270. Grayscale: #ABABAB. Windows color (decimal): -2908785 or 9412051. OLE color: 9412051.
HSL color Cylindrical-coordinate representation of color #D39D8F: hue angle of 12.35º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D39D8F is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 157 | 143 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.17 |
| HSL | 12.35º | 0.44% | 0.69% | - |
| HSV(B) | 12.35º | 0.32% | 0.83% | - |
| XYZ | 43.88 | 39.95 | 31.38 | - |
| YUV | 171.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 157 | 143 | 0 | 0.26 | 0.32 | 0.17 | 12.35 | 0.44 | 0.69 |
| Hex | D3 | 9D | 8F | 0 | 1A | 20 | 11 | C | 2C | 45 |
| Octal | 323 | 235 | 217 | 0 | 32 | 40 | 21 | 14 | 54 | 105 |
| Binary | 11010011 | 10011101 | 10001111 | 0 | 11010 | 100000 | 10001 | 1100 | 101100 | 1000101 |
Color Harmonies of #D39D8F
Complementary color
Monochromatic Colors of #D39D8F
Black with #D39D8F
Text Example
Text Example
White with #D39D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39D8F; }
p { color: rgb(211,157,143); }
H1.HeaderClassName
{
color: #D39D8F;
}
.AnyTagClassName
{
color: #D39D8F;
}
</style>
background-color css
<style>
a { background-color: #D39D8F; }
a { background-color: rgb(211,157,143); }
div.DivClassName
{
background-color: #D39D8F;
}
.BgClassName
{
background-color: #D39D8F;
}
</style>
border-color css
<style>
span { border-color: #D39D8F; }
span { border-color: rgb(211,157,143); }
td.TdClassName
{
border-color: #D39D8F;
}
.TagClassName
{
border-color: #D39D8F;
}
</style>