Shades of Froly #DB6B76
Tints of Froly #DB6B76
RGB
CMYK
RGB Variations
Color information
#DB6B76 (or 0xDB6B76) is known color: Froly. HEX triplet: DB, 6B and 76. RGB value is (219,107,118). Sum of RGB (Red+Green+Blue) = 219+107+118=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B76 is #249489. Grayscale: #8D8D8D. Windows color (decimal): -2397322 or 7760859. OLE color: 7760859.
HSL color Cylindrical-coordinate representation of color #DB6B76: hue angle of 354.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6B76 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 118 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.14 |
| HSL | 354.11º | 0.61% | 0.64% | - |
| HSV(B) | 354.11º | 0.51% | 0.86% | - |
| XYZ | 37.74 | 26.88 | 20.34 | - |
| YUV | 141.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 118 | 0 | 0.51 | 0.46 | 0.14 | 354.11 | 0.61 | 0.64 |
| Hex | DB | 6B | 76 | 0 | 33 | 2E | E | 162 | 3D | 40 |
| Octal | 333 | 153 | 166 | 0 | 63 | 56 | 16 | 542 | 75 | 100 |
| Binary | 11011011 | 1101011 | 1110110 | 0 | 110011 | 101110 | 1110 | 101100010 | 111101 | 1000000 |
Color Harmonies of #DB6B76
Complementary color
Monochromatic Colors of #DB6B76
Black with #DB6B76
Text Example
Text Example
White with #DB6B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B76; }
p { color: rgb(219,107,118); }
H1.HeaderClassName
{
color: #DB6B76;
}
.AnyTagClassName
{
color: #DB6B76;
}
</style>
background-color css
<style>
a { background-color: #DB6B76; }
a { background-color: rgb(219,107,118); }
div.DivClassName
{
background-color: #DB6B76;
}
.BgClassName
{
background-color: #DB6B76;
}
</style>
border-color css
<style>
span { border-color: #DB6B76; }
span { border-color: rgb(219,107,118); }
td.TdClassName
{
border-color: #DB6B76;
}
.TagClassName
{
border-color: #DB6B76;
}
</style>