Shades of Japonica #D27062
Tints of Japonica #D27062
RGB
CMYK
RGB Variations
Color information
#D27062 (or 0xD27062) is known color: Japonica. HEX triplet: D2, 70 and 62. RGB value is (210,112,98). Sum of RGB (Red+Green+Blue) = 210+112+98=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D27062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27062 is #2D8F9D. Grayscale: #8B8B8B. Windows color (decimal): -2985886 or 6451410. OLE color: 6451410.
HSL color Cylindrical-coordinate representation of color #D27062: hue angle of 7.5º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D27062 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 98 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.18 |
| HSL | 7.5º | 0.55% | 0.6% | - |
| HSV(B) | 7.5º | 0.53% | 0.82% | - |
| XYZ | 34.58 | 26.17 | 14.78 | - |
| YUV | 139.71 | 104.47 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 98 | 0 | 0.47 | 0.53 | 0.18 | 7.5 | 0.55 | 0.6 |
| Hex | D2 | 70 | 62 | 0 | 2F | 35 | 12 | 8 | 37 | 3C |
| Octal | 322 | 160 | 142 | 0 | 57 | 65 | 22 | 10 | 67 | 74 |
| Binary | 11010010 | 1110000 | 1100010 | 0 | 101111 | 110101 | 10010 | 1000 | 110111 | 111100 |
Color Harmonies of #D27062
Complementary color
Monochromatic Colors of #D27062
Black with #D27062
Text Example
Text Example
White with #D27062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27062; }
p { color: rgb(210,112,98); }
H1.HeaderClassName
{
color: #D27062;
}
.AnyTagClassName
{
color: #D27062;
}
</style>
background-color css
<style>
a { background-color: #D27062; }
a { background-color: rgb(210,112,98); }
div.DivClassName
{
background-color: #D27062;
}
.BgClassName
{
background-color: #D27062;
}
</style>
border-color css
<style>
span { border-color: #D27062; }
span { border-color: rgb(210,112,98); }
td.TdClassName
{
border-color: #D27062;
}
.TagClassName
{
border-color: #D27062;
}
</style>