Shades of Rose #D1998E
Tints of Rose #D1998E
RGB
CMYK
RGB Variations
Color information
#D1998E (or 0xD1998E) is known color: Rose. HEX triplet: D1, 99 and 8E. RGB value is (209,153,142). Sum of RGB (Red+Green+Blue) = 209+153+142=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D1998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1998E is #2E6671. Grayscale: #A8A8A8. Windows color (decimal): -3040882 or 9345489. OLE color: 9345489.
HSL color Cylindrical-coordinate representation of color #D1998E: hue angle of 9.85º 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 #D1998E is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 142 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.18 |
| HSL | 9.85º | 0.42% | 0.69% | - |
| HSV(B) | 9.85º | 0.32% | 0.82% | - |
| XYZ | 42.57 | 38.29 | 30.74 | - |
| YUV | 168.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 142 | 0 | 0.27 | 0.32 | 0.18 | 9.85 | 0.42 | 0.69 |
| Hex | D1 | 99 | 8E | 0 | 1B | 20 | 12 | A | 2A | 45 |
| Octal | 321 | 231 | 216 | 0 | 33 | 40 | 22 | 12 | 52 | 105 |
| Binary | 11010001 | 10011001 | 10001110 | 0 | 11011 | 100000 | 10010 | 1010 | 101010 | 1000101 |
Color Harmonies of #D1998E
Complementary color
Monochromatic Colors of #D1998E
Black with #D1998E
Text Example
Text Example
White with #D1998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1998E; }
p { color: rgb(209,153,142); }
H1.HeaderClassName
{
color: #D1998E;
}
.AnyTagClassName
{
color: #D1998E;
}
</style>
background-color css
<style>
a { background-color: #D1998E; }
a { background-color: rgb(209,153,142); }
div.DivClassName
{
background-color: #D1998E;
}
.BgClassName
{
background-color: #D1998E;
}
</style>
border-color css
<style>
span { border-color: #D1998E; }
span { border-color: rgb(209,153,142); }
td.TdClassName
{
border-color: #D1998E;
}
.TagClassName
{
border-color: #D1998E;
}
</style>