Shades of Japonica #D57657
Tints of Japonica #D57657
RGB
CMYK
RGB Variations
Color information
#D57657 (or 0xD57657) is known color: Japonica. HEX triplet: D5, 76 and 57. RGB value is (213,118,87). Sum of RGB (Red+Green+Blue) = 213+118+87=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D57657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57657 is #2A89A8. Grayscale: #8F8F8F. Windows color (decimal): -2787753 or 5732053. OLE color: 5732053.
HSL color Cylindrical-coordinate representation of color #D57657: hue angle of 14.76º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D57657 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 87 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.16 |
| HSL | 14.76º | 0.6% | 0.59% | - |
| HSV(B) | 14.76º | 0.59% | 0.84% | - |
| XYZ | 35.64 | 27.79 | 12.5 | - |
| YUV | 142.87 | 96.47 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 87 | 0 | 0.45 | 0.59 | 0.16 | 14.76 | 0.6 | 0.59 |
| Hex | D5 | 76 | 57 | 0 | 2D | 3B | 10 | F | 3C | 3B |
| Octal | 325 | 166 | 127 | 0 | 55 | 73 | 20 | 17 | 74 | 73 |
| Binary | 11010101 | 1110110 | 1010111 | 0 | 101101 | 111011 | 10000 | 1111 | 111100 | 111011 |
Color Harmonies of #D57657
Complementary color
Monochromatic Colors of #D57657
Black with #D57657
Text Example
Text Example
White with #D57657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57657; }
p { color: rgb(213,118,87); }
H1.HeaderClassName
{
color: #D57657;
}
.AnyTagClassName
{
color: #D57657;
}
</style>
background-color css
<style>
a { background-color: #D57657; }
a { background-color: rgb(213,118,87); }
div.DivClassName
{
background-color: #D57657;
}
.BgClassName
{
background-color: #D57657;
}
</style>
border-color css
<style>
span { border-color: #D57657; }
span { border-color: rgb(213,118,87); }
td.TdClassName
{
border-color: #D57657;
}
.TagClassName
{
border-color: #D57657;
}
</style>