Shades of Japonica #D27052
Tints of Japonica #D27052
RGB
CMYK
RGB Variations
Color information
#D27052 (or 0xD27052) is known color: Japonica. HEX triplet: D2, 70 and 52. RGB value is (210,112,82). Sum of RGB (Red+Green+Blue) = 210+112+82=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D27052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27052 is #2D8FAD. Grayscale: #8A8A8A. Windows color (decimal): -2985902 or 5402834. OLE color: 5402834.
HSL color Cylindrical-coordinate representation of color #D27052: hue angle of 14.06º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D27052 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 82 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.18 |
| HSL | 14.06º | 0.59% | 0.57% | - |
| HSV(B) | 14.06º | 0.61% | 0.82% | - |
| XYZ | 33.9 | 25.9 | 11.2 | - |
| YUV | 137.88 | 96.47 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 82 | 0 | 0.47 | 0.61 | 0.18 | 14.06 | 0.59 | 0.57 |
| Hex | D2 | 70 | 52 | 0 | 2F | 3D | 12 | E | 3B | 39 |
| Octal | 322 | 160 | 122 | 0 | 57 | 75 | 22 | 16 | 73 | 71 |
| Binary | 11010010 | 1110000 | 1010010 | 0 | 101111 | 111101 | 10010 | 1110 | 111011 | 111001 |
Color Harmonies of #D27052
Complementary color
Monochromatic Colors of #D27052
Black with #D27052
Text Example
Text Example
White with #D27052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27052; }
p { color: rgb(210,112,82); }
H1.HeaderClassName
{
color: #D27052;
}
.AnyTagClassName
{
color: #D27052;
}
</style>
background-color css
<style>
a { background-color: #D27052; }
a { background-color: rgb(210,112,82); }
div.DivClassName
{
background-color: #D27052;
}
.BgClassName
{
background-color: #D27052;
}
</style>
border-color css
<style>
span { border-color: #D27052; }
span { border-color: rgb(210,112,82); }
td.TdClassName
{
border-color: #D27052;
}
.TagClassName
{
border-color: #D27052;
}
</style>