Shades of Rose #D99F91
Tints of Rose #D99F91
RGB
CMYK
RGB Variations
Color information
#D99F91 (or 0xD99F91) is known color: Rose. HEX triplet: D9, 9F and 91. RGB value is (217,159,145). Sum of RGB (Red+Green+Blue) = 217+159+145=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99F91 is #26606E. Grayscale: #AEAEAE. Windows color (decimal): -2515055 or 9543641. OLE color: 9543641.
HSL color Cylindrical-coordinate representation of color #D99F91: hue angle of 11.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D99F91 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 159 | 145 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.15 |
| HSL | 11.67º | 0.49% | 0.71% | - |
| HSV(B) | 11.67º | 0.33% | 0.85% | - |
| XYZ | 46.12 | 41.59 | 32.39 | - |
| YUV | 174.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 145 | 0 | 0.27 | 0.33 | 0.15 | 11.67 | 0.49 | 0.71 |
| Hex | D9 | 9F | 91 | 0 | 1B | 21 | F | C | 31 | 47 |
| Octal | 331 | 237 | 221 | 0 | 33 | 41 | 17 | 14 | 61 | 107 |
| Binary | 11011001 | 10011111 | 10010001 | 0 | 11011 | 100001 | 1111 | 1100 | 110001 | 1000111 |
Color Harmonies of #D99F91
Complementary color
Monochromatic Colors of #D99F91
Black with #D99F91
Text Example
Text Example
White with #D99F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99F91; }
p { color: rgb(217,159,145); }
H1.HeaderClassName
{
color: #D99F91;
}
.AnyTagClassName
{
color: #D99F91;
}
</style>
background-color css
<style>
a { background-color: #D99F91; }
a { background-color: rgb(217,159,145); }
div.DivClassName
{
background-color: #D99F91;
}
.BgClassName
{
background-color: #D99F91;
}
</style>
border-color css
<style>
span { border-color: #D99F91; }
span { border-color: rgb(217,159,145); }
td.TdClassName
{
border-color: #D99F91;
}
.TagClassName
{
border-color: #D99F91;
}
</style>