Shades of Japonica #D57665
Tints of Japonica #D57665
RGB
CMYK
RGB Variations
Color information
#D57665 (or 0xD57665) is known color: Japonica. HEX triplet: D5, 76 and 65. RGB value is (213,118,101). Sum of RGB (Red+Green+Blue) = 213+118+101=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D57665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57665 is #2A899A. Grayscale: #909090. Windows color (decimal): -2787739 or 6649557. OLE color: 6649557.
HSL color Cylindrical-coordinate representation of color #D57665: hue angle of 9.11º 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 #D57665 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 101 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.16 |
| HSL | 9.11º | 0.57% | 0.62% | - |
| HSV(B) | 9.11º | 0.53% | 0.84% | - |
| XYZ | 36.27 | 28.04 | 15.81 | - |
| YUV | 144.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 101 | 0 | 0.45 | 0.53 | 0.16 | 9.11 | 0.57 | 0.62 |
| Hex | D5 | 76 | 65 | 0 | 2D | 35 | 10 | 9 | 39 | 3E |
| Octal | 325 | 166 | 145 | 0 | 55 | 65 | 20 | 11 | 71 | 76 |
| Binary | 11010101 | 1110110 | 1100101 | 0 | 101101 | 110101 | 10000 | 1001 | 111001 | 111110 |
Color Harmonies of #D57665
Complementary color
Monochromatic Colors of #D57665
Black with #D57665
Text Example
Text Example
White with #D57665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57665; }
p { color: rgb(213,118,101); }
H1.HeaderClassName
{
color: #D57665;
}
.AnyTagClassName
{
color: #D57665;
}
</style>
background-color css
<style>
a { background-color: #D57665; }
a { background-color: rgb(213,118,101); }
div.DivClassName
{
background-color: #D57665;
}
.BgClassName
{
background-color: #D57665;
}
</style>
border-color css
<style>
span { border-color: #D57665; }
span { border-color: rgb(213,118,101); }
td.TdClassName
{
border-color: #D57665;
}
.TagClassName
{
border-color: #D57665;
}
</style>