Shades of Japonica #D56F58
Tints of Japonica #D56F58
RGB
CMYK
RGB Variations
Color information
#D56F58 (or 0xD56F58) is known color: Japonica. HEX triplet: D5, 6F and 58. RGB value is (213,111,88). Sum of RGB (Red+Green+Blue) = 213+111+88=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F58 is #2A90A7. Grayscale: #8B8B8B. Windows color (decimal): -2789544 or 5795797. OLE color: 5795797.
HSL color Cylindrical-coordinate representation of color #D56F58: hue angle of 11.04º 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 #D56F58 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 88 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.16 |
| HSL | 11.04º | 0.6% | 0.59% | - |
| HSV(B) | 11.04º | 0.59% | 0.84% | - |
| XYZ | 34.89 | 26.22 | 12.45 | - |
| YUV | 138.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 88 | 0 | 0.48 | 0.59 | 0.16 | 11.04 | 0.6 | 0.59 |
| Hex | D5 | 6F | 58 | 0 | 30 | 3B | 10 | B | 3C | 3B |
| Octal | 325 | 157 | 130 | 0 | 60 | 73 | 20 | 13 | 74 | 73 |
| Binary | 11010101 | 1101111 | 1011000 | 0 | 110000 | 111011 | 10000 | 1011 | 111100 | 111011 |
Color Harmonies of #D56F58
Complementary color
Monochromatic Colors of #D56F58
Black with #D56F58
Text Example
Text Example
White with #D56F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56F58; }
p { color: rgb(213,111,88); }
H1.HeaderClassName
{
color: #D56F58;
}
.AnyTagClassName
{
color: #D56F58;
}
</style>
background-color css
<style>
a { background-color: #D56F58; }
a { background-color: rgb(213,111,88); }
div.DivClassName
{
background-color: #D56F58;
}
.BgClassName
{
background-color: #D56F58;
}
</style>
border-color css
<style>
span { border-color: #D56F58; }
span { border-color: rgb(213,111,88); }
td.TdClassName
{
border-color: #D56F58;
}
.TagClassName
{
border-color: #D56F58;
}
</style>