Shades of Japonica #D17252
Tints of Japonica #D17252
RGB
CMYK
RGB Variations
Color information
#D17252 (or 0xD17252) is known color: Japonica. HEX triplet: D1, 72 and 52. RGB value is (209,114,82). Sum of RGB (Red+Green+Blue) = 209+114+82=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D17252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17252 is #2E8DAD. Grayscale: #8A8A8A. Windows color (decimal): -3050926 or 5403345. OLE color: 5403345.
HSL color Cylindrical-coordinate representation of color #D17252: hue angle of 15.12º degrees, saturation: 0.58, 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 #D17252 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 82 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.18 |
| HSL | 15.12º | 0.58% | 0.57% | - |
| HSV(B) | 15.12º | 0.61% | 0.82% | - |
| XYZ | 33.83 | 26.2 | 11.26 | - |
| YUV | 138.76 | 95.97 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 82 | 0 | 0.45 | 0.61 | 0.18 | 15.12 | 0.58 | 0.57 |
| Hex | D1 | 72 | 52 | 0 | 2D | 3D | 12 | F | 3A | 39 |
| Octal | 321 | 162 | 122 | 0 | 55 | 75 | 22 | 17 | 72 | 71 |
| Binary | 11010001 | 1110010 | 1010010 | 0 | 101101 | 111101 | 10010 | 1111 | 111010 | 111001 |
Color Harmonies of #D17252
Complementary color
Monochromatic Colors of #D17252
Black with #D17252
Text Example
Text Example
White with #D17252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17252; }
p { color: rgb(209,114,82); }
H1.HeaderClassName
{
color: #D17252;
}
.AnyTagClassName
{
color: #D17252;
}
</style>
background-color css
<style>
a { background-color: #D17252; }
a { background-color: rgb(209,114,82); }
div.DivClassName
{
background-color: #D17252;
}
.BgClassName
{
background-color: #D17252;
}
</style>
border-color css
<style>
span { border-color: #D17252; }
span { border-color: rgb(209,114,82); }
td.TdClassName
{
border-color: #D17252;
}
.TagClassName
{
border-color: #D17252;
}
</style>