Shades of Japonica #D56E5D
Tints of Japonica #D56E5D
RGB
CMYK
RGB Variations
Color information
#D56E5D (or 0xD56E5D) is known color: Japonica. HEX triplet: D5, 6E and 5D. RGB value is (213,110,93). Sum of RGB (Red+Green+Blue) = 213+110+93=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E5D is #2A91A2. Grayscale: #8B8B8B. Windows color (decimal): -2789795 or 6123221. OLE color: 6123221.
HSL color Cylindrical-coordinate representation of color #D56E5D: hue angle of 8.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D56E5D is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 93 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.16 |
| HSL | 8.5º | 0.59% | 0.6% | - |
| HSV(B) | 8.5º | 0.56% | 0.84% | - |
| XYZ | 34.99 | 26.09 | 13.55 | - |
| YUV | 138.86 | 102.12 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 93 | 0 | 0.48 | 0.56 | 0.16 | 8.5 | 0.59 | 0.6 |
| Hex | D5 | 6E | 5D | 0 | 30 | 38 | 10 | 8 | 3B | 3C |
| Octal | 325 | 156 | 135 | 0 | 60 | 70 | 20 | 10 | 73 | 74 |
| Binary | 11010101 | 1101110 | 1011101 | 0 | 110000 | 111000 | 10000 | 1000 | 111011 | 111100 |
Color Harmonies of #D56E5D
Complementary color
Monochromatic Colors of #D56E5D
Black with #D56E5D
Text Example
Text Example
White with #D56E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56E5D; }
p { color: rgb(213,110,93); }
H1.HeaderClassName
{
color: #D56E5D;
}
.AnyTagClassName
{
color: #D56E5D;
}
</style>
background-color css
<style>
a { background-color: #D56E5D; }
a { background-color: rgb(213,110,93); }
div.DivClassName
{
background-color: #D56E5D;
}
.BgClassName
{
background-color: #D56E5D;
}
</style>
border-color css
<style>
span { border-color: #D56E5D; }
span { border-color: rgb(213,110,93); }
td.TdClassName
{
border-color: #D56E5D;
}
.TagClassName
{
border-color: #D56E5D;
}
</style>