Shades of Rose #D1998B
Tints of Rose #D1998B
RGB
CMYK
RGB Variations
Color information
#D1998B (or 0xD1998B) is known color: Rose. HEX triplet: D1, 99 and 8B. RGB value is (209,153,139). Sum of RGB (Red+Green+Blue) = 209+153+139=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D1998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1998B is #2E6674. Grayscale: #A8A8A8. Windows color (decimal): -3040885 or 9148881. OLE color: 9148881.
HSL color Cylindrical-coordinate representation of color #D1998B: hue angle of 12º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1998B is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 139 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.18 |
| HSL | 12º | 0.43% | 0.68% | - |
| HSV(B) | 12º | 0.33% | 0.82% | - |
| XYZ | 42.35 | 38.2 | 29.57 | - |
| YUV | 168.15 | 111.55 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 139 | 0 | 0.27 | 0.33 | 0.18 | 12 | 0.43 | 0.68 |
| Hex | D1 | 99 | 8B | 0 | 1B | 21 | 12 | C | 2B | 44 |
| Octal | 321 | 231 | 213 | 0 | 33 | 41 | 22 | 14 | 53 | 104 |
| Binary | 11010001 | 10011001 | 10001011 | 0 | 11011 | 100001 | 10010 | 1100 | 101011 | 1000100 |
Color Harmonies of #D1998B
Complementary color
Monochromatic Colors of #D1998B
Black with #D1998B
Text Example
Text Example
White with #D1998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1998B; }
p { color: rgb(209,153,139); }
H1.HeaderClassName
{
color: #D1998B;
}
.AnyTagClassName
{
color: #D1998B;
}
</style>
background-color css
<style>
a { background-color: #D1998B; }
a { background-color: rgb(209,153,139); }
div.DivClassName
{
background-color: #D1998B;
}
.BgClassName
{
background-color: #D1998B;
}
</style>
border-color css
<style>
span { border-color: #D1998B; }
span { border-color: rgb(209,153,139); }
td.TdClassName
{
border-color: #D1998B;
}
.TagClassName
{
border-color: #D1998B;
}
</style>