Shades of Japonica #D57252
Tints of Japonica #D57252
RGB
CMYK
RGB Variations
Color information
#D57252 (or 0xD57252) is known color: Japonica. HEX triplet: D5, 72 and 52. RGB value is (213,114,82). Sum of RGB (Red+Green+Blue) = 213+114+82=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D57252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57252 is #2A8DAD. Grayscale: #8C8C8C. Windows color (decimal): -2788782 or 5403349. OLE color: 5403349.
HSL color Cylindrical-coordinate representation of color #D57252: hue angle of 14.66º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D57252 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 82 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.16 |
| HSL | 14.66º | 0.61% | 0.58% | - |
| HSV(B) | 14.66º | 0.62% | 0.84% | - |
| XYZ | 34.98 | 26.79 | 11.31 | - |
| YUV | 139.95 | 95.3 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 82 | 0 | 0.46 | 0.62 | 0.16 | 14.66 | 0.61 | 0.58 |
| Hex | D5 | 72 | 52 | 0 | 2E | 3E | 10 | F | 3D | 3A |
| Octal | 325 | 162 | 122 | 0 | 56 | 76 | 20 | 17 | 75 | 72 |
| Binary | 11010101 | 1110010 | 1010010 | 0 | 101110 | 111110 | 10000 | 1111 | 111101 | 111010 |
Color Harmonies of #D57252
Complementary color
Monochromatic Colors of #D57252
Black with #D57252
Text Example
Text Example
White with #D57252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57252; }
p { color: rgb(213,114,82); }
H1.HeaderClassName
{
color: #D57252;
}
.AnyTagClassName
{
color: #D57252;
}
</style>
background-color css
<style>
a { background-color: #D57252; }
a { background-color: rgb(213,114,82); }
div.DivClassName
{
background-color: #D57252;
}
.BgClassName
{
background-color: #D57252;
}
</style>
border-color css
<style>
span { border-color: #D57252; }
span { border-color: rgb(213,114,82); }
td.TdClassName
{
border-color: #D57252;
}
.TagClassName
{
border-color: #D57252;
}
</style>