Shades of Froly #DB7479
Tints of Froly #DB7479
RGB
CMYK
RGB Variations
Color information
#DB7479 (or 0xDB7479) is known color: Froly. HEX triplet: DB, 74 and 79. RGB value is (219,116,121). Sum of RGB (Red+Green+Blue) = 219+116+121=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7479 is #248B86. Grayscale: #939393. Windows color (decimal): -2395015 or 7959771. OLE color: 7959771.
HSL color Cylindrical-coordinate representation of color #DB7479: hue angle of 357.09º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7479 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 121 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.14 |
| HSL | 357.09º | 0.59% | 0.66% | - |
| HSV(B) | 357.09º | 0.47% | 0.86% | - |
| XYZ | 38.91 | 28.93 | 21.62 | - |
| YUV | 147.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 121 | 0 | 0.47 | 0.45 | 0.14 | 357.09 | 0.59 | 0.66 |
| Hex | DB | 74 | 79 | 0 | 2F | 2D | E | 165 | 3B | 42 |
| Octal | 333 | 164 | 171 | 0 | 57 | 55 | 16 | 545 | 73 | 102 |
| Binary | 11011011 | 1110100 | 1111001 | 0 | 101111 | 101101 | 1110 | 101100101 | 111011 | 1000010 |
Color Harmonies of #DB7479
Complementary color
Monochromatic Colors of #DB7479
Black with #DB7479
Text Example
Text Example
White with #DB7479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7479; }
p { color: rgb(219,116,121); }
H1.HeaderClassName
{
color: #DB7479;
}
.AnyTagClassName
{
color: #DB7479;
}
</style>
background-color css
<style>
a { background-color: #DB7479; }
a { background-color: rgb(219,116,121); }
div.DivClassName
{
background-color: #DB7479;
}
.BgClassName
{
background-color: #DB7479;
}
</style>
border-color css
<style>
span { border-color: #DB7479; }
span { border-color: rgb(219,116,121); }
td.TdClassName
{
border-color: #DB7479;
}
.TagClassName
{
border-color: #DB7479;
}
</style>