Shades of Japonica #D27263
Tints of Japonica #D27263
RGB
CMYK
RGB Variations
Color information
#D27263 (or 0xD27263) is known color: Japonica. HEX triplet: D2, 72 and 63. RGB value is (210,114,99). Sum of RGB (Red+Green+Blue) = 210+114+99=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D27263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27263 is #2D8D9C. Grayscale: #8D8D8D. Windows color (decimal): -2985373 or 6517458. OLE color: 6517458.
HSL color Cylindrical-coordinate representation of color #D27263: hue angle of 8.11º 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 #D27263 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 99 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.18 |
| HSL | 8.11º | 0.55% | 0.61% | - |
| HSV(B) | 8.11º | 0.53% | 0.82% | - |
| XYZ | 34.85 | 26.64 | 15.11 | - |
| YUV | 140.99 | 104.3 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 99 | 0 | 0.46 | 0.53 | 0.18 | 8.11 | 0.55 | 0.61 |
| Hex | D2 | 72 | 63 | 0 | 2E | 35 | 12 | 8 | 37 | 3D |
| Octal | 322 | 162 | 143 | 0 | 56 | 65 | 22 | 10 | 67 | 75 |
| Binary | 11010010 | 1110010 | 1100011 | 0 | 101110 | 110101 | 10010 | 1000 | 110111 | 111101 |
Color Harmonies of #D27263
Complementary color
Monochromatic Colors of #D27263
Black with #D27263
Text Example
Text Example
White with #D27263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27263; }
p { color: rgb(210,114,99); }
H1.HeaderClassName
{
color: #D27263;
}
.AnyTagClassName
{
color: #D27263;
}
</style>
background-color css
<style>
a { background-color: #D27263; }
a { background-color: rgb(210,114,99); }
div.DivClassName
{
background-color: #D27263;
}
.BgClassName
{
background-color: #D27263;
}
</style>
border-color css
<style>
span { border-color: #D27263; }
span { border-color: rgb(210,114,99); }
td.TdClassName
{
border-color: #D27263;
}
.TagClassName
{
border-color: #D27263;
}
</style>