Shades of Japonica #D16F58
Tints of Japonica #D16F58
RGB
CMYK
RGB Variations
Color information
#D16F58 (or 0xD16F58) is known color: Japonica. HEX triplet: D1, 6F and 58. RGB value is (209,111,88). Sum of RGB (Red+Green+Blue) = 209+111+88=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16F58 is #2E90A7. Grayscale: #898989. Windows color (decimal): -3051688 or 5795793. OLE color: 5795793.
HSL color Cylindrical-coordinate representation of color #D16F58: hue angle of 11.4º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D16F58 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 88 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.18 |
| HSL | 11.4º | 0.57% | 0.58% | - |
| HSV(B) | 11.4º | 0.58% | 0.82% | - |
| XYZ | 33.74 | 25.63 | 12.4 | - |
| YUV | 137.68 | 99.97 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 88 | 0 | 0.47 | 0.58 | 0.18 | 11.4 | 0.57 | 0.58 |
| Hex | D1 | 6F | 58 | 0 | 2F | 3A | 12 | B | 39 | 3A |
| Octal | 321 | 157 | 130 | 0 | 57 | 72 | 22 | 13 | 71 | 72 |
| Binary | 11010001 | 1101111 | 1011000 | 0 | 101111 | 111010 | 10010 | 1011 | 111001 | 111010 |
Color Harmonies of #D16F58
Complementary color
Monochromatic Colors of #D16F58
Black with #D16F58
Text Example
Text Example
White with #D16F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F58; }
p { color: rgb(209,111,88); }
H1.HeaderClassName
{
color: #D16F58;
}
.AnyTagClassName
{
color: #D16F58;
}
</style>
background-color css
<style>
a { background-color: #D16F58; }
a { background-color: rgb(209,111,88); }
div.DivClassName
{
background-color: #D16F58;
}
.BgClassName
{
background-color: #D16F58;
}
</style>
border-color css
<style>
span { border-color: #D16F58; }
span { border-color: rgb(209,111,88); }
td.TdClassName
{
border-color: #D16F58;
}
.TagClassName
{
border-color: #D16F58;
}
</style>