Shades of Japonica #D2745B
Tints of Japonica #D2745B
RGB
CMYK
RGB Variations
Color information
#D2745B (or 0xD2745B) is known color: Japonica. HEX triplet: D2, 74 and 5B. RGB value is (210,116,91). Sum of RGB (Red+Green+Blue) = 210+116+91=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2745B is #2D8BA4. Grayscale: #8D8D8D. Windows color (decimal): -2984869 or 5993682. OLE color: 5993682.
HSL color Cylindrical-coordinate representation of color #D2745B: hue angle of 12.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 #D2745B is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 91 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.18 |
| HSL | 12.61º | 0.57% | 0.59% | - |
| HSV(B) | 12.61º | 0.57% | 0.82% | - |
| XYZ | 34.71 | 26.95 | 13.27 | - |
| YUV | 141.26 | 99.64 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 91 | 0 | 0.45 | 0.57 | 0.18 | 12.61 | 0.57 | 0.59 |
| Hex | D2 | 74 | 5B | 0 | 2D | 39 | 12 | D | 39 | 3B |
| Octal | 322 | 164 | 133 | 0 | 55 | 71 | 22 | 15 | 71 | 73 |
| Binary | 11010010 | 1110100 | 1011011 | 0 | 101101 | 111001 | 10010 | 1101 | 111001 | 111011 |
Color Harmonies of #D2745B
Complementary color
Monochromatic Colors of #D2745B
Black with #D2745B
Text Example
Text Example
White with #D2745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2745B; }
p { color: rgb(210,116,91); }
H1.HeaderClassName
{
color: #D2745B;
}
.AnyTagClassName
{
color: #D2745B;
}
</style>
background-color css
<style>
a { background-color: #D2745B; }
a { background-color: rgb(210,116,91); }
div.DivClassName
{
background-color: #D2745B;
}
.BgClassName
{
background-color: #D2745B;
}
</style>
border-color css
<style>
span { border-color: #D2745B; }
span { border-color: rgb(210,116,91); }
td.TdClassName
{
border-color: #D2745B;
}
.TagClassName
{
border-color: #D2745B;
}
</style>