Shades of Rose #D09F93
Tints of Rose #D09F93
RGB
CMYK
RGB Variations
Color information
#D09F93 (or 0xD09F93) is known color: Rose. HEX triplet: D0, 9F and 93. RGB value is (208,159,147). Sum of RGB (Red+Green+Blue) = 208+159+147=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09F93 is #2F606C. Grayscale: #ACACAC. Windows color (decimal): -3104877 or 9674704. OLE color: 9674704.
HSL color Cylindrical-coordinate representation of color #D09F93: hue angle of 11.8º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D09F93 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 147 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.18 |
| HSL | 11.8º | 0.39% | 0.7% | - |
| HSV(B) | 11.8º | 0.29% | 0.82% | - |
| XYZ | 43.68 | 40.31 | 33.08 | - |
| YUV | 172.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 147 | 0 | 0.24 | 0.29 | 0.18 | 11.8 | 0.39 | 0.7 |
| Hex | D0 | 9F | 93 | 0 | 18 | 1D | 12 | C | 27 | 46 |
| Octal | 320 | 237 | 223 | 0 | 30 | 35 | 22 | 14 | 47 | 106 |
| Binary | 11010000 | 10011111 | 10010011 | 0 | 11000 | 11101 | 10010 | 1100 | 100111 | 1000110 |
Color Harmonies of #D09F93
Complementary color
Monochromatic Colors of #D09F93
Black with #D09F93
Text Example
Text Example
White with #D09F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09F93; }
p { color: rgb(208,159,147); }
H1.HeaderClassName
{
color: #D09F93;
}
.AnyTagClassName
{
color: #D09F93;
}
</style>
background-color css
<style>
a { background-color: #D09F93; }
a { background-color: rgb(208,159,147); }
div.DivClassName
{
background-color: #D09F93;
}
.BgClassName
{
background-color: #D09F93;
}
</style>
border-color css
<style>
span { border-color: #D09F93; }
span { border-color: rgb(208,159,147); }
td.TdClassName
{
border-color: #D09F93;
}
.TagClassName
{
border-color: #D09F93;
}
</style>