Shades of Rose #D29F93
Tints of Rose #D29F93
RGB
CMYK
RGB Variations
Color information
#D29F93 (or 0xD29F93) is known color: Rose. HEX triplet: D2, 9F and 93. RGB value is (210,159,147). Sum of RGB (Red+Green+Blue) = 210+159+147=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29F93 is #2D606C. Grayscale: #ACACAC. Windows color (decimal): -2973805 or 9674706. OLE color: 9674706.
HSL color Cylindrical-coordinate representation of color #D29F93: hue angle of 11.43º 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 #D29F93 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 147 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.18 |
| HSL | 11.43º | 0.41% | 0.7% | - |
| HSV(B) | 11.43º | 0.3% | 0.82% | - |
| XYZ | 44.24 | 40.6 | 33.11 | - |
| YUV | 172.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 147 | 0 | 0.24 | 0.30 | 0.18 | 11.43 | 0.41 | 0.7 |
| Hex | D2 | 9F | 93 | 0 | 18 | 1E | 12 | B | 29 | 46 |
| Octal | 322 | 237 | 223 | 0 | 30 | 36 | 22 | 13 | 51 | 106 |
| Binary | 11010010 | 10011111 | 10010011 | 0 | 11000 | 11110 | 10010 | 1011 | 101001 | 1000110 |
Color Harmonies of #D29F93
Complementary color
Monochromatic Colors of #D29F93
Black with #D29F93
Text Example
Text Example
White with #D29F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F93; }
p { color: rgb(210,159,147); }
H1.HeaderClassName
{
color: #D29F93;
}
.AnyTagClassName
{
color: #D29F93;
}
</style>
background-color css
<style>
a { background-color: #D29F93; }
a { background-color: rgb(210,159,147); }
div.DivClassName
{
background-color: #D29F93;
}
.BgClassName
{
background-color: #D29F93;
}
</style>
border-color css
<style>
span { border-color: #D29F93; }
span { border-color: rgb(210,159,147); }
td.TdClassName
{
border-color: #D29F93;
}
.TagClassName
{
border-color: #D29F93;
}
</style>