Shades of Rose #D29F90
Tints of Rose #D29F90
RGB
CMYK
RGB Variations
Color information
#D29F90 (or 0xD29F90) is known color: Rose. HEX triplet: D2, 9F and 90. RGB value is (210,159,144). Sum of RGB (Red+Green+Blue) = 210+159+144=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29F90 is #2D606F. Grayscale: #ACACAC. Windows color (decimal): -2973808 or 9478098. OLE color: 9478098.
HSL color Cylindrical-coordinate representation of color #D29F90: hue angle of 13.64º 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 #D29F90 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 144 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.18 |
| HSL | 13.64º | 0.42% | 0.69% | - |
| HSV(B) | 13.64º | 0.31% | 0.82% | - |
| XYZ | 44.01 | 40.51 | 31.89 | - |
| YUV | 172.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 144 | 0 | 0.24 | 0.31 | 0.18 | 13.64 | 0.42 | 0.69 |
| Hex | D2 | 9F | 90 | 0 | 18 | 1F | 12 | E | 2A | 45 |
| Octal | 322 | 237 | 220 | 0 | 30 | 37 | 22 | 16 | 52 | 105 |
| Binary | 11010010 | 10011111 | 10010000 | 0 | 11000 | 11111 | 10010 | 1110 | 101010 | 1000101 |
Color Harmonies of #D29F90
Complementary color
Monochromatic Colors of #D29F90
Black with #D29F90
Text Example
Text Example
White with #D29F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F90; }
p { color: rgb(210,159,144); }
H1.HeaderClassName
{
color: #D29F90;
}
.AnyTagClassName
{
color: #D29F90;
}
</style>
background-color css
<style>
a { background-color: #D29F90; }
a { background-color: rgb(210,159,144); }
div.DivClassName
{
background-color: #D29F90;
}
.BgClassName
{
background-color: #D29F90;
}
</style>
border-color css
<style>
span { border-color: #D29F90; }
span { border-color: rgb(210,159,144); }
td.TdClassName
{
border-color: #D29F90;
}
.TagClassName
{
border-color: #D29F90;
}
</style>