Shades of Eunry #D29F9F
Tints of Eunry #D29F9F
RGB
CMYK
RGB Variations
Color information
#D29F9F (or 0xD29F9F) is known color: Eunry. HEX triplet: D2, 9F and 9F. RGB value is (210,159,159). Sum of RGB (Red+Green+Blue) = 210+159+159=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29F9F is #2D6060. Grayscale: #AEAEAE. Windows color (decimal): -2973793 or 10461138. OLE color: 10461138.
HSL color Cylindrical-coordinate representation of color #D29F9F: hue angle of 0º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D29F9F is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 159 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.18 |
| HSL | 0º | 0.36% | 0.72% | - |
| HSV(B) | 0º | 0.24% | 0.82% | - |
| XYZ | 45.23 | 41 | 38.33 | - |
| YUV | 174.25 | 119.4 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 159 | 0 | 0.24 | 0.24 | 0.18 | 0 | 0.36 | 0.72 |
| Hex | D2 | 9F | 9F | 0 | 18 | 18 | 12 | 0 | 24 | 48 |
| Octal | 322 | 237 | 237 | 0 | 30 | 30 | 22 | 0 | 44 | 110 |
| Binary | 11010010 | 10011111 | 10011111 | 0 | 11000 | 11000 | 10010 | 0 | 100100 | 1001000 |
Color Harmonies of #D29F9F
Complementary color
Monochromatic Colors of #D29F9F
Black with #D29F9F
Text Example
Text Example
White with #D29F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F9F; }
p { color: rgb(210,159,159); }
H1.HeaderClassName
{
color: #D29F9F;
}
.AnyTagClassName
{
color: #D29F9F;
}
</style>
background-color css
<style>
a { background-color: #D29F9F; }
a { background-color: rgb(210,159,159); }
div.DivClassName
{
background-color: #D29F9F;
}
.BgClassName
{
background-color: #D29F9F;
}
</style>
border-color css
<style>
span { border-color: #D29F9F; }
span { border-color: rgb(210,159,159); }
td.TdClassName
{
border-color: #D29F9F;
}
.TagClassName
{
border-color: #D29F9F;
}
</style>