Shades of Japonica #D56E51
Tints of Japonica #D56E51
RGB
CMYK
RGB Variations
Color information
#D56E51 (or 0xD56E51) is known color: Japonica. HEX triplet: D5, 6E and 51. RGB value is (213,110,81). Sum of RGB (Red+Green+Blue) = 213+110+81=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E51 is #2A91AE. Grayscale: #898989. Windows color (decimal): -2789807 or 5336789. OLE color: 5336789.
HSL color Cylindrical-coordinate representation of color #D56E51: hue angle of 13.18º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D56E51 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 81 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.16 |
| HSL | 13.18º | 0.61% | 0.58% | - |
| HSV(B) | 13.18º | 0.62% | 0.84% | - |
| XYZ | 34.5 | 25.89 | 10.96 | - |
| YUV | 137.49 | 96.12 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 81 | 0 | 0.48 | 0.62 | 0.16 | 13.18 | 0.61 | 0.58 |
| Hex | D5 | 6E | 51 | 0 | 30 | 3E | 10 | D | 3D | 3A |
| Octal | 325 | 156 | 121 | 0 | 60 | 76 | 20 | 15 | 75 | 72 |
| Binary | 11010101 | 1101110 | 1010001 | 0 | 110000 | 111110 | 10000 | 1101 | 111101 | 111010 |
Color Harmonies of #D56E51
Complementary color
Monochromatic Colors of #D56E51
Black with #D56E51
Text Example
Text Example
White with #D56E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56E51; }
p { color: rgb(213,110,81); }
H1.HeaderClassName
{
color: #D56E51;
}
.AnyTagClassName
{
color: #D56E51;
}
</style>
background-color css
<style>
a { background-color: #D56E51; }
a { background-color: rgb(213,110,81); }
div.DivClassName
{
background-color: #D56E51;
}
.BgClassName
{
background-color: #D56E51;
}
</style>
border-color css
<style>
span { border-color: #D56E51; }
span { border-color: rgb(213,110,81); }
td.TdClassName
{
border-color: #D56E51;
}
.TagClassName
{
border-color: #D56E51;
}
</style>