Shades of Froly #DB6B71
Tints of Froly #DB6B71
RGB
CMYK
RGB Variations
Color information
#DB6B71 (or 0xDB6B71) is known color: Froly. HEX triplet: DB, 6B and 71. RGB value is (219,107,113). Sum of RGB (Red+Green+Blue) = 219+107+113=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B71 is #24948E. Grayscale: #8D8D8D. Windows color (decimal): -2397327 or 7433179. OLE color: 7433179.
HSL color Cylindrical-coordinate representation of color #DB6B71: hue angle of 356.79º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6B71 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 113 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.14 |
| HSL | 356.79º | 0.61% | 0.64% | - |
| HSV(B) | 356.79º | 0.51% | 0.86% | - |
| XYZ | 37.45 | 26.77 | 18.82 | - |
| YUV | 141.17 | 112.11 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 113 | 0 | 0.51 | 0.48 | 0.14 | 356.79 | 0.61 | 0.64 |
| Hex | DB | 6B | 71 | 0 | 33 | 30 | E | 165 | 3D | 40 |
| Octal | 333 | 153 | 161 | 0 | 63 | 60 | 16 | 545 | 75 | 100 |
| Binary | 11011011 | 1101011 | 1110001 | 0 | 110011 | 110000 | 1110 | 101100101 | 111101 | 1000000 |
Color Harmonies of #DB6B71
Complementary color
Monochromatic Colors of #DB6B71
Black with #DB6B71
Text Example
Text Example
White with #DB6B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B71; }
p { color: rgb(219,107,113); }
H1.HeaderClassName
{
color: #DB6B71;
}
.AnyTagClassName
{
color: #DB6B71;
}
</style>
background-color css
<style>
a { background-color: #DB6B71; }
a { background-color: rgb(219,107,113); }
div.DivClassName
{
background-color: #DB6B71;
}
.BgClassName
{
background-color: #DB6B71;
}
</style>
border-color css
<style>
span { border-color: #DB6B71; }
span { border-color: rgb(219,107,113); }
td.TdClassName
{
border-color: #DB6B71;
}
.TagClassName
{
border-color: #DB6B71;
}
</style>