Shades of Japonica #D57265
Tints of Japonica #D57265
RGB
CMYK
RGB Variations
Color information
#D57265 (or 0xD57265) is known color: Japonica. HEX triplet: D5, 72 and 65. RGB value is (213,114,101). Sum of RGB (Red+Green+Blue) = 213+114+101=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D57265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57265 is #2A8D9A. Grayscale: #8E8E8E. Windows color (decimal): -2788763 or 6648533. OLE color: 6648533.
HSL color Cylindrical-coordinate representation of color #D57265: hue angle of 6.96º 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 #D57265 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 101 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.16 |
| HSL | 6.96º | 0.57% | 0.62% | - |
| HSV(B) | 6.96º | 0.53% | 0.84% | - |
| XYZ | 35.81 | 27.12 | 15.66 | - |
| YUV | 142.12 | 104.8 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 101 | 0 | 0.46 | 0.53 | 0.16 | 6.96 | 0.57 | 0.62 |
| Hex | D5 | 72 | 65 | 0 | 2E | 35 | 10 | 7 | 39 | 3E |
| Octal | 325 | 162 | 145 | 0 | 56 | 65 | 20 | 7 | 71 | 76 |
| Binary | 11010101 | 1110010 | 1100101 | 0 | 101110 | 110101 | 10000 | 111 | 111001 | 111110 |
Color Harmonies of #D57265
Complementary color
Monochromatic Colors of #D57265
Black with #D57265
Text Example
Text Example
White with #D57265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57265; }
p { color: rgb(213,114,101); }
H1.HeaderClassName
{
color: #D57265;
}
.AnyTagClassName
{
color: #D57265;
}
</style>
background-color css
<style>
a { background-color: #D57265; }
a { background-color: rgb(213,114,101); }
div.DivClassName
{
background-color: #D57265;
}
.BgClassName
{
background-color: #D57265;
}
</style>
border-color css
<style>
span { border-color: #D57265; }
span { border-color: rgb(213,114,101); }
td.TdClassName
{
border-color: #D57265;
}
.TagClassName
{
border-color: #D57265;
}
</style>