Shades of Rose #D19F89
Tints of Rose #D19F89
RGB
CMYK
RGB Variations
Color information
#D19F89 (or 0xD19F89) is known color: Rose. HEX triplet: D1, 9F and 89. RGB value is (209,159,137). Sum of RGB (Red+Green+Blue) = 209+159+137=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19F89 is #2E6076. Grayscale: #ABABAB. Windows color (decimal): -3039351 or 9019345. OLE color: 9019345.
HSL color Cylindrical-coordinate representation of color #D19F89: hue angle of 18.33º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D19F89 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 137 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.18 |
| HSL | 18.33º | 0.44% | 0.68% | - |
| HSV(B) | 18.33º | 0.34% | 0.82% | - |
| XYZ | 43.21 | 40.16 | 29.14 | - |
| YUV | 171.44 | 108.57 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 137 | 0 | 0.24 | 0.34 | 0.18 | 18.33 | 0.44 | 0.68 |
| Hex | D1 | 9F | 89 | 0 | 18 | 22 | 12 | 12 | 2C | 44 |
| Octal | 321 | 237 | 211 | 0 | 30 | 42 | 22 | 22 | 54 | 104 |
| Binary | 11010001 | 10011111 | 10001001 | 0 | 11000 | 100010 | 10010 | 10010 | 101100 | 1000100 |
Color Harmonies of #D19F89
Complementary color
Monochromatic Colors of #D19F89
Black with #D19F89
Text Example
Text Example
White with #D19F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19F89; }
p { color: rgb(209,159,137); }
H1.HeaderClassName
{
color: #D19F89;
}
.AnyTagClassName
{
color: #D19F89;
}
</style>
background-color css
<style>
a { background-color: #D19F89; }
a { background-color: rgb(209,159,137); }
div.DivClassName
{
background-color: #D19F89;
}
.BgClassName
{
background-color: #D19F89;
}
</style>
border-color css
<style>
span { border-color: #D19F89; }
span { border-color: rgb(209,159,137); }
td.TdClassName
{
border-color: #D19F89;
}
.TagClassName
{
border-color: #D19F89;
}
</style>