Shades of Froly #DB6D79
Tints of Froly #DB6D79
RGB
CMYK
RGB Variations
Color information
#DB6D79 (or 0xDB6D79) is known color: Froly. HEX triplet: DB, 6D and 79. RGB value is (219,109,121). Sum of RGB (Red+Green+Blue) = 219+109+121=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D79 is #249286. Grayscale: #8F8F8F. Windows color (decimal): -2396807 or 7957979. OLE color: 7957979.
HSL color Cylindrical-coordinate representation of color #DB6D79: hue angle of 353.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6D79 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 121 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.14 |
| HSL | 353.45º | 0.6% | 0.64% | - |
| HSV(B) | 353.45º | 0.5% | 0.86% | - |
| XYZ | 38.13 | 27.38 | 21.36 | - |
| YUV | 143.26 | 115.44 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 121 | 0 | 0.50 | 0.45 | 0.14 | 353.45 | 0.6 | 0.64 |
| Hex | DB | 6D | 79 | 0 | 32 | 2D | E | 161 | 3C | 40 |
| Octal | 333 | 155 | 171 | 0 | 62 | 55 | 16 | 541 | 74 | 100 |
| Binary | 11011011 | 1101101 | 1111001 | 0 | 110010 | 101101 | 1110 | 101100001 | 111100 | 1000000 |
Color Harmonies of #DB6D79
Complementary color
Monochromatic Colors of #DB6D79
Black with #DB6D79
Text Example
Text Example
White with #DB6D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D79; }
p { color: rgb(219,109,121); }
H1.HeaderClassName
{
color: #DB6D79;
}
.AnyTagClassName
{
color: #DB6D79;
}
</style>
background-color css
<style>
a { background-color: #DB6D79; }
a { background-color: rgb(219,109,121); }
div.DivClassName
{
background-color: #DB6D79;
}
.BgClassName
{
background-color: #DB6D79;
}
</style>
border-color css
<style>
span { border-color: #DB6D79; }
span { border-color: rgb(219,109,121); }
td.TdClassName
{
border-color: #DB6D79;
}
.TagClassName
{
border-color: #DB6D79;
}
</style>