Shades of Rose #D99E8F
Tints of Rose #D99E8F
RGB
CMYK
RGB Variations
Color information
#D99E8F (or 0xD99E8F) is known color: Rose. HEX triplet: D9, 9E and 8F. RGB value is (217,158,143). Sum of RGB (Red+Green+Blue) = 217+158+143=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99E8F is #266170. Grayscale: #AEAEAE. Windows color (decimal): -2515313 or 9412313. OLE color: 9412313.
HSL color Cylindrical-coordinate representation of color #D99E8F: hue angle of 12.16º 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 #D99E8F is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 143 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.15 |
| HSL | 12.16º | 0.49% | 0.71% | - |
| HSV(B) | 12.16º | 0.34% | 0.85% | - |
| XYZ | 45.8 | 41.19 | 31.52 | - |
| YUV | 173.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 143 | 0 | 0.27 | 0.34 | 0.15 | 12.16 | 0.49 | 0.71 |
| Hex | D9 | 9E | 8F | 0 | 1B | 22 | F | C | 31 | 47 |
| Octal | 331 | 236 | 217 | 0 | 33 | 42 | 17 | 14 | 61 | 107 |
| Binary | 11011001 | 10011110 | 10001111 | 0 | 11011 | 100010 | 1111 | 1100 | 110001 | 1000111 |
Color Harmonies of #D99E8F
Complementary color
Monochromatic Colors of #D99E8F
Black with #D99E8F
Text Example
Text Example
White with #D99E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99E8F; }
p { color: rgb(217,158,143); }
H1.HeaderClassName
{
color: #D99E8F;
}
.AnyTagClassName
{
color: #D99E8F;
}
</style>
background-color css
<style>
a { background-color: #D99E8F; }
a { background-color: rgb(217,158,143); }
div.DivClassName
{
background-color: #D99E8F;
}
.BgClassName
{
background-color: #D99E8F;
}
</style>
border-color css
<style>
span { border-color: #D99E8F; }
span { border-color: rgb(217,158,143); }
td.TdClassName
{
border-color: #D99E8F;
}
.TagClassName
{
border-color: #D99E8F;
}
</style>