Shades of Froly #DB6E72
Tints of Froly #DB6E72
RGB
CMYK
RGB Variations
Color information
#DB6E72 (or 0xDB6E72) is known color: Froly. HEX triplet: DB, 6E and 72. RGB value is (219,110,114). Sum of RGB (Red+Green+Blue) = 219+110+114=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6E72 is #24918D. Grayscale: #8F8F8F. Windows color (decimal): -2396558 or 7499483. OLE color: 7499483.
HSL color Cylindrical-coordinate representation of color #DB6E72: hue angle of 357.8º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6E72 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 114 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.14 |
| HSL | 357.8º | 0.6% | 0.65% | - |
| HSV(B) | 357.8º | 0.5% | 0.86% | - |
| XYZ | 37.83 | 27.43 | 19.22 | - |
| YUV | 143.05 | 111.61 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 114 | 0 | 0.50 | 0.48 | 0.14 | 357.8 | 0.6 | 0.65 |
| Hex | DB | 6E | 72 | 0 | 32 | 30 | E | 166 | 3C | 41 |
| Octal | 333 | 156 | 162 | 0 | 62 | 60 | 16 | 546 | 74 | 101 |
| Binary | 11011011 | 1101110 | 1110010 | 0 | 110010 | 110000 | 1110 | 101100110 | 111100 | 1000001 |
Color Harmonies of #DB6E72
Complementary color
Monochromatic Colors of #DB6E72
Black with #DB6E72
Text Example
Text Example
White with #DB6E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E72; }
p { color: rgb(219,110,114); }
H1.HeaderClassName
{
color: #DB6E72;
}
.AnyTagClassName
{
color: #DB6E72;
}
</style>
background-color css
<style>
a { background-color: #DB6E72; }
a { background-color: rgb(219,110,114); }
div.DivClassName
{
background-color: #DB6E72;
}
.BgClassName
{
background-color: #DB6E72;
}
</style>
border-color css
<style>
span { border-color: #DB6E72; }
span { border-color: rgb(219,110,114); }
td.TdClassName
{
border-color: #DB6E72;
}
.TagClassName
{
border-color: #DB6E72;
}
</style>