Shades of Rose #D19E93
Tints of Rose #D19E93
RGB
CMYK
RGB Variations
Color information
#D19E93 (or 0xD19E93) is known color: Rose. HEX triplet: D1, 9E and 93. RGB value is (209,158,147). Sum of RGB (Red+Green+Blue) = 209+158+147=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19E93 is #2E616C. Grayscale: #ACACAC. Windows color (decimal): -3039597 or 9674449. OLE color: 9674449.
HSL color Cylindrical-coordinate representation of color #D19E93: hue angle of 10.65º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19E93 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 158 | 147 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.18 |
| HSL | 10.65º | 0.4% | 0.7% | - |
| HSV(B) | 10.65º | 0.3% | 0.82% | - |
| XYZ | 43.79 | 40.12 | 33.04 | - |
| YUV | 172 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 147 | 0 | 0.24 | 0.30 | 0.18 | 10.65 | 0.4 | 0.7 |
| Hex | D1 | 9E | 93 | 0 | 18 | 1E | 12 | B | 28 | 46 |
| Octal | 321 | 236 | 223 | 0 | 30 | 36 | 22 | 13 | 50 | 106 |
| Binary | 11010001 | 10011110 | 10010011 | 0 | 11000 | 11110 | 10010 | 1011 | 101000 | 1000110 |
Color Harmonies of #D19E93
Complementary color
Monochromatic Colors of #D19E93
Black with #D19E93
Text Example
Text Example
White with #D19E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19E93; }
p { color: rgb(209,158,147); }
H1.HeaderClassName
{
color: #D19E93;
}
.AnyTagClassName
{
color: #D19E93;
}
</style>
background-color css
<style>
a { background-color: #D19E93; }
a { background-color: rgb(209,158,147); }
div.DivClassName
{
background-color: #D19E93;
}
.BgClassName
{
background-color: #D19E93;
}
</style>
border-color css
<style>
span { border-color: #D19E93; }
span { border-color: rgb(209,158,147); }
td.TdClassName
{
border-color: #D19E93;
}
.TagClassName
{
border-color: #D19E93;
}
</style>