Shades of Japonica #D26A58
Tints of Japonica #D26A58
RGB
CMYK
RGB Variations
Color information
#D26A58 (or 0xD26A58) is known color: Japonica. HEX triplet: D2, 6A and 58. RGB value is (210,106,88). Sum of RGB (Red+Green+Blue) = 210+106+88=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26A58 is #2D95A7. Grayscale: #878787. Windows color (decimal): -2987432 or 5794514. OLE color: 5794514.
HSL color Cylindrical-coordinate representation of color #D26A58: hue angle of 8.85º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D26A58 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 88 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.18 |
| HSL | 8.85º | 0.58% | 0.58% | - |
| HSV(B) | 8.85º | 0.58% | 0.82% | - |
| XYZ | 33.49 | 24.71 | 12.24 | - |
| YUV | 135.04 | 101.46 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 88 | 0 | 0.50 | 0.58 | 0.18 | 8.85 | 0.58 | 0.58 |
| Hex | D2 | 6A | 58 | 0 | 32 | 3A | 12 | 9 | 3A | 3A |
| Octal | 322 | 152 | 130 | 0 | 62 | 72 | 22 | 11 | 72 | 72 |
| Binary | 11010010 | 1101010 | 1011000 | 0 | 110010 | 111010 | 10010 | 1001 | 111010 | 111010 |
Color Harmonies of #D26A58
Complementary color
Monochromatic Colors of #D26A58
Black with #D26A58
Text Example
Text Example
White with #D26A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A58; }
p { color: rgb(210,106,88); }
H1.HeaderClassName
{
color: #D26A58;
}
.AnyTagClassName
{
color: #D26A58;
}
</style>
background-color css
<style>
a { background-color: #D26A58; }
a { background-color: rgb(210,106,88); }
div.DivClassName
{
background-color: #D26A58;
}
.BgClassName
{
background-color: #D26A58;
}
</style>
border-color css
<style>
span { border-color: #D26A58; }
span { border-color: rgb(210,106,88); }
td.TdClassName
{
border-color: #D26A58;
}
.TagClassName
{
border-color: #D26A58;
}
</style>