Shades of Japonica #D26D5C
Tints of Japonica #D26D5C
RGB
CMYK
RGB Variations
Color information
#D26D5C (or 0xD26D5C) is known color: Japonica. HEX triplet: D2, 6D and 5C. RGB value is (210,109,92). Sum of RGB (Red+Green+Blue) = 210+109+92=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26D5C is #2D92A3. Grayscale: #898989. Windows color (decimal): -2986660 or 6057426. OLE color: 6057426.
HSL color Cylindrical-coordinate representation of color #D26D5C: hue angle of 8.64º 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 #D26D5C is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 92 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.18 |
| HSL | 8.64º | 0.57% | 0.59% | - |
| HSV(B) | 8.64º | 0.56% | 0.82% | - |
| XYZ | 33.98 | 25.41 | 13.24 | - |
| YUV | 137.26 | 102.46 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 92 | 0 | 0.48 | 0.56 | 0.18 | 8.64 | 0.57 | 0.59 |
| Hex | D2 | 6D | 5C | 0 | 30 | 38 | 12 | 9 | 39 | 3B |
| Octal | 322 | 155 | 134 | 0 | 60 | 70 | 22 | 11 | 71 | 73 |
| Binary | 11010010 | 1101101 | 1011100 | 0 | 110000 | 111000 | 10010 | 1001 | 111001 | 111011 |
Color Harmonies of #D26D5C
Complementary color
Monochromatic Colors of #D26D5C
Black with #D26D5C
Text Example
Text Example
White with #D26D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26D5C; }
p { color: rgb(210,109,92); }
H1.HeaderClassName
{
color: #D26D5C;
}
.AnyTagClassName
{
color: #D26D5C;
}
</style>
background-color css
<style>
a { background-color: #D26D5C; }
a { background-color: rgb(210,109,92); }
div.DivClassName
{
background-color: #D26D5C;
}
.BgClassName
{
background-color: #D26D5C;
}
</style>
border-color css
<style>
span { border-color: #D26D5C; }
span { border-color: rgb(210,109,92); }
td.TdClassName
{
border-color: #D26D5C;
}
.TagClassName
{
border-color: #D26D5C;
}
</style>