Shades of Japonica #D77158
Tints of Japonica #D77158
RGB
CMYK
RGB Variations
Color information
#D77158 (or 0xD77158) is known color: Japonica. HEX triplet: D7, 71 and 58. RGB value is (215,113,88). Sum of RGB (Red+Green+Blue) = 215+113+88=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D77158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77158 is #288EA7. Grayscale: #8C8C8C. Windows color (decimal): -2657960 or 5796311. OLE color: 5796311.
HSL color Cylindrical-coordinate representation of color #D77158: hue angle of 11.81º degrees, saturation: 0.61, 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 #D77158 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 88 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.16 |
| HSL | 11.81º | 0.61% | 0.59% | - |
| HSV(B) | 11.81º | 0.59% | 0.84% | - |
| XYZ | 35.69 | 26.96 | 12.56 | - |
| YUV | 140.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 88 | 0 | 0.47 | 0.59 | 0.16 | 11.81 | 0.61 | 0.59 |
| Hex | D7 | 71 | 58 | 0 | 2F | 3B | 10 | C | 3D | 3B |
| Octal | 327 | 161 | 130 | 0 | 57 | 73 | 20 | 14 | 75 | 73 |
| Binary | 11010111 | 1110001 | 1011000 | 0 | 101111 | 111011 | 10000 | 1100 | 111101 | 111011 |
Color Harmonies of #D77158
Complementary color
Monochromatic Colors of #D77158
Black with #D77158
Text Example
Text Example
White with #D77158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77158; }
p { color: rgb(215,113,88); }
H1.HeaderClassName
{
color: #D77158;
}
.AnyTagClassName
{
color: #D77158;
}
</style>
background-color css
<style>
a { background-color: #D77158; }
a { background-color: rgb(215,113,88); }
div.DivClassName
{
background-color: #D77158;
}
.BgClassName
{
background-color: #D77158;
}
</style>
border-color css
<style>
span { border-color: #D77158; }
span { border-color: rgb(215,113,88); }
td.TdClassName
{
border-color: #D77158;
}
.TagClassName
{
border-color: #D77158;
}
</style>