Shades of Froly #DB6D72
Tints of Froly #DB6D72
RGB
CMYK
RGB Variations
Color information
#DB6D72 (or 0xDB6D72) is known color: Froly. HEX triplet: DB, 6D and 72. RGB value is (219,109,114). Sum of RGB (Red+Green+Blue) = 219+109+114=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D72 is #24928D. Grayscale: #8E8E8E. Windows color (decimal): -2396814 or 7499227. OLE color: 7499227.
HSL color Cylindrical-coordinate representation of color #DB6D72: hue angle of 357.27º 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 #DB6D72 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 114 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.14 |
| HSL | 357.27º | 0.6% | 0.64% | - |
| HSV(B) | 357.27º | 0.5% | 0.86% | - |
| XYZ | 37.72 | 27.21 | 19.18 | - |
| YUV | 142.46 | 111.94 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 114 | 0 | 0.50 | 0.48 | 0.14 | 357.27 | 0.6 | 0.64 |
| Hex | DB | 6D | 72 | 0 | 32 | 30 | E | 165 | 3C | 40 |
| Octal | 333 | 155 | 162 | 0 | 62 | 60 | 16 | 545 | 74 | 100 |
| Binary | 11011011 | 1101101 | 1110010 | 0 | 110010 | 110000 | 1110 | 101100101 | 111100 | 1000000 |
Color Harmonies of #DB6D72
Complementary color
Monochromatic Colors of #DB6D72
Black with #DB6D72
Text Example
Text Example
White with #DB6D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D72; }
p { color: rgb(219,109,114); }
H1.HeaderClassName
{
color: #DB6D72;
}
.AnyTagClassName
{
color: #DB6D72;
}
</style>
background-color css
<style>
a { background-color: #DB6D72; }
a { background-color: rgb(219,109,114); }
div.DivClassName
{
background-color: #DB6D72;
}
.BgClassName
{
background-color: #DB6D72;
}
</style>
border-color css
<style>
span { border-color: #DB6D72; }
span { border-color: rgb(219,109,114); }
td.TdClassName
{
border-color: #DB6D72;
}
.TagClassName
{
border-color: #DB6D72;
}
</style>