Shades of Rose #D49E93
Tints of Rose #D49E93
RGB
CMYK
RGB Variations
Color information
#D49E93 (or 0xD49E93) is known color: Rose. HEX triplet: D4, 9E and 93. RGB value is (212,158,147). Sum of RGB (Red+Green+Blue) = 212+158+147=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49E93 is #2B616C. Grayscale: #ACACAC. Windows color (decimal): -2842989 or 9674452. OLE color: 9674452.
HSL color Cylindrical-coordinate representation of color #D49E93: hue angle of 10.15º degrees, saturation: 0.43, 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 #D49E93 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 147 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.17 |
| HSL | 10.15º | 0.43% | 0.7% | - |
| HSV(B) | 10.15º | 0.31% | 0.83% | - |
| XYZ | 44.64 | 40.56 | 33.08 | - |
| YUV | 172.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 147 | 0 | 0.25 | 0.31 | 0.17 | 10.15 | 0.43 | 0.7 |
| Hex | D4 | 9E | 93 | 0 | 19 | 1F | 11 | A | 2B | 46 |
| Octal | 324 | 236 | 223 | 0 | 31 | 37 | 21 | 12 | 53 | 106 |
| Binary | 11010100 | 10011110 | 10010011 | 0 | 11001 | 11111 | 10001 | 1010 | 101011 | 1000110 |
Color Harmonies of #D49E93
Complementary color
Monochromatic Colors of #D49E93
Black with #D49E93
Text Example
Text Example
White with #D49E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49E93; }
p { color: rgb(212,158,147); }
H1.HeaderClassName
{
color: #D49E93;
}
.AnyTagClassName
{
color: #D49E93;
}
</style>
background-color css
<style>
a { background-color: #D49E93; }
a { background-color: rgb(212,158,147); }
div.DivClassName
{
background-color: #D49E93;
}
.BgClassName
{
background-color: #D49E93;
}
</style>
border-color css
<style>
span { border-color: #D49E93; }
span { border-color: rgb(212,158,147); }
td.TdClassName
{
border-color: #D49E93;
}
.TagClassName
{
border-color: #D49E93;
}
</style>