Shades of Japonica #D2765B
Tints of Japonica #D2765B
RGB
CMYK
RGB Variations
Color information
#D2765B (or 0xD2765B) is known color: Japonica. HEX triplet: D2, 76 and 5B. RGB value is (210,118,91). Sum of RGB (Red+Green+Blue) = 210+118+91=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2765B is #2D89A4. Grayscale: #8E8E8E. Windows color (decimal): -2984357 or 5994194. OLE color: 5994194.
HSL color Cylindrical-coordinate representation of color #D2765B: hue angle of 13.61º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2765B is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 91 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.18 |
| HSL | 13.61º | 0.57% | 0.59% | - |
| HSV(B) | 13.61º | 0.57% | 0.82% | - |
| XYZ | 34.95 | 27.41 | 13.35 | - |
| YUV | 142.43 | 98.98 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 91 | 0 | 0.44 | 0.57 | 0.18 | 13.61 | 0.57 | 0.59 |
| Hex | D2 | 76 | 5B | 0 | 2C | 39 | 12 | E | 39 | 3B |
| Octal | 322 | 166 | 133 | 0 | 54 | 71 | 22 | 16 | 71 | 73 |
| Binary | 11010010 | 1110110 | 1011011 | 0 | 101100 | 111001 | 10010 | 1110 | 111001 | 111011 |
Color Harmonies of #D2765B
Complementary color
Monochromatic Colors of #D2765B
Black with #D2765B
Text Example
Text Example
White with #D2765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2765B; }
p { color: rgb(210,118,91); }
H1.HeaderClassName
{
color: #D2765B;
}
.AnyTagClassName
{
color: #D2765B;
}
</style>
background-color css
<style>
a { background-color: #D2765B; }
a { background-color: rgb(210,118,91); }
div.DivClassName
{
background-color: #D2765B;
}
.BgClassName
{
background-color: #D2765B;
}
</style>
border-color css
<style>
span { border-color: #D2765B; }
span { border-color: rgb(210,118,91); }
td.TdClassName
{
border-color: #D2765B;
}
.TagClassName
{
border-color: #D2765B;
}
</style>