Shades of Froly #DB6F76
Tints of Froly #DB6F76
RGB
CMYK
RGB Variations
Color information
#DB6F76 (or 0xDB6F76) is known color: Froly. HEX triplet: DB, 6F and 76. RGB value is (219,111,118). Sum of RGB (Red+Green+Blue) = 219+111+118=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F76 is #249089. Grayscale: #909090. Windows color (decimal): -2396298 or 7761883. OLE color: 7761883.
HSL color Cylindrical-coordinate representation of color #DB6F76: hue angle of 356.11º 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 #DB6F76 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 118 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.14 |
| HSL | 356.11º | 0.6% | 0.65% | - |
| HSV(B) | 356.11º | 0.49% | 0.86% | - |
| XYZ | 38.17 | 27.74 | 20.48 | - |
| YUV | 144.09 | 113.28 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 118 | 0 | 0.49 | 0.46 | 0.14 | 356.11 | 0.6 | 0.65 |
| Hex | DB | 6F | 76 | 0 | 31 | 2E | E | 164 | 3C | 41 |
| Octal | 333 | 157 | 166 | 0 | 61 | 56 | 16 | 544 | 74 | 101 |
| Binary | 11011011 | 1101111 | 1110110 | 0 | 110001 | 101110 | 1110 | 101100100 | 111100 | 1000001 |
Color Harmonies of #DB6F76
Complementary color
Monochromatic Colors of #DB6F76
Black with #DB6F76
Text Example
Text Example
White with #DB6F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F76; }
p { color: rgb(219,111,118); }
H1.HeaderClassName
{
color: #DB6F76;
}
.AnyTagClassName
{
color: #DB6F76;
}
</style>
background-color css
<style>
a { background-color: #DB6F76; }
a { background-color: rgb(219,111,118); }
div.DivClassName
{
background-color: #DB6F76;
}
.BgClassName
{
background-color: #DB6F76;
}
</style>
border-color css
<style>
span { border-color: #DB6F76; }
span { border-color: rgb(219,111,118); }
td.TdClassName
{
border-color: #DB6F76;
}
.TagClassName
{
border-color: #DB6F76;
}
</style>