Shades of Rose #D29A90
Tints of Rose #D29A90
RGB
CMYK
RGB Variations
Color information
#D29A90 (or 0xD29A90) is known color: Rose. HEX triplet: D2, 9A and 90. RGB value is (210,154,144). Sum of RGB (Red+Green+Blue) = 210+154+144=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A90 is #2D656F. Grayscale: #A9A9A9. Windows color (decimal): -2975088 or 9476818. OLE color: 9476818.
HSL color Cylindrical-coordinate representation of color #D29A90: hue angle of 9.09º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D29A90 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 144 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.18 |
| HSL | 9.09º | 0.42% | 0.69% | - |
| HSV(B) | 9.09º | 0.31% | 0.82% | - |
| XYZ | 43.17 | 38.83 | 31.6 | - |
| YUV | 169.6 | 113.55 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 144 | 0 | 0.27 | 0.31 | 0.18 | 9.09 | 0.42 | 0.69 |
| Hex | D2 | 9A | 90 | 0 | 1B | 1F | 12 | 9 | 2A | 45 |
| Octal | 322 | 232 | 220 | 0 | 33 | 37 | 22 | 11 | 52 | 105 |
| Binary | 11010010 | 10011010 | 10010000 | 0 | 11011 | 11111 | 10010 | 1001 | 101010 | 1000101 |
Color Harmonies of #D29A90
Complementary color
Monochromatic Colors of #D29A90
Black with #D29A90
Text Example
Text Example
White with #D29A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29A90; }
p { color: rgb(210,154,144); }
H1.HeaderClassName
{
color: #D29A90;
}
.AnyTagClassName
{
color: #D29A90;
}
</style>
background-color css
<style>
a { background-color: #D29A90; }
a { background-color: rgb(210,154,144); }
div.DivClassName
{
background-color: #D29A90;
}
.BgClassName
{
background-color: #D29A90;
}
</style>
border-color css
<style>
span { border-color: #D29A90; }
span { border-color: rgb(210,154,144); }
td.TdClassName
{
border-color: #D29A90;
}
.TagClassName
{
border-color: #D29A90;
}
</style>