Shades of Japonica #D16E5F
Tints of Japonica #D16E5F
RGB
CMYK
RGB Variations
Color information
#D16E5F (or 0xD16E5F) is known color: Japonica. HEX triplet: D1, 6E and 5F. RGB value is (209,110,95). Sum of RGB (Red+Green+Blue) = 209+110+95=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16E5F is #2E91A0. Grayscale: #8A8A8A. Windows color (decimal): -3051937 or 6254289. OLE color: 6254289.
HSL color Cylindrical-coordinate representation of color #D16E5F: hue angle of 7.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D16E5F is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 95 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.18 |
| HSL | 7.89º | 0.55% | 0.6% | - |
| HSV(B) | 7.89º | 0.55% | 0.82% | - |
| XYZ | 33.94 | 25.53 | 13.97 | - |
| YUV | 137.89 | 103.8 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 95 | 0 | 0.47 | 0.55 | 0.18 | 7.89 | 0.55 | 0.6 |
| Hex | D1 | 6E | 5F | 0 | 2F | 37 | 12 | 8 | 37 | 3C |
| Octal | 321 | 156 | 137 | 0 | 57 | 67 | 22 | 10 | 67 | 74 |
| Binary | 11010001 | 1101110 | 1011111 | 0 | 101111 | 110111 | 10010 | 1000 | 110111 | 111100 |
Color Harmonies of #D16E5F
Complementary color
Monochromatic Colors of #D16E5F
Black with #D16E5F
Text Example
Text Example
White with #D16E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16E5F; }
p { color: rgb(209,110,95); }
H1.HeaderClassName
{
color: #D16E5F;
}
.AnyTagClassName
{
color: #D16E5F;
}
</style>
background-color css
<style>
a { background-color: #D16E5F; }
a { background-color: rgb(209,110,95); }
div.DivClassName
{
background-color: #D16E5F;
}
.BgClassName
{
background-color: #D16E5F;
}
</style>
border-color css
<style>
span { border-color: #D16E5F; }
span { border-color: rgb(209,110,95); }
td.TdClassName
{
border-color: #D16E5F;
}
.TagClassName
{
border-color: #D16E5F;
}
</style>