Shades of Japonica #D57264
Tints of Japonica #D57264
RGB
CMYK
RGB Variations
Color information
#D57264 (or 0xD57264) is known color: Japonica. HEX triplet: D5, 72 and 64. RGB value is (213,114,100). Sum of RGB (Red+Green+Blue) = 213+114+100=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D57264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57264 is #2A8D9B. Grayscale: #8E8E8E. Windows color (decimal): -2788764 or 6582997. OLE color: 6582997.
HSL color Cylindrical-coordinate representation of color #D57264: hue angle of 7.43º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D57264 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 100 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.16 |
| HSL | 7.43º | 0.57% | 0.61% | - |
| HSV(B) | 7.43º | 0.53% | 0.84% | - |
| XYZ | 35.76 | 27.1 | 15.4 | - |
| YUV | 142.01 | 104.3 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 100 | 0 | 0.46 | 0.53 | 0.16 | 7.43 | 0.57 | 0.61 |
| Hex | D5 | 72 | 64 | 0 | 2E | 35 | 10 | 7 | 39 | 3D |
| Octal | 325 | 162 | 144 | 0 | 56 | 65 | 20 | 7 | 71 | 75 |
| Binary | 11010101 | 1110010 | 1100100 | 0 | 101110 | 110101 | 10000 | 111 | 111001 | 111101 |
Color Harmonies of #D57264
Complementary color
Monochromatic Colors of #D57264
Black with #D57264
Text Example
Text Example
White with #D57264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57264; }
p { color: rgb(213,114,100); }
H1.HeaderClassName
{
color: #D57264;
}
.AnyTagClassName
{
color: #D57264;
}
</style>
background-color css
<style>
a { background-color: #D57264; }
a { background-color: rgb(213,114,100); }
div.DivClassName
{
background-color: #D57264;
}
.BgClassName
{
background-color: #D57264;
}
</style>
border-color css
<style>
span { border-color: #D57264; }
span { border-color: rgb(213,114,100); }
td.TdClassName
{
border-color: #D57264;
}
.TagClassName
{
border-color: #D57264;
}
</style>