Shades of Japonica #D57157
Tints of Japonica #D57157
RGB
CMYK
RGB Variations
Color information
#D57157 (or 0xD57157) is known color: Japonica. HEX triplet: D5, 71 and 57. RGB value is (213,113,87). Sum of RGB (Red+Green+Blue) = 213+113+87=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D57157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57157 is #2A8EA8. Grayscale: #8C8C8C. Windows color (decimal): -2789033 or 5730773. OLE color: 5730773.
HSL color Cylindrical-coordinate representation of color #D57157: hue angle of 12.38º 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 #D57157 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 87 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.16 |
| HSL | 12.38º | 0.6% | 0.59% | - |
| HSV(B) | 12.38º | 0.59% | 0.84% | - |
| XYZ | 35.07 | 26.64 | 12.31 | - |
| YUV | 139.94 | 98.13 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 87 | 0 | 0.47 | 0.59 | 0.16 | 12.38 | 0.6 | 0.59 |
| Hex | D5 | 71 | 57 | 0 | 2F | 3B | 10 | C | 3C | 3B |
| Octal | 325 | 161 | 127 | 0 | 57 | 73 | 20 | 14 | 74 | 73 |
| Binary | 11010101 | 1110001 | 1010111 | 0 | 101111 | 111011 | 10000 | 1100 | 111100 | 111011 |
Color Harmonies of #D57157
Complementary color
Monochromatic Colors of #D57157
Black with #D57157
Text Example
Text Example
White with #D57157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57157; }
p { color: rgb(213,113,87); }
H1.HeaderClassName
{
color: #D57157;
}
.AnyTagClassName
{
color: #D57157;
}
</style>
background-color css
<style>
a { background-color: #D57157; }
a { background-color: rgb(213,113,87); }
div.DivClassName
{
background-color: #D57157;
}
.BgClassName
{
background-color: #D57157;
}
</style>
border-color css
<style>
span { border-color: #D57157; }
span { border-color: rgb(213,113,87); }
td.TdClassName
{
border-color: #D57157;
}
.TagClassName
{
border-color: #D57157;
}
</style>