Shades of Japonica #D57160
Tints of Japonica #D57160
RGB
CMYK
RGB Variations
Color information
#D57160 (or 0xD57160) is known color: Japonica. HEX triplet: D5, 71 and 60. RGB value is (213,113,96). Sum of RGB (Red+Green+Blue) = 213+113+96=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D57160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57160 is #2A8E9F. Grayscale: #8D8D8D. Windows color (decimal): -2789024 or 6320597. OLE color: 6320597.
HSL color Cylindrical-coordinate representation of color #D57160: hue angle of 8.72º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D57160 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 96 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.16 |
| HSL | 8.72º | 0.58% | 0.61% | - |
| HSV(B) | 8.72º | 0.55% | 0.84% | - |
| XYZ | 35.46 | 26.8 | 14.37 | - |
| YUV | 140.96 | 102.63 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 96 | 0 | 0.47 | 0.55 | 0.16 | 8.72 | 0.58 | 0.61 |
| Hex | D5 | 71 | 60 | 0 | 2F | 37 | 10 | 9 | 3A | 3D |
| Octal | 325 | 161 | 140 | 0 | 57 | 67 | 20 | 11 | 72 | 75 |
| Binary | 11010101 | 1110001 | 1100000 | 0 | 101111 | 110111 | 10000 | 1001 | 111010 | 111101 |
Color Harmonies of #D57160
Complementary color
Monochromatic Colors of #D57160
Black with #D57160
Text Example
Text Example
White with #D57160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57160; }
p { color: rgb(213,113,96); }
H1.HeaderClassName
{
color: #D57160;
}
.AnyTagClassName
{
color: #D57160;
}
</style>
background-color css
<style>
a { background-color: #D57160; }
a { background-color: rgb(213,113,96); }
div.DivClassName
{
background-color: #D57160;
}
.BgClassName
{
background-color: #D57160;
}
</style>
border-color css
<style>
span { border-color: #D57160; }
span { border-color: rgb(213,113,96); }
td.TdClassName
{
border-color: #D57160;
}
.TagClassName
{
border-color: #D57160;
}
</style>