Shades of Eunry #D59F9F
Tints of Eunry #D59F9F
RGB
CMYK
RGB Variations
Color information
#D59F9F (or 0xD59F9F) is known color: Eunry. HEX triplet: D5, 9F and 9F. RGB value is (213,159,159). Sum of RGB (Red+Green+Blue) = 213+159+159=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59F9F is #2A6060. Grayscale: #AFAFAF. Windows color (decimal): -2777185 or 10461141. OLE color: 10461141.
HSL color Cylindrical-coordinate representation of color #D59F9F: hue angle of 0º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D59F9F is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 159 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.16 |
| HSL | 0º | 0.39% | 0.73% | - |
| HSV(B) | 0º | 0.25% | 0.84% | - |
| XYZ | 46.1 | 41.45 | 38.37 | - |
| YUV | 175.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 159 | 0 | 0.25 | 0.25 | 0.16 | 0 | 0.39 | 0.73 |
| Hex | D5 | 9F | 9F | 0 | 19 | 19 | 10 | 0 | 27 | 49 |
| Octal | 325 | 237 | 237 | 0 | 31 | 31 | 20 | 0 | 47 | 111 |
| Binary | 11010101 | 10011111 | 10011111 | 0 | 11001 | 11001 | 10000 | 0 | 100111 | 1001001 |
Color Harmonies of #D59F9F
Complementary color
Monochromatic Colors of #D59F9F
Black with #D59F9F
Text Example
Text Example
White with #D59F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F9F; }
p { color: rgb(213,159,159); }
H1.HeaderClassName
{
color: #D59F9F;
}
.AnyTagClassName
{
color: #D59F9F;
}
</style>
background-color css
<style>
a { background-color: #D59F9F; }
a { background-color: rgb(213,159,159); }
div.DivClassName
{
background-color: #D59F9F;
}
.BgClassName
{
background-color: #D59F9F;
}
</style>
border-color css
<style>
span { border-color: #D59F9F; }
span { border-color: rgb(213,159,159); }
td.TdClassName
{
border-color: #D59F9F;
}
.TagClassName
{
border-color: #D59F9F;
}
</style>