Shades of Eunry #D29F9D
Tints of Eunry #D29F9D
RGB
CMYK
RGB Variations
Color information
#D29F9D (or 0xD29F9D) is known color: Eunry. HEX triplet: D2, 9F and 9D. RGB value is (210,159,157). Sum of RGB (Red+Green+Blue) = 210+159+157=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29F9D is #2D6062. Grayscale: #AEAEAE. Windows color (decimal): -2973795 or 10330066. OLE color: 10330066.
HSL color Cylindrical-coordinate representation of color #D29F9D: hue angle of 2.26º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29F9D is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 157 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.18 |
| HSL | 2.26º | 0.37% | 0.72% | - |
| HSV(B) | 2.26º | 0.25% | 0.82% | - |
| XYZ | 45.06 | 40.93 | 37.42 | - |
| YUV | 174.02 | 118.4 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 157 | 0 | 0.24 | 0.25 | 0.18 | 2.26 | 0.37 | 0.72 |
| Hex | D2 | 9F | 9D | 0 | 18 | 19 | 12 | 2 | 25 | 48 |
| Octal | 322 | 237 | 235 | 0 | 30 | 31 | 22 | 2 | 45 | 110 |
| Binary | 11010010 | 10011111 | 10011101 | 0 | 11000 | 11001 | 10010 | 10 | 100101 | 1001000 |
Color Harmonies of #D29F9D
Complementary color
Monochromatic Colors of #D29F9D
Black with #D29F9D
Text Example
Text Example
White with #D29F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F9D; }
p { color: rgb(210,159,157); }
H1.HeaderClassName
{
color: #D29F9D;
}
.AnyTagClassName
{
color: #D29F9D;
}
</style>
background-color css
<style>
a { background-color: #D29F9D; }
a { background-color: rgb(210,159,157); }
div.DivClassName
{
background-color: #D29F9D;
}
.BgClassName
{
background-color: #D29F9D;
}
</style>
border-color css
<style>
span { border-color: #D29F9D; }
span { border-color: rgb(210,159,157); }
td.TdClassName
{
border-color: #D29F9D;
}
.TagClassName
{
border-color: #D29F9D;
}
</style>