Shades of Japonica #D26C5F
Tints of Japonica #D26C5F
RGB
CMYK
RGB Variations
Color information
#D26C5F (or 0xD26C5F) is known color: Japonica. HEX triplet: D2, 6C and 5F. RGB value is (210,108,95). Sum of RGB (Red+Green+Blue) = 210+108+95=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C5F is #2D93A0. Grayscale: #898989. Windows color (decimal): -2986913 or 6253778. OLE color: 6253778.
HSL color Cylindrical-coordinate representation of color #D26C5F: hue angle of 6.78º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D26C5F is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 95 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.18 |
| HSL | 6.78º | 0.56% | 0.6% | - |
| HSV(B) | 6.78º | 0.55% | 0.82% | - |
| XYZ | 34.01 | 25.25 | 13.91 | - |
| YUV | 137.02 | 104.29 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 95 | 0 | 0.49 | 0.55 | 0.18 | 6.78 | 0.56 | 0.6 |
| Hex | D2 | 6C | 5F | 0 | 31 | 37 | 12 | 7 | 38 | 3C |
| Octal | 322 | 154 | 137 | 0 | 61 | 67 | 22 | 7 | 70 | 74 |
| Binary | 11010010 | 1101100 | 1011111 | 0 | 110001 | 110111 | 10010 | 111 | 111000 | 111100 |
Color Harmonies of #D26C5F
Complementary color
Monochromatic Colors of #D26C5F
Black with #D26C5F
Text Example
Text Example
White with #D26C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C5F; }
p { color: rgb(210,108,95); }
H1.HeaderClassName
{
color: #D26C5F;
}
.AnyTagClassName
{
color: #D26C5F;
}
</style>
background-color css
<style>
a { background-color: #D26C5F; }
a { background-color: rgb(210,108,95); }
div.DivClassName
{
background-color: #D26C5F;
}
.BgClassName
{
background-color: #D26C5F;
}
</style>
border-color css
<style>
span { border-color: #D26C5F; }
span { border-color: rgb(210,108,95); }
td.TdClassName
{
border-color: #D26C5F;
}
.TagClassName
{
border-color: #D26C5F;
}
</style>