Shades of Froly #D26E73
Tints of Froly #D26E73
RGB
CMYK
RGB Variations
Color information
#D26E73 (or 0xD26E73) is known color: Froly. HEX triplet: D2, 6E and 73. RGB value is (210,110,115). Sum of RGB (Red+Green+Blue) = 210+110+115=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26E73 is #2D918C. Grayscale: #8C8C8C. Windows color (decimal): -2986381 or 7565010. OLE color: 7565010.
HSL color Cylindrical-coordinate representation of color #D26E73: hue angle of 357º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D26E73 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 115 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.18 |
| HSL | 357º | 0.53% | 0.63% | - |
| HSV(B) | 357º | 0.48% | 0.82% | - |
| XYZ | 35.25 | 26.09 | 19.4 | - |
| YUV | 140.47 | 113.63 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 115 | 0 | 0.48 | 0.45 | 0.18 | 357 | 0.53 | 0.63 |
| Hex | D2 | 6E | 73 | 0 | 30 | 2D | 12 | 165 | 35 | 3F |
| Octal | 322 | 156 | 163 | 0 | 60 | 55 | 22 | 545 | 65 | 77 |
| Binary | 11010010 | 1101110 | 1110011 | 0 | 110000 | 101101 | 10010 | 101100101 | 110101 | 111111 |
Color Harmonies of #D26E73
Complementary color
Monochromatic Colors of #D26E73
Black with #D26E73
Text Example
Text Example
White with #D26E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26E73; }
p { color: rgb(210,110,115); }
H1.HeaderClassName
{
color: #D26E73;
}
.AnyTagClassName
{
color: #D26E73;
}
</style>
background-color css
<style>
a { background-color: #D26E73; }
a { background-color: rgb(210,110,115); }
div.DivClassName
{
background-color: #D26E73;
}
.BgClassName
{
background-color: #D26E73;
}
</style>
border-color css
<style>
span { border-color: #D26E73; }
span { border-color: rgb(210,110,115); }
td.TdClassName
{
border-color: #D26E73;
}
.TagClassName
{
border-color: #D26E73;
}
</style>