Shades of Froly #DB7179
Tints of Froly #DB7179
RGB
CMYK
RGB Variations
Color information
#DB7179 (or 0xDB7179) is known color: Froly. HEX triplet: DB, 71 and 79. RGB value is (219,113,121). Sum of RGB (Red+Green+Blue) = 219+113+121=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7179 is #248E86. Grayscale: #919191. Windows color (decimal): -2395783 or 7959003. OLE color: 7959003.
HSL color Cylindrical-coordinate representation of color #DB7179: hue angle of 355.47º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7179 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 121 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.14 |
| HSL | 355.47º | 0.6% | 0.65% | - |
| HSV(B) | 355.47º | 0.48% | 0.86% | - |
| XYZ | 38.57 | 28.25 | 21.51 | - |
| YUV | 145.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 121 | 0 | 0.48 | 0.45 | 0.14 | 355.47 | 0.6 | 0.65 |
| Hex | DB | 71 | 79 | 0 | 30 | 2D | E | 163 | 3C | 41 |
| Octal | 333 | 161 | 171 | 0 | 60 | 55 | 16 | 543 | 74 | 101 |
| Binary | 11011011 | 1110001 | 1111001 | 0 | 110000 | 101101 | 1110 | 101100011 | 111100 | 1000001 |
Color Harmonies of #DB7179
Complementary color
Monochromatic Colors of #DB7179
Black with #DB7179
Text Example
Text Example
White with #DB7179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7179; }
p { color: rgb(219,113,121); }
H1.HeaderClassName
{
color: #DB7179;
}
.AnyTagClassName
{
color: #DB7179;
}
</style>
background-color css
<style>
a { background-color: #DB7179; }
a { background-color: rgb(219,113,121); }
div.DivClassName
{
background-color: #DB7179;
}
.BgClassName
{
background-color: #DB7179;
}
</style>
border-color css
<style>
span { border-color: #DB7179; }
span { border-color: rgb(219,113,121); }
td.TdClassName
{
border-color: #DB7179;
}
.TagClassName
{
border-color: #DB7179;
}
</style>