Shades of Japonica #D57565
Tints of Japonica #D57565
RGB
CMYK
RGB Variations
Color information
#D57565 (or 0xD57565) is known color: Japonica. HEX triplet: D5, 75 and 65. RGB value is (213,117,101). Sum of RGB (Red+Green+Blue) = 213+117+101=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D57565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57565 is #2A8A9A. Grayscale: #909090. Windows color (decimal): -2787995 or 6649301. OLE color: 6649301.
HSL color Cylindrical-coordinate representation of color #D57565: hue angle of 8.57º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D57565 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 101 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.16 |
| HSL | 8.57º | 0.57% | 0.62% | - |
| HSV(B) | 8.57º | 0.53% | 0.84% | - |
| XYZ | 36.15 | 27.81 | 15.77 | - |
| YUV | 143.88 | 103.8 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 101 | 0 | 0.45 | 0.53 | 0.16 | 8.57 | 0.57 | 0.62 |
| Hex | D5 | 75 | 65 | 0 | 2D | 35 | 10 | 9 | 39 | 3E |
| Octal | 325 | 165 | 145 | 0 | 55 | 65 | 20 | 11 | 71 | 76 |
| Binary | 11010101 | 1110101 | 1100101 | 0 | 101101 | 110101 | 10000 | 1001 | 111001 | 111110 |
Color Harmonies of #D57565
Complementary color
Monochromatic Colors of #D57565
Black with #D57565
Text Example
Text Example
White with #D57565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57565; }
p { color: rgb(213,117,101); }
H1.HeaderClassName
{
color: #D57565;
}
.AnyTagClassName
{
color: #D57565;
}
</style>
background-color css
<style>
a { background-color: #D57565; }
a { background-color: rgb(213,117,101); }
div.DivClassName
{
background-color: #D57565;
}
.BgClassName
{
background-color: #D57565;
}
</style>
border-color css
<style>
span { border-color: #D57565; }
span { border-color: rgb(213,117,101); }
td.TdClassName
{
border-color: #D57565;
}
.TagClassName
{
border-color: #D57565;
}
</style>