Shades of Japonica #D27355
Tints of Japonica #D27355
RGB
CMYK
RGB Variations
Color information
#D27355 (or 0xD27355) is known color: Japonica. HEX triplet: D2, 73 and 55. RGB value is (210,115,85). Sum of RGB (Red+Green+Blue) = 210+115+85=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D27355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27355 is #2D8CAA. Grayscale: #8C8C8C. Windows color (decimal): -2985131 or 5600210. OLE color: 5600210.
HSL color Cylindrical-coordinate representation of color #D27355: hue angle of 14.4º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D27355 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 85 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.18 |
| HSL | 14.4º | 0.58% | 0.58% | - |
| HSV(B) | 14.4º | 0.6% | 0.82% | - |
| XYZ | 34.35 | 26.62 | 11.92 | - |
| YUV | 139.99 | 96.97 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 85 | 0 | 0.45 | 0.60 | 0.18 | 14.4 | 0.58 | 0.58 |
| Hex | D2 | 73 | 55 | 0 | 2D | 3C | 12 | E | 3A | 3A |
| Octal | 322 | 163 | 125 | 0 | 55 | 74 | 22 | 16 | 72 | 72 |
| Binary | 11010010 | 1110011 | 1010101 | 0 | 101101 | 111100 | 10010 | 1110 | 111010 | 111010 |
Color Harmonies of #D27355
Complementary color
Monochromatic Colors of #D27355
Black with #D27355
Text Example
Text Example
White with #D27355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27355; }
p { color: rgb(210,115,85); }
H1.HeaderClassName
{
color: #D27355;
}
.AnyTagClassName
{
color: #D27355;
}
</style>
background-color css
<style>
a { background-color: #D27355; }
a { background-color: rgb(210,115,85); }
div.DivClassName
{
background-color: #D27355;
}
.BgClassName
{
background-color: #D27355;
}
</style>
border-color css
<style>
span { border-color: #D27355; }
span { border-color: rgb(210,115,85); }
td.TdClassName
{
border-color: #D27355;
}
.TagClassName
{
border-color: #D27355;
}
</style>