Shades of Rose #D29E8F
Tints of Rose #D29E8F
RGB
CMYK
RGB Variations
Color information
#D29E8F (or 0xD29E8F) is known color: Rose. HEX triplet: D2, 9E and 8F. RGB value is (210,158,143). Sum of RGB (Red+Green+Blue) = 210+158+143=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29E8F is #2D6170. Grayscale: #ABABAB. Windows color (decimal): -2974065 or 9412306. OLE color: 9412306.
HSL color Cylindrical-coordinate representation of color #D29E8F: hue angle of 13.43º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D29E8F is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 143 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.18 |
| HSL | 13.43º | 0.43% | 0.69% | - |
| HSV(B) | 13.43º | 0.32% | 0.82% | - |
| XYZ | 43.76 | 40.14 | 31.43 | - |
| YUV | 171.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 143 | 0 | 0.25 | 0.32 | 0.18 | 13.43 | 0.43 | 0.69 |
| Hex | D2 | 9E | 8F | 0 | 19 | 20 | 12 | D | 2B | 45 |
| Octal | 322 | 236 | 217 | 0 | 31 | 40 | 22 | 15 | 53 | 105 |
| Binary | 11010010 | 10011110 | 10001111 | 0 | 11001 | 100000 | 10010 | 1101 | 101011 | 1000101 |
Color Harmonies of #D29E8F
Complementary color
Monochromatic Colors of #D29E8F
Black with #D29E8F
Text Example
Text Example
White with #D29E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E8F; }
p { color: rgb(210,158,143); }
H1.HeaderClassName
{
color: #D29E8F;
}
.AnyTagClassName
{
color: #D29E8F;
}
</style>
background-color css
<style>
a { background-color: #D29E8F; }
a { background-color: rgb(210,158,143); }
div.DivClassName
{
background-color: #D29E8F;
}
.BgClassName
{
background-color: #D29E8F;
}
</style>
border-color css
<style>
span { border-color: #D29E8F; }
span { border-color: rgb(210,158,143); }
td.TdClassName
{
border-color: #D29E8F;
}
.TagClassName
{
border-color: #D29E8F;
}
</style>