Shades of Froly #DB7579
Tints of Froly #DB7579
RGB
CMYK
RGB Variations
Color information
#DB7579 (or 0xDB7579) is known color: Froly. HEX triplet: DB, 75 and 79. RGB value is (219,117,121). Sum of RGB (Red+Green+Blue) = 219+117+121=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7579 is #248A86. Grayscale: #949494. Windows color (decimal): -2394759 or 7960027. OLE color: 7960027.
HSL color Cylindrical-coordinate representation of color #DB7579: hue angle of 357.65º 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 #DB7579 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 121 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.14 |
| HSL | 357.65º | 0.59% | 0.66% | - |
| HSV(B) | 357.65º | 0.47% | 0.86% | - |
| XYZ | 39.03 | 29.16 | 21.66 | - |
| YUV | 147.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 121 | 0 | 0.47 | 0.45 | 0.14 | 357.65 | 0.59 | 0.66 |
| Hex | DB | 75 | 79 | 0 | 2F | 2D | E | 166 | 3B | 42 |
| Octal | 333 | 165 | 171 | 0 | 57 | 55 | 16 | 546 | 73 | 102 |
| Binary | 11011011 | 1110101 | 1111001 | 0 | 101111 | 101101 | 1110 | 101100110 | 111011 | 1000010 |
Color Harmonies of #DB7579
Complementary color
Monochromatic Colors of #DB7579
Black with #DB7579
Text Example
Text Example
White with #DB7579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7579; }
p { color: rgb(219,117,121); }
H1.HeaderClassName
{
color: #DB7579;
}
.AnyTagClassName
{
color: #DB7579;
}
</style>
background-color css
<style>
a { background-color: #DB7579; }
a { background-color: rgb(219,117,121); }
div.DivClassName
{
background-color: #DB7579;
}
.BgClassName
{
background-color: #DB7579;
}
</style>
border-color css
<style>
span { border-color: #DB7579; }
span { border-color: rgb(219,117,121); }
td.TdClassName
{
border-color: #DB7579;
}
.TagClassName
{
border-color: #DB7579;
}
</style>