Shades of Eunry #D09F9B
Tints of Eunry #D09F9B
RGB
CMYK
RGB Variations
Color information
#D09F9B (or 0xD09F9B) is known color: Eunry. HEX triplet: D0, 9F and 9B. RGB value is (208,159,155). Sum of RGB (Red+Green+Blue) = 208+159+155=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09F9B is #2F6064. Grayscale: #ADADAD. Windows color (decimal): -3104869 or 10198992. OLE color: 10198992.
HSL color Cylindrical-coordinate representation of color #D09F9B: hue angle of 4.53º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09F9B is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 155 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.18 |
| HSL | 4.53º | 0.36% | 0.71% | - |
| HSV(B) | 4.53º | 0.25% | 0.82% | - |
| XYZ | 44.33 | 40.57 | 36.51 | - |
| YUV | 173.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 155 | 0 | 0.24 | 0.25 | 0.18 | 4.53 | 0.36 | 0.71 |
| Hex | D0 | 9F | 9B | 0 | 18 | 19 | 12 | 5 | 24 | 47 |
| Octal | 320 | 237 | 233 | 0 | 30 | 31 | 22 | 5 | 44 | 107 |
| Binary | 11010000 | 10011111 | 10011011 | 0 | 11000 | 11001 | 10010 | 101 | 100100 | 1000111 |
Color Harmonies of #D09F9B
Complementary color
Monochromatic Colors of #D09F9B
Black with #D09F9B
Text Example
Text Example
White with #D09F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09F9B; }
p { color: rgb(208,159,155); }
H1.HeaderClassName
{
color: #D09F9B;
}
.AnyTagClassName
{
color: #D09F9B;
}
</style>
background-color css
<style>
a { background-color: #D09F9B; }
a { background-color: rgb(208,159,155); }
div.DivClassName
{
background-color: #D09F9B;
}
.BgClassName
{
background-color: #D09F9B;
}
</style>
border-color css
<style>
span { border-color: #D09F9B; }
span { border-color: rgb(208,159,155); }
td.TdClassName
{
border-color: #D09F9B;
}
.TagClassName
{
border-color: #D09F9B;
}
</style>