Shades of Rose #D29E91
Tints of Rose #D29E91
RGB
CMYK
RGB Variations
Color information
#D29E91 (or 0xD29E91) is known color: Rose. HEX triplet: D2, 9E and 91. RGB value is (210,158,145). Sum of RGB (Red+Green+Blue) = 210+158+145=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29E91 is #2D616E. Grayscale: #ACACAC. Windows color (decimal): -2974063 or 9543378. OLE color: 9543378.
HSL color Cylindrical-coordinate representation of color #D29E91: hue angle of 12º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D29E91 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 145 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.18 |
| HSL | 12º | 0.42% | 0.7% | - |
| HSV(B) | 12º | 0.31% | 0.82% | - |
| XYZ | 43.92 | 40.2 | 32.23 | - |
| YUV | 172.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 145 | 0 | 0.25 | 0.31 | 0.18 | 12 | 0.42 | 0.7 |
| Hex | D2 | 9E | 91 | 0 | 19 | 1F | 12 | C | 2A | 46 |
| Octal | 322 | 236 | 221 | 0 | 31 | 37 | 22 | 14 | 52 | 106 |
| Binary | 11010010 | 10011110 | 10010001 | 0 | 11001 | 11111 | 10010 | 1100 | 101010 | 1000110 |
Color Harmonies of #D29E91
Complementary color
Monochromatic Colors of #D29E91
Black with #D29E91
Text Example
Text Example
White with #D29E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E91; }
p { color: rgb(210,158,145); }
H1.HeaderClassName
{
color: #D29E91;
}
.AnyTagClassName
{
color: #D29E91;
}
</style>
background-color css
<style>
a { background-color: #D29E91; }
a { background-color: rgb(210,158,145); }
div.DivClassName
{
background-color: #D29E91;
}
.BgClassName
{
background-color: #D29E91;
}
</style>
border-color css
<style>
span { border-color: #D29E91; }
span { border-color: rgb(210,158,145); }
td.TdClassName
{
border-color: #D29E91;
}
.TagClassName
{
border-color: #D29E91;
}
</style>