Shades of Japonica #D2755C
Tints of Japonica #D2755C
RGB
CMYK
RGB Variations
Color information
#D2755C (or 0xD2755C) is known color: Japonica. HEX triplet: D2, 75 and 5C. RGB value is (210,117,92). Sum of RGB (Red+Green+Blue) = 210+117+92=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2755C is #2D8AA3. Grayscale: #8E8E8E. Windows color (decimal): -2984612 or 6059474. OLE color: 6059474.
HSL color Cylindrical-coordinate representation of color #D2755C: hue angle of 12.71º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2755C is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 92 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.18 |
| HSL | 12.71º | 0.57% | 0.59% | - |
| HSV(B) | 12.71º | 0.56% | 0.82% | - |
| XYZ | 34.87 | 27.2 | 13.54 | - |
| YUV | 141.96 | 99.81 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 92 | 0 | 0.44 | 0.56 | 0.18 | 12.71 | 0.57 | 0.59 |
| Hex | D2 | 75 | 5C | 0 | 2C | 38 | 12 | D | 39 | 3B |
| Octal | 322 | 165 | 134 | 0 | 54 | 70 | 22 | 15 | 71 | 73 |
| Binary | 11010010 | 1110101 | 1011100 | 0 | 101100 | 111000 | 10010 | 1101 | 111001 | 111011 |
Color Harmonies of #D2755C
Complementary color
Monochromatic Colors of #D2755C
Black with #D2755C
Text Example
Text Example
White with #D2755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2755C; }
p { color: rgb(210,117,92); }
H1.HeaderClassName
{
color: #D2755C;
}
.AnyTagClassName
{
color: #D2755C;
}
</style>
background-color css
<style>
a { background-color: #D2755C; }
a { background-color: rgb(210,117,92); }
div.DivClassName
{
background-color: #D2755C;
}
.BgClassName
{
background-color: #D2755C;
}
</style>
border-color css
<style>
span { border-color: #D2755C; }
span { border-color: rgb(210,117,92); }
td.TdClassName
{
border-color: #D2755C;
}
.TagClassName
{
border-color: #D2755C;
}
</style>