Shades of Japonica #D57158
Tints of Japonica #D57158
RGB
CMYK
RGB Variations
Color information
#D57158 (or 0xD57158) is known color: Japonica. HEX triplet: D5, 71 and 58. RGB value is (213,113,88). Sum of RGB (Red+Green+Blue) = 213+113+88=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D57158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57158 is #2A8EA7. Grayscale: #8C8C8C. Windows color (decimal): -2789032 or 5796309. OLE color: 5796309.
HSL color Cylindrical-coordinate representation of color #D57158: hue angle of 12º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D57158 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 88 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.16 |
| HSL | 12º | 0.6% | 0.59% | - |
| HSV(B) | 12º | 0.59% | 0.84% | - |
| XYZ | 35.11 | 26.66 | 12.53 | - |
| YUV | 140.05 | 98.63 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 88 | 0 | 0.47 | 0.59 | 0.16 | 12 | 0.6 | 0.59 |
| Hex | D5 | 71 | 58 | 0 | 2F | 3B | 10 | C | 3C | 3B |
| Octal | 325 | 161 | 130 | 0 | 57 | 73 | 20 | 14 | 74 | 73 |
| Binary | 11010101 | 1110001 | 1011000 | 0 | 101111 | 111011 | 10000 | 1100 | 111100 | 111011 |
Color Harmonies of #D57158
Complementary color
Monochromatic Colors of #D57158
Black with #D57158
Text Example
Text Example
White with #D57158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57158; }
p { color: rgb(213,113,88); }
H1.HeaderClassName
{
color: #D57158;
}
.AnyTagClassName
{
color: #D57158;
}
</style>
background-color css
<style>
a { background-color: #D57158; }
a { background-color: rgb(213,113,88); }
div.DivClassName
{
background-color: #D57158;
}
.BgClassName
{
background-color: #D57158;
}
</style>
border-color css
<style>
span { border-color: #D57158; }
span { border-color: rgb(213,113,88); }
td.TdClassName
{
border-color: #D57158;
}
.TagClassName
{
border-color: #D57158;
}
</style>