Shades of Rose #D49E98
Tints of Rose #D49E98
RGB
CMYK
RGB Variations
Color information
#D49E98 (or 0xD49E98) is known color: Rose. HEX triplet: D4, 9E and 98. RGB value is (212,158,152). Sum of RGB (Red+Green+Blue) = 212+158+152=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49E98 is #2B6167. Grayscale: #ADADAD. Windows color (decimal): -2842984 or 10002132. OLE color: 10002132.
HSL color Cylindrical-coordinate representation of color #D49E98: hue angle of 6º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D49E98 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 152 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.17 |
| HSL | 6º | 0.41% | 0.71% | - |
| HSV(B) | 6º | 0.28% | 0.83% | - |
| XYZ | 45.05 | 40.72 | 35.19 | - |
| YUV | 173.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 152 | 0 | 0.25 | 0.28 | 0.17 | 6 | 0.41 | 0.71 |
| Hex | D4 | 9E | 98 | 0 | 19 | 1C | 11 | 6 | 29 | 47 |
| Octal | 324 | 236 | 230 | 0 | 31 | 34 | 21 | 6 | 51 | 107 |
| Binary | 11010100 | 10011110 | 10011000 | 0 | 11001 | 11100 | 10001 | 110 | 101001 | 1000111 |
Color Harmonies of #D49E98
Complementary color
Monochromatic Colors of #D49E98
Black with #D49E98
Text Example
Text Example
White with #D49E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49E98; }
p { color: rgb(212,158,152); }
H1.HeaderClassName
{
color: #D49E98;
}
.AnyTagClassName
{
color: #D49E98;
}
</style>
background-color css
<style>
a { background-color: #D49E98; }
a { background-color: rgb(212,158,152); }
div.DivClassName
{
background-color: #D49E98;
}
.BgClassName
{
background-color: #D49E98;
}
</style>
border-color css
<style>
span { border-color: #D49E98; }
span { border-color: rgb(212,158,152); }
td.TdClassName
{
border-color: #D49E98;
}
.TagClassName
{
border-color: #D49E98;
}
</style>