Shades of Froly #DB6D73
Tints of Froly #DB6D73
RGB
CMYK
RGB Variations
Color information
#DB6D73 (or 0xDB6D73) is known color: Froly. HEX triplet: DB, 6D and 73. RGB value is (219,109,115). Sum of RGB (Red+Green+Blue) = 219+109+115=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D73 is #24928C. Grayscale: #8E8E8E. Windows color (decimal): -2396813 or 7564763. OLE color: 7564763.
HSL color Cylindrical-coordinate representation of color #DB6D73: hue angle of 356.73º 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 #DB6D73 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 115 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.14 |
| HSL | 356.73º | 0.6% | 0.64% | - |
| HSV(B) | 356.73º | 0.5% | 0.86% | - |
| XYZ | 37.78 | 27.24 | 19.49 | - |
| YUV | 142.57 | 112.44 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 115 | 0 | 0.50 | 0.47 | 0.14 | 356.73 | 0.6 | 0.64 |
| Hex | DB | 6D | 73 | 0 | 32 | 2F | E | 165 | 3C | 40 |
| Octal | 333 | 155 | 163 | 0 | 62 | 57 | 16 | 545 | 74 | 100 |
| Binary | 11011011 | 1101101 | 1110011 | 0 | 110010 | 101111 | 1110 | 101100101 | 111100 | 1000000 |
Color Harmonies of #DB6D73
Complementary color
Monochromatic Colors of #DB6D73
Black with #DB6D73
Text Example
Text Example
White with #DB6D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D73; }
p { color: rgb(219,109,115); }
H1.HeaderClassName
{
color: #DB6D73;
}
.AnyTagClassName
{
color: #DB6D73;
}
</style>
background-color css
<style>
a { background-color: #DB6D73; }
a { background-color: rgb(219,109,115); }
div.DivClassName
{
background-color: #DB6D73;
}
.BgClassName
{
background-color: #DB6D73;
}
</style>
border-color css
<style>
span { border-color: #DB6D73; }
span { border-color: rgb(219,109,115); }
td.TdClassName
{
border-color: #DB6D73;
}
.TagClassName
{
border-color: #DB6D73;
}
</style>