Shades of Japonica #D57555
Tints of Japonica #D57555
RGB
CMYK
RGB Variations
Color information
#D57555 (or 0xD57555) is known color: Japonica. HEX triplet: D5, 75 and 55. RGB value is (213,117,85). Sum of RGB (Red+Green+Blue) = 213+117+85=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D57555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57555 is #2A8AAA. Grayscale: #8E8E8E. Windows color (decimal): -2788011 or 5600725. OLE color: 5600725.
HSL color Cylindrical-coordinate representation of color #D57555: hue angle of 15º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D57555 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 85 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.16 |
| HSL | 15º | 0.6% | 0.58% | - |
| HSV(B) | 15º | 0.6% | 0.84% | - |
| XYZ | 35.44 | 27.52 | 12.04 | - |
| YUV | 142.06 | 95.8 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 85 | 0 | 0.45 | 0.60 | 0.16 | 15 | 0.6 | 0.58 |
| Hex | D5 | 75 | 55 | 0 | 2D | 3C | 10 | F | 3C | 3A |
| Octal | 325 | 165 | 125 | 0 | 55 | 74 | 20 | 17 | 74 | 72 |
| Binary | 11010101 | 1110101 | 1010101 | 0 | 101101 | 111100 | 10000 | 1111 | 111100 | 111010 |
Color Harmonies of #D57555
Complementary color
Monochromatic Colors of #D57555
Black with #D57555
Text Example
Text Example
White with #D57555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57555; }
p { color: rgb(213,117,85); }
H1.HeaderClassName
{
color: #D57555;
}
.AnyTagClassName
{
color: #D57555;
}
</style>
background-color css
<style>
a { background-color: #D57555; }
a { background-color: rgb(213,117,85); }
div.DivClassName
{
background-color: #D57555;
}
.BgClassName
{
background-color: #D57555;
}
</style>
border-color css
<style>
span { border-color: #D57555; }
span { border-color: rgb(213,117,85); }
td.TdClassName
{
border-color: #D57555;
}
.TagClassName
{
border-color: #D57555;
}
</style>