Shades of Japonica #D27063
Tints of Japonica #D27063
RGB
CMYK
RGB Variations
Color information
#D27063 (or 0xD27063) is known color: Japonica. HEX triplet: D2, 70 and 63. RGB value is (210,112,99). Sum of RGB (Red+Green+Blue) = 210+112+99=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D27063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27063 is #2D8F9C. Grayscale: #8B8B8B. Windows color (decimal): -2985885 or 6516946. OLE color: 6516946.
HSL color Cylindrical-coordinate representation of color #D27063: hue angle of 7.03º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D27063 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 99 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.18 |
| HSL | 7.03º | 0.55% | 0.61% | - |
| HSV(B) | 7.03º | 0.53% | 0.82% | - |
| XYZ | 34.62 | 26.19 | 15.03 | - |
| YUV | 139.82 | 104.97 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 99 | 0 | 0.47 | 0.53 | 0.18 | 7.03 | 0.55 | 0.61 |
| Hex | D2 | 70 | 63 | 0 | 2F | 35 | 12 | 7 | 37 | 3D |
| Octal | 322 | 160 | 143 | 0 | 57 | 65 | 22 | 7 | 67 | 75 |
| Binary | 11010010 | 1110000 | 1100011 | 0 | 101111 | 110101 | 10010 | 111 | 110111 | 111101 |
Color Harmonies of #D27063
Complementary color
Monochromatic Colors of #D27063
Black with #D27063
Text Example
Text Example
White with #D27063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27063; }
p { color: rgb(210,112,99); }
H1.HeaderClassName
{
color: #D27063;
}
.AnyTagClassName
{
color: #D27063;
}
</style>
background-color css
<style>
a { background-color: #D27063; }
a { background-color: rgb(210,112,99); }
div.DivClassName
{
background-color: #D27063;
}
.BgClassName
{
background-color: #D27063;
}
</style>
border-color css
<style>
span { border-color: #D27063; }
span { border-color: rgb(210,112,99); }
td.TdClassName
{
border-color: #D27063;
}
.TagClassName
{
border-color: #D27063;
}
</style>