Shades of Japonica #D17163
Tints of Japonica #D17163
RGB
CMYK
RGB Variations
Color information
#D17163 (or 0xD17163) is known color: Japonica. HEX triplet: D1, 71 and 63. RGB value is (209,113,99). Sum of RGB (Red+Green+Blue) = 209+113+99=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D17163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17163 is #2E8E9C. Grayscale: #8C8C8C. Windows color (decimal): -3051165 or 6517201. OLE color: 6517201.
HSL color Cylindrical-coordinate representation of color #D17163: hue angle of 7.64º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D17163 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 99 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.18 |
| HSL | 7.64º | 0.54% | 0.6% | - |
| HSV(B) | 7.64º | 0.53% | 0.82% | - |
| XYZ | 34.45 | 26.27 | 15.06 | - |
| YUV | 140.11 | 104.8 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 99 | 0 | 0.46 | 0.53 | 0.18 | 7.64 | 0.54 | 0.6 |
| Hex | D1 | 71 | 63 | 0 | 2E | 35 | 12 | 8 | 36 | 3C |
| Octal | 321 | 161 | 143 | 0 | 56 | 65 | 22 | 10 | 66 | 74 |
| Binary | 11010001 | 1110001 | 1100011 | 0 | 101110 | 110101 | 10010 | 1000 | 110110 | 111100 |
Color Harmonies of #D17163
Complementary color
Monochromatic Colors of #D17163
Black with #D17163
Text Example
Text Example
White with #D17163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17163; }
p { color: rgb(209,113,99); }
H1.HeaderClassName
{
color: #D17163;
}
.AnyTagClassName
{
color: #D17163;
}
</style>
background-color css
<style>
a { background-color: #D17163; }
a { background-color: rgb(209,113,99); }
div.DivClassName
{
background-color: #D17163;
}
.BgClassName
{
background-color: #D17163;
}
</style>
border-color css
<style>
span { border-color: #D17163; }
span { border-color: rgb(209,113,99); }
td.TdClassName
{
border-color: #D17163;
}
.TagClassName
{
border-color: #D17163;
}
</style>