Shades of Japonica #D2755B
Tints of Japonica #D2755B
RGB
CMYK
RGB Variations
Color information
#D2755B (or 0xD2755B) is known color: Japonica. HEX triplet: D2, 75 and 5B. RGB value is (210,117,91). Sum of RGB (Red+Green+Blue) = 210+117+91=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2755B is #2D8AA4. Grayscale: #8E8E8E. Windows color (decimal): -2984613 or 5993938. OLE color: 5993938.
HSL color Cylindrical-coordinate representation of color #D2755B: hue angle of 13.11º 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 #D2755B is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 91 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.18 |
| HSL | 13.11º | 0.57% | 0.59% | - |
| HSV(B) | 13.11º | 0.57% | 0.82% | - |
| XYZ | 34.83 | 27.18 | 13.31 | - |
| YUV | 141.84 | 99.31 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 91 | 0 | 0.44 | 0.57 | 0.18 | 13.11 | 0.57 | 0.59 |
| Hex | D2 | 75 | 5B | 0 | 2C | 39 | 12 | D | 39 | 3B |
| Octal | 322 | 165 | 133 | 0 | 54 | 71 | 22 | 15 | 71 | 73 |
| Binary | 11010010 | 1110101 | 1011011 | 0 | 101100 | 111001 | 10010 | 1101 | 111001 | 111011 |
Color Harmonies of #D2755B
Complementary color
Monochromatic Colors of #D2755B
Black with #D2755B
Text Example
Text Example
White with #D2755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2755B; }
p { color: rgb(210,117,91); }
H1.HeaderClassName
{
color: #D2755B;
}
.AnyTagClassName
{
color: #D2755B;
}
</style>
background-color css
<style>
a { background-color: #D2755B; }
a { background-color: rgb(210,117,91); }
div.DivClassName
{
background-color: #D2755B;
}
.BgClassName
{
background-color: #D2755B;
}
</style>
border-color css
<style>
span { border-color: #D2755B; }
span { border-color: rgb(210,117,91); }
td.TdClassName
{
border-color: #D2755B;
}
.TagClassName
{
border-color: #D2755B;
}
</style>