Shades of Rose #D19E8E
Tints of Rose #D19E8E
RGB
CMYK
RGB Variations
Color information
#D19E8E (or 0xD19E8E) is known color: Rose. HEX triplet: D1, 9E and 8E. RGB value is (209,158,142). Sum of RGB (Red+Green+Blue) = 209+158+142=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19E8E is #2E6171. Grayscale: #ABABAB. Windows color (decimal): -3039602 or 9346769. OLE color: 9346769.
HSL color Cylindrical-coordinate representation of color #D19E8E: hue angle of 14.33º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D19E8E is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 158 | 142 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.18 |
| HSL | 14.33º | 0.42% | 0.69% | - |
| HSV(B) | 14.33º | 0.32% | 0.82% | - |
| XYZ | 43.4 | 39.96 | 31.02 | - |
| YUV | 171.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 142 | 0 | 0.24 | 0.32 | 0.18 | 14.33 | 0.42 | 0.69 |
| Hex | D1 | 9E | 8E | 0 | 18 | 20 | 12 | E | 2A | 45 |
| Octal | 321 | 236 | 216 | 0 | 30 | 40 | 22 | 16 | 52 | 105 |
| Binary | 11010001 | 10011110 | 10001110 | 0 | 11000 | 100000 | 10010 | 1110 | 101010 | 1000101 |
Color Harmonies of #D19E8E
Complementary color
Monochromatic Colors of #D19E8E
Black with #D19E8E
Text Example
Text Example
White with #D19E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19E8E; }
p { color: rgb(209,158,142); }
H1.HeaderClassName
{
color: #D19E8E;
}
.AnyTagClassName
{
color: #D19E8E;
}
</style>
background-color css
<style>
a { background-color: #D19E8E; }
a { background-color: rgb(209,158,142); }
div.DivClassName
{
background-color: #D19E8E;
}
.BgClassName
{
background-color: #D19E8E;
}
</style>
border-color css
<style>
span { border-color: #D19E8E; }
span { border-color: rgb(209,158,142); }
td.TdClassName
{
border-color: #D19E8E;
}
.TagClassName
{
border-color: #D19E8E;
}
</style>