Shades of Japonica #D26B5A
Tints of Japonica #D26B5A
RGB
CMYK
RGB Variations
Color information
#D26B5A (or 0xD26B5A) is known color: Japonica. HEX triplet: D2, 6B and 5A. RGB value is (210,107,90). Sum of RGB (Red+Green+Blue) = 210+107+90=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D26B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26B5A is #2D94A5. Grayscale: #888888. Windows color (decimal): -2987174 or 5925842. OLE color: 5925842.
HSL color Cylindrical-coordinate representation of color #D26B5A: hue angle of 8.5º 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 #D26B5A is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 107 | 90 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.18 |
| HSL | 8.5º | 0.57% | 0.59% | - |
| HSV(B) | 8.5º | 0.57% | 0.82% | - |
| XYZ | 33.68 | 24.96 | 12.71 | - |
| YUV | 135.86 | 102.12 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 90 | 0 | 0.49 | 0.57 | 0.18 | 8.5 | 0.57 | 0.59 |
| Hex | D2 | 6B | 5A | 0 | 31 | 39 | 12 | 8 | 39 | 3B |
| Octal | 322 | 153 | 132 | 0 | 61 | 71 | 22 | 10 | 71 | 73 |
| Binary | 11010010 | 1101011 | 1011010 | 0 | 110001 | 111001 | 10010 | 1000 | 111001 | 111011 |
Color Harmonies of #D26B5A
Complementary color
Monochromatic Colors of #D26B5A
Black with #D26B5A
Text Example
Text Example
White with #D26B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26B5A; }
p { color: rgb(210,107,90); }
H1.HeaderClassName
{
color: #D26B5A;
}
.AnyTagClassName
{
color: #D26B5A;
}
</style>
background-color css
<style>
a { background-color: #D26B5A; }
a { background-color: rgb(210,107,90); }
div.DivClassName
{
background-color: #D26B5A;
}
.BgClassName
{
background-color: #D26B5A;
}
</style>
border-color css
<style>
span { border-color: #D26B5A; }
span { border-color: rgb(210,107,90); }
td.TdClassName
{
border-color: #D26B5A;
}
.TagClassName
{
border-color: #D26B5A;
}
</style>