Shades of Japonica #D27565
Tints of Japonica #D27565
RGB
CMYK
RGB Variations
Color information
#D27565 (or 0xD27565) is known color: Japonica. HEX triplet: D2, 75 and 65. RGB value is (210,117,101). Sum of RGB (Red+Green+Blue) = 210+117+101=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D27565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27565 is #2D8A9A. Grayscale: #8F8F8F. Windows color (decimal): -2984603 or 6649298. OLE color: 6649298.
HSL color Cylindrical-coordinate representation of color #D27565: hue angle of 8.81º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D27565 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 101 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.18 |
| HSL | 8.81º | 0.55% | 0.61% | - |
| HSV(B) | 8.81º | 0.52% | 0.82% | - |
| XYZ | 35.29 | 27.36 | 15.73 | - |
| YUV | 142.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 101 | 0 | 0.44 | 0.52 | 0.18 | 8.81 | 0.55 | 0.61 |
| Hex | D2 | 75 | 65 | 0 | 2C | 34 | 12 | 9 | 37 | 3D |
| Octal | 322 | 165 | 145 | 0 | 54 | 64 | 22 | 11 | 67 | 75 |
| Binary | 11010010 | 1110101 | 1100101 | 0 | 101100 | 110100 | 10010 | 1001 | 110111 | 111101 |
Color Harmonies of #D27565
Complementary color
Monochromatic Colors of #D27565
Black with #D27565
Text Example
Text Example
White with #D27565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27565; }
p { color: rgb(210,117,101); }
H1.HeaderClassName
{
color: #D27565;
}
.AnyTagClassName
{
color: #D27565;
}
</style>
background-color css
<style>
a { background-color: #D27565; }
a { background-color: rgb(210,117,101); }
div.DivClassName
{
background-color: #D27565;
}
.BgClassName
{
background-color: #D27565;
}
</style>
border-color css
<style>
span { border-color: #D27565; }
span { border-color: rgb(210,117,101); }
td.TdClassName
{
border-color: #D27565;
}
.TagClassName
{
border-color: #D27565;
}
</style>