Shades of Rose #D49E9A
Tints of Rose #D49E9A
RGB
CMYK
RGB Variations
Color information
#D49E9A (or 0xD49E9A) is known color: Rose. HEX triplet: D4, 9E and 9A. RGB value is (212,158,154). Sum of RGB (Red+Green+Blue) = 212+158+154=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49E9A is #2B6165. Grayscale: #ADADAD. Windows color (decimal): -2842982 or 10133204. OLE color: 10133204.
HSL color Cylindrical-coordinate representation of color #D49E9A: hue angle of 4.14º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49E9A is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 154 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.17 |
| HSL | 4.14º | 0.4% | 0.72% | - |
| HSV(B) | 4.14º | 0.27% | 0.83% | - |
| XYZ | 45.21 | 40.78 | 36.06 | - |
| YUV | 173.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 154 | 0 | 0.25 | 0.27 | 0.17 | 4.14 | 0.4 | 0.72 |
| Hex | D4 | 9E | 9A | 0 | 19 | 1B | 11 | 4 | 28 | 48 |
| Octal | 324 | 236 | 232 | 0 | 31 | 33 | 21 | 4 | 50 | 110 |
| Binary | 11010100 | 10011110 | 10011010 | 0 | 11001 | 11011 | 10001 | 100 | 101000 | 1001000 |
Color Harmonies of #D49E9A
Complementary color
Monochromatic Colors of #D49E9A
Black with #D49E9A
Text Example
Text Example
White with #D49E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49E9A; }
p { color: rgb(212,158,154); }
H1.HeaderClassName
{
color: #D49E9A;
}
.AnyTagClassName
{
color: #D49E9A;
}
</style>
background-color css
<style>
a { background-color: #D49E9A; }
a { background-color: rgb(212,158,154); }
div.DivClassName
{
background-color: #D49E9A;
}
.BgClassName
{
background-color: #D49E9A;
}
</style>
border-color css
<style>
span { border-color: #D49E9A; }
span { border-color: rgb(212,158,154); }
td.TdClassName
{
border-color: #D49E9A;
}
.TagClassName
{
border-color: #D49E9A;
}
</style>