Shades of Japonica #D27163
Tints of Japonica #D27163
RGB
CMYK
RGB Variations
Color information
#D27163 (or 0xD27163) is known color: Japonica. HEX triplet: D2, 71 and 63. RGB value is (210,113,99). Sum of RGB (Red+Green+Blue) = 210+113+99=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D27163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27163 is #2D8E9C. Grayscale: #8C8C8C. Windows color (decimal): -2985629 or 6517202. OLE color: 6517202.
HSL color Cylindrical-coordinate representation of color #D27163: hue angle of 7.57º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D27163 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 99 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.18 |
| HSL | 7.57º | 0.55% | 0.61% | - |
| HSV(B) | 7.57º | 0.53% | 0.82% | - |
| XYZ | 34.74 | 26.41 | 15.07 | - |
| YUV | 140.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 99 | 0 | 0.46 | 0.53 | 0.18 | 7.57 | 0.55 | 0.61 |
| Hex | D2 | 71 | 63 | 0 | 2E | 35 | 12 | 8 | 37 | 3D |
| Octal | 322 | 161 | 143 | 0 | 56 | 65 | 22 | 10 | 67 | 75 |
| Binary | 11010010 | 1110001 | 1100011 | 0 | 101110 | 110101 | 10010 | 1000 | 110111 | 111101 |
Color Harmonies of #D27163
Complementary color
Monochromatic Colors of #D27163
Black with #D27163
Text Example
Text Example
White with #D27163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27163; }
p { color: rgb(210,113,99); }
H1.HeaderClassName
{
color: #D27163;
}
.AnyTagClassName
{
color: #D27163;
}
</style>
background-color css
<style>
a { background-color: #D27163; }
a { background-color: rgb(210,113,99); }
div.DivClassName
{
background-color: #D27163;
}
.BgClassName
{
background-color: #D27163;
}
</style>
border-color css
<style>
span { border-color: #D27163; }
span { border-color: rgb(210,113,99); }
td.TdClassName
{
border-color: #D27163;
}
.TagClassName
{
border-color: #D27163;
}
</style>