Shades of Japonica #D46A58
Tints of Japonica #D46A58
RGB
CMYK
RGB Variations
Color information
#D46A58 (or 0xD46A58) is known color: Japonica. HEX triplet: D4, 6A and 58. RGB value is (212,106,88). Sum of RGB (Red+Green+Blue) = 212+106+88=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46A58 is #2B95A7. Grayscale: #878787. Windows color (decimal): -2856360 or 5794516. OLE color: 5794516.
HSL color Cylindrical-coordinate representation of color #D46A58: hue angle of 8.71º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D46A58 is Cyan = 0, Magento = 0.5, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 106 | 88 | - |
| CMYK | 0 | 0.5 | 0.58 | 0.17 |
| HSL | 8.71º | 0.59% | 0.59% | - |
| HSV(B) | 8.71º | 0.58% | 0.83% | - |
| XYZ | 34.07 | 25.01 | 12.26 | - |
| YUV | 135.64 | 101.12 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 88 | 0 | 0.5 | 0.58 | 0.17 | 8.71 | 0.59 | 0.59 |
| Hex | D4 | 6A | 58 | 0 | 32 | 3A | 11 | 9 | 3B | 3B |
| Octal | 324 | 152 | 130 | 0 | 62 | 72 | 21 | 11 | 73 | 73 |
| Binary | 11010100 | 1101010 | 1011000 | 0 | 110010 | 111010 | 10001 | 1001 | 111011 | 111011 |
Color Harmonies of #D46A58
Complementary color
Monochromatic Colors of #D46A58
Black with #D46A58
Text Example
Text Example
White with #D46A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46A58; }
p { color: rgb(212,106,88); }
H1.HeaderClassName
{
color: #D46A58;
}
.AnyTagClassName
{
color: #D46A58;
}
</style>
background-color css
<style>
a { background-color: #D46A58; }
a { background-color: rgb(212,106,88); }
div.DivClassName
{
background-color: #D46A58;
}
.BgClassName
{
background-color: #D46A58;
}
</style>
border-color css
<style>
span { border-color: #D46A58; }
span { border-color: rgb(212,106,88); }
td.TdClassName
{
border-color: #D46A58;
}
.TagClassName
{
border-color: #D46A58;
}
</style>