Shades of Eunry #D59F9D
Tints of Eunry #D59F9D
RGB
CMYK
RGB Variations
Color information
#D59F9D (or 0xD59F9D) is known color: Eunry. HEX triplet: D5, 9F and 9D. RGB value is (213,159,157). Sum of RGB (Red+Green+Blue) = 213+159+157=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59F9D is #2A6062. Grayscale: #AEAEAE. Windows color (decimal): -2777187 or 10330069. OLE color: 10330069.
HSL color Cylindrical-coordinate representation of color #D59F9D: hue angle of 2.14º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59F9D is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 157 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.16 |
| HSL | 2.14º | 0.4% | 0.73% | - |
| HSV(B) | 2.14º | 0.26% | 0.84% | - |
| XYZ | 45.92 | 41.38 | 37.46 | - |
| YUV | 174.92 | 117.89 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 157 | 0 | 0.25 | 0.26 | 0.16 | 2.14 | 0.4 | 0.73 |
| Hex | D5 | 9F | 9D | 0 | 19 | 1A | 10 | 2 | 28 | 49 |
| Octal | 325 | 237 | 235 | 0 | 31 | 32 | 20 | 2 | 50 | 111 |
| Binary | 11010101 | 10011111 | 10011101 | 0 | 11001 | 11010 | 10000 | 10 | 101000 | 1001001 |
Color Harmonies of #D59F9D
Complementary color
Monochromatic Colors of #D59F9D
Black with #D59F9D
Text Example
Text Example
White with #D59F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F9D; }
p { color: rgb(213,159,157); }
H1.HeaderClassName
{
color: #D59F9D;
}
.AnyTagClassName
{
color: #D59F9D;
}
</style>
background-color css
<style>
a { background-color: #D59F9D; }
a { background-color: rgb(213,159,157); }
div.DivClassName
{
background-color: #D59F9D;
}
.BgClassName
{
background-color: #D59F9D;
}
</style>
border-color css
<style>
span { border-color: #D59F9D; }
span { border-color: rgb(213,159,157); }
td.TdClassName
{
border-color: #D59F9D;
}
.TagClassName
{
border-color: #D59F9D;
}
</style>