Shades of Rose #D29D94
Tints of Rose #D29D94
RGB
CMYK
RGB Variations
Color information
#D29D94 (or 0xD29D94) is known color: Rose. HEX triplet: D2, 9D and 94. RGB value is (210,157,148). Sum of RGB (Red+Green+Blue) = 210+157+148=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29D94 is #2D626B. Grayscale: #ABABAB. Windows color (decimal): -2974316 or 9739730. OLE color: 9739730.
HSL color Cylindrical-coordinate representation of color #D29D94: hue angle of 8.71º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29D94 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 148 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.18 |
| HSL | 8.71º | 0.41% | 0.7% | - |
| HSV(B) | 8.71º | 0.3% | 0.82% | - |
| XYZ | 43.98 | 39.95 | 33.41 | - |
| YUV | 171.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 148 | 0 | 0.25 | 0.30 | 0.18 | 8.71 | 0.41 | 0.7 |
| Hex | D2 | 9D | 94 | 0 | 19 | 1E | 12 | 9 | 29 | 46 |
| Octal | 322 | 235 | 224 | 0 | 31 | 36 | 22 | 11 | 51 | 106 |
| Binary | 11010010 | 10011101 | 10010100 | 0 | 11001 | 11110 | 10010 | 1001 | 101001 | 1000110 |
Color Harmonies of #D29D94
Complementary color
Monochromatic Colors of #D29D94
Black with #D29D94
Text Example
Text Example
White with #D29D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29D94; }
p { color: rgb(210,157,148); }
H1.HeaderClassName
{
color: #D29D94;
}
.AnyTagClassName
{
color: #D29D94;
}
</style>
background-color css
<style>
a { background-color: #D29D94; }
a { background-color: rgb(210,157,148); }
div.DivClassName
{
background-color: #D29D94;
}
.BgClassName
{
background-color: #D29D94;
}
</style>
border-color css
<style>
span { border-color: #D29D94; }
span { border-color: rgb(210,157,148); }
td.TdClassName
{
border-color: #D29D94;
}
.TagClassName
{
border-color: #D29D94;
}
</style>