Shades of Froly #DB6D71
Tints of Froly #DB6D71
RGB
CMYK
RGB Variations
Color information
#DB6D71 (or 0xDB6D71) is known color: Froly. HEX triplet: DB, 6D and 71. RGB value is (219,109,113). Sum of RGB (Red+Green+Blue) = 219+109+113=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D71 is #24928E. Grayscale: #8E8E8E. Windows color (decimal): -2396815 or 7433691. OLE color: 7433691.
HSL color Cylindrical-coordinate representation of color #DB6D71: hue angle of 357.82º 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 #DB6D71 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 113 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.14 |
| HSL | 357.82º | 0.6% | 0.64% | - |
| HSV(B) | 357.82º | 0.5% | 0.86% | - |
| XYZ | 37.66 | 27.19 | 18.89 | - |
| YUV | 142.35 | 111.44 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 113 | 0 | 0.50 | 0.48 | 0.14 | 357.82 | 0.6 | 0.64 |
| Hex | DB | 6D | 71 | 0 | 32 | 30 | E | 166 | 3C | 40 |
| Octal | 333 | 155 | 161 | 0 | 62 | 60 | 16 | 546 | 74 | 100 |
| Binary | 11011011 | 1101101 | 1110001 | 0 | 110010 | 110000 | 1110 | 101100110 | 111100 | 1000000 |
Color Harmonies of #DB6D71
Complementary color
Monochromatic Colors of #DB6D71
Black with #DB6D71
Text Example
Text Example
White with #DB6D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D71; }
p { color: rgb(219,109,113); }
H1.HeaderClassName
{
color: #DB6D71;
}
.AnyTagClassName
{
color: #DB6D71;
}
</style>
background-color css
<style>
a { background-color: #DB6D71; }
a { background-color: rgb(219,109,113); }
div.DivClassName
{
background-color: #DB6D71;
}
.BgClassName
{
background-color: #DB6D71;
}
</style>
border-color css
<style>
span { border-color: #DB6D71; }
span { border-color: rgb(219,109,113); }
td.TdClassName
{
border-color: #DB6D71;
}
.TagClassName
{
border-color: #DB6D71;
}
</style>