Shades of Eunry #D59F9C
Tints of Eunry #D59F9C
RGB
CMYK
RGB Variations
Color information
#D59F9C (or 0xD59F9C) is known color: Eunry. HEX triplet: D5, 9F and 9C. RGB value is (213,159,156). Sum of RGB (Red+Green+Blue) = 213+159+156=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59F9C is #2A6063. Grayscale: #AEAEAE. Windows color (decimal): -2777188 or 10264533. OLE color: 10264533.
HSL color Cylindrical-coordinate representation of color #D59F9C: hue angle of 3.16º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59F9C is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 156 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.16 |
| HSL | 3.16º | 0.4% | 0.72% | - |
| HSV(B) | 3.16º | 0.27% | 0.84% | - |
| XYZ | 45.84 | 41.34 | 37.02 | - |
| YUV | 174.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 156 | 0 | 0.25 | 0.27 | 0.16 | 3.16 | 0.4 | 0.72 |
| Hex | D5 | 9F | 9C | 0 | 19 | 1B | 10 | 3 | 28 | 48 |
| Octal | 325 | 237 | 234 | 0 | 31 | 33 | 20 | 3 | 50 | 110 |
| Binary | 11010101 | 10011111 | 10011100 | 0 | 11001 | 11011 | 10000 | 11 | 101000 | 1001000 |
Color Harmonies of #D59F9C
Complementary color
Monochromatic Colors of #D59F9C
Black with #D59F9C
Text Example
Text Example
White with #D59F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F9C; }
p { color: rgb(213,159,156); }
H1.HeaderClassName
{
color: #D59F9C;
}
.AnyTagClassName
{
color: #D59F9C;
}
</style>
background-color css
<style>
a { background-color: #D59F9C; }
a { background-color: rgb(213,159,156); }
div.DivClassName
{
background-color: #D59F9C;
}
.BgClassName
{
background-color: #D59F9C;
}
</style>
border-color css
<style>
span { border-color: #D59F9C; }
span { border-color: rgb(213,159,156); }
td.TdClassName
{
border-color: #D59F9C;
}
.TagClassName
{
border-color: #D59F9C;
}
</style>