Shades of Rose #D59D92
Tints of Rose #D59D92
RGB
CMYK
RGB Variations
Color information
#D59D92 (or 0xD59D92) is known color: Rose. HEX triplet: D5, 9D and 92. RGB value is (213,157,146). Sum of RGB (Red+Green+Blue) = 213+157+146=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59D92 is #2A626D. Grayscale: #ACACAC. Windows color (decimal): -2777710 or 9608661. OLE color: 9608661.
HSL color Cylindrical-coordinate representation of color #D59D92: hue angle of 9.85º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D59D92 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 146 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.16 |
| HSL | 9.85º | 0.44% | 0.7% | - |
| HSV(B) | 9.85º | 0.31% | 0.84% | - |
| XYZ | 44.69 | 40.34 | 32.62 | - |
| YUV | 172.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 146 | 0 | 0.26 | 0.31 | 0.16 | 9.85 | 0.44 | 0.7 |
| Hex | D5 | 9D | 92 | 0 | 1A | 1F | 10 | A | 2C | 46 |
| Octal | 325 | 235 | 222 | 0 | 32 | 37 | 20 | 12 | 54 | 106 |
| Binary | 11010101 | 10011101 | 10010010 | 0 | 11010 | 11111 | 10000 | 1010 | 101100 | 1000110 |
Color Harmonies of #D59D92
Complementary color
Monochromatic Colors of #D59D92
Black with #D59D92
Text Example
Text Example
White with #D59D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D92; }
p { color: rgb(213,157,146); }
H1.HeaderClassName
{
color: #D59D92;
}
.AnyTagClassName
{
color: #D59D92;
}
</style>
background-color css
<style>
a { background-color: #D59D92; }
a { background-color: rgb(213,157,146); }
div.DivClassName
{
background-color: #D59D92;
}
.BgClassName
{
background-color: #D59D92;
}
</style>
border-color css
<style>
span { border-color: #D59D92; }
span { border-color: rgb(213,157,146); }
td.TdClassName
{
border-color: #D59D92;
}
.TagClassName
{
border-color: #D59D92;
}
</style>