Shades of Rose #D99D8F
Tints of Rose #D99D8F
RGB
CMYK
RGB Variations
Color information
#D99D8F (or 0xD99D8F) is known color: Rose. HEX triplet: D9, 9D and 8F. RGB value is (217,157,143). Sum of RGB (Red+Green+Blue) = 217+157+143=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99D8F is #266270. Grayscale: #ADADAD. Windows color (decimal): -2515569 or 9412057. OLE color: 9412057.
HSL color Cylindrical-coordinate representation of color #D99D8F: hue angle of 11.35º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D99D8F is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 143 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.15 |
| HSL | 11.35º | 0.49% | 0.71% | - |
| HSV(B) | 11.35º | 0.34% | 0.85% | - |
| XYZ | 45.63 | 40.85 | 31.47 | - |
| YUV | 173.34 | 110.88 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 143 | 0 | 0.28 | 0.34 | 0.15 | 11.35 | 0.49 | 0.71 |
| Hex | D9 | 9D | 8F | 0 | 1C | 22 | F | B | 31 | 47 |
| Octal | 331 | 235 | 217 | 0 | 34 | 42 | 17 | 13 | 61 | 107 |
| Binary | 11011001 | 10011101 | 10001111 | 0 | 11100 | 100010 | 1111 | 1011 | 110001 | 1000111 |
Color Harmonies of #D99D8F
Complementary color
Monochromatic Colors of #D99D8F
Black with #D99D8F
Text Example
Text Example
White with #D99D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D8F; }
p { color: rgb(217,157,143); }
H1.HeaderClassName
{
color: #D99D8F;
}
.AnyTagClassName
{
color: #D99D8F;
}
</style>
background-color css
<style>
a { background-color: #D99D8F; }
a { background-color: rgb(217,157,143); }
div.DivClassName
{
background-color: #D99D8F;
}
.BgClassName
{
background-color: #D99D8F;
}
</style>
border-color css
<style>
span { border-color: #D99D8F; }
span { border-color: rgb(217,157,143); }
td.TdClassName
{
border-color: #D99D8F;
}
.TagClassName
{
border-color: #D99D8F;
}
</style>