Shades of Japonica #D27558
Tints of Japonica #D27558
RGB
CMYK
RGB Variations
Color information
#D27558 (or 0xD27558) is known color: Japonica. HEX triplet: D2, 75 and 58. RGB value is (210,117,88). Sum of RGB (Red+Green+Blue) = 210+117+88=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D27558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27558 is #2D8AA7. Grayscale: #8D8D8D. Windows color (decimal): -2984616 or 5797330. OLE color: 5797330.
HSL color Cylindrical-coordinate representation of color #D27558: hue angle of 14.26º degrees, saturation: 0.58, 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 #D27558 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 88 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.18 |
| HSL | 14.26º | 0.58% | 0.58% | - |
| HSV(B) | 14.26º | 0.58% | 0.82% | - |
| XYZ | 34.7 | 27.13 | 12.64 | - |
| YUV | 141.5 | 97.81 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 88 | 0 | 0.44 | 0.58 | 0.18 | 14.26 | 0.58 | 0.58 |
| Hex | D2 | 75 | 58 | 0 | 2C | 3A | 12 | E | 3A | 3A |
| Octal | 322 | 165 | 130 | 0 | 54 | 72 | 22 | 16 | 72 | 72 |
| Binary | 11010010 | 1110101 | 1011000 | 0 | 101100 | 111010 | 10010 | 1110 | 111010 | 111010 |
Color Harmonies of #D27558
Complementary color
Monochromatic Colors of #D27558
Black with #D27558
Text Example
Text Example
White with #D27558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27558; }
p { color: rgb(210,117,88); }
H1.HeaderClassName
{
color: #D27558;
}
.AnyTagClassName
{
color: #D27558;
}
</style>
background-color css
<style>
a { background-color: #D27558; }
a { background-color: rgb(210,117,88); }
div.DivClassName
{
background-color: #D27558;
}
.BgClassName
{
background-color: #D27558;
}
</style>
border-color css
<style>
span { border-color: #D27558; }
span { border-color: rgb(210,117,88); }
td.TdClassName
{
border-color: #D27558;
}
.TagClassName
{
border-color: #D27558;
}
</style>