Shades of Rose #D79D8F
Tints of Rose #D79D8F
RGB
CMYK
RGB Variations
Color information
#D79D8F (or 0xD79D8F) is known color: Rose. HEX triplet: D7, 9D and 8F. RGB value is (215,157,143). Sum of RGB (Red+Green+Blue) = 215+157+143=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79D8F is #286270. Grayscale: #ACACAC. Windows color (decimal): -2646641 or 9412055. OLE color: 9412055.
HSL color Cylindrical-coordinate representation of color #D79D8F: hue angle of 11.67º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D79D8F is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 143 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.16 |
| HSL | 11.67º | 0.47% | 0.7% | - |
| HSV(B) | 11.67º | 0.33% | 0.84% | - |
| XYZ | 45.04 | 40.54 | 31.44 | - |
| YUV | 172.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 143 | 0 | 0.27 | 0.33 | 0.16 | 11.67 | 0.47 | 0.7 |
| Hex | D7 | 9D | 8F | 0 | 1B | 21 | 10 | C | 2F | 46 |
| Octal | 327 | 235 | 217 | 0 | 33 | 41 | 20 | 14 | 57 | 106 |
| Binary | 11010111 | 10011101 | 10001111 | 0 | 11011 | 100001 | 10000 | 1100 | 101111 | 1000110 |
Color Harmonies of #D79D8F
Complementary color
Monochromatic Colors of #D79D8F
Black with #D79D8F
Text Example
Text Example
White with #D79D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79D8F; }
p { color: rgb(215,157,143); }
H1.HeaderClassName
{
color: #D79D8F;
}
.AnyTagClassName
{
color: #D79D8F;
}
</style>
background-color css
<style>
a { background-color: #D79D8F; }
a { background-color: rgb(215,157,143); }
div.DivClassName
{
background-color: #D79D8F;
}
.BgClassName
{
background-color: #D79D8F;
}
</style>
border-color css
<style>
span { border-color: #D79D8F; }
span { border-color: rgb(215,157,143); }
td.TdClassName
{
border-color: #D79D8F;
}
.TagClassName
{
border-color: #D79D8F;
}
</style>