Shades of Froly #DB6F74
Tints of Froly #DB6F74
RGB
CMYK
RGB Variations
Color information
#DB6F74 (or 0xDB6F74) is known color: Froly. HEX triplet: DB, 6F and 74. RGB value is (219,111,116). Sum of RGB (Red+Green+Blue) = 219+111+116=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F74 is #24908B. Grayscale: #8F8F8F. Windows color (decimal): -2396300 or 7630811. OLE color: 7630811.
HSL color Cylindrical-coordinate representation of color #DB6F74: hue angle of 357.22º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6F74 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 116 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.14 |
| HSL | 357.22º | 0.6% | 0.65% | - |
| HSV(B) | 357.22º | 0.49% | 0.86% | - |
| XYZ | 38.05 | 27.69 | 19.86 | - |
| YUV | 143.86 | 112.28 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 116 | 0 | 0.49 | 0.47 | 0.14 | 357.22 | 0.6 | 0.65 |
| Hex | DB | 6F | 74 | 0 | 31 | 2F | E | 165 | 3C | 41 |
| Octal | 333 | 157 | 164 | 0 | 61 | 57 | 16 | 545 | 74 | 101 |
| Binary | 11011011 | 1101111 | 1110100 | 0 | 110001 | 101111 | 1110 | 101100101 | 111100 | 1000001 |
Color Harmonies of #DB6F74
Complementary color
Monochromatic Colors of #DB6F74
Black with #DB6F74
Text Example
Text Example
White with #DB6F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F74; }
p { color: rgb(219,111,116); }
H1.HeaderClassName
{
color: #DB6F74;
}
.AnyTagClassName
{
color: #DB6F74;
}
</style>
background-color css
<style>
a { background-color: #DB6F74; }
a { background-color: rgb(219,111,116); }
div.DivClassName
{
background-color: #DB6F74;
}
.BgClassName
{
background-color: #DB6F74;
}
</style>
border-color css
<style>
span { border-color: #DB6F74; }
span { border-color: rgb(219,111,116); }
td.TdClassName
{
border-color: #DB6F74;
}
.TagClassName
{
border-color: #DB6F74;
}
</style>