Shades of Rose #D39F92
Tints of Rose #D39F92
RGB
CMYK
RGB Variations
Color information
#D39F92 (or 0xD39F92) is known color: Rose. HEX triplet: D3, 9F and 92. RGB value is (211,159,146). Sum of RGB (Red+Green+Blue) = 211+159+146=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D39F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39F92 is #2C606D. Grayscale: #ADADAD. Windows color (decimal): -2908270 or 9609171. OLE color: 9609171.
HSL color Cylindrical-coordinate representation of color #D39F92: hue angle of 12º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D39F92 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 159 | 146 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.17 |
| HSL | 12º | 0.42% | 0.7% | - |
| HSV(B) | 12º | 0.31% | 0.83% | - |
| XYZ | 44.45 | 40.72 | 32.71 | - |
| YUV | 173.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 159 | 146 | 0 | 0.25 | 0.31 | 0.17 | 12 | 0.42 | 0.7 |
| Hex | D3 | 9F | 92 | 0 | 19 | 1F | 11 | C | 2A | 46 |
| Octal | 323 | 237 | 222 | 0 | 31 | 37 | 21 | 14 | 52 | 106 |
| Binary | 11010011 | 10011111 | 10010010 | 0 | 11001 | 11111 | 10001 | 1100 | 101010 | 1000110 |
Color Harmonies of #D39F92
Complementary color
Monochromatic Colors of #D39F92
Black with #D39F92
Text Example
Text Example
White with #D39F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39F92; }
p { color: rgb(211,159,146); }
H1.HeaderClassName
{
color: #D39F92;
}
.AnyTagClassName
{
color: #D39F92;
}
</style>
background-color css
<style>
a { background-color: #D39F92; }
a { background-color: rgb(211,159,146); }
div.DivClassName
{
background-color: #D39F92;
}
.BgClassName
{
background-color: #D39F92;
}
</style>
border-color css
<style>
span { border-color: #D39F92; }
span { border-color: rgb(211,159,146); }
td.TdClassName
{
border-color: #D39F92;
}
.TagClassName
{
border-color: #D39F92;
}
</style>