Shades of Japonica #D06E58
Tints of Japonica #D06E58
RGB
CMYK
RGB Variations
Color information
#D06E58 (or 0xD06E58) is known color: Japonica. HEX triplet: D0, 6E and 58. RGB value is (208,110,88). Sum of RGB (Red+Green+Blue) = 208+110+88=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06E58 is #2F91A7. Grayscale: #888888. Windows color (decimal): -3117480 or 5795536. OLE color: 5795536.
HSL color Cylindrical-coordinate representation of color #D06E58: hue angle of 11º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D06E58 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 88 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.18 |
| HSL | 11º | 0.56% | 0.58% | - |
| HSV(B) | 11º | 0.58% | 0.82% | - |
| XYZ | 33.35 | 25.27 | 12.35 | - |
| YUV | 136.79 | 100.47 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 88 | 0 | 0.47 | 0.58 | 0.18 | 11 | 0.56 | 0.58 |
| Hex | D0 | 6E | 58 | 0 | 2F | 3A | 12 | B | 38 | 3A |
| Octal | 320 | 156 | 130 | 0 | 57 | 72 | 22 | 13 | 70 | 72 |
| Binary | 11010000 | 1101110 | 1011000 | 0 | 101111 | 111010 | 10010 | 1011 | 111000 | 111010 |
Color Harmonies of #D06E58
Complementary color
Monochromatic Colors of #D06E58
Black with #D06E58
Text Example
Text Example
White with #D06E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06E58; }
p { color: rgb(208,110,88); }
H1.HeaderClassName
{
color: #D06E58;
}
.AnyTagClassName
{
color: #D06E58;
}
</style>
background-color css
<style>
a { background-color: #D06E58; }
a { background-color: rgb(208,110,88); }
div.DivClassName
{
background-color: #D06E58;
}
.BgClassName
{
background-color: #D06E58;
}
</style>
border-color css
<style>
span { border-color: #D06E58; }
span { border-color: rgb(208,110,88); }
td.TdClassName
{
border-color: #D06E58;
}
.TagClassName
{
border-color: #D06E58;
}
</style>