Shades of Froly #DB6E77
Tints of Froly #DB6E77
RGB
CMYK
RGB Variations
Color information
#DB6E77 (or 0xDB6E77) is known color: Froly. HEX triplet: DB, 6E and 77. RGB value is (219,110,119). Sum of RGB (Red+Green+Blue) = 219+110+119=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6E77 is #249188. Grayscale: #8F8F8F. Windows color (decimal): -2396553 or 7827163. OLE color: 7827163.
HSL color Cylindrical-coordinate representation of color #DB6E77: hue angle of 355.05º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6E77 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 119 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.14 |
| HSL | 355.05º | 0.6% | 0.65% | - |
| HSV(B) | 355.05º | 0.5% | 0.86% | - |
| XYZ | 38.12 | 27.54 | 20.76 | - |
| YUV | 143.62 | 114.11 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 119 | 0 | 0.50 | 0.46 | 0.14 | 355.05 | 0.6 | 0.65 |
| Hex | DB | 6E | 77 | 0 | 32 | 2E | E | 163 | 3C | 41 |
| Octal | 333 | 156 | 167 | 0 | 62 | 56 | 16 | 543 | 74 | 101 |
| Binary | 11011011 | 1101110 | 1110111 | 0 | 110010 | 101110 | 1110 | 101100011 | 111100 | 1000001 |
Color Harmonies of #DB6E77
Complementary color
Monochromatic Colors of #DB6E77
Black with #DB6E77
Text Example
Text Example
White with #DB6E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E77; }
p { color: rgb(219,110,119); }
H1.HeaderClassName
{
color: #DB6E77;
}
.AnyTagClassName
{
color: #DB6E77;
}
</style>
background-color css
<style>
a { background-color: #DB6E77; }
a { background-color: rgb(219,110,119); }
div.DivClassName
{
background-color: #DB6E77;
}
.BgClassName
{
background-color: #DB6E77;
}
</style>
border-color css
<style>
span { border-color: #DB6E77; }
span { border-color: rgb(219,110,119); }
td.TdClassName
{
border-color: #DB6E77;
}
.TagClassName
{
border-color: #DB6E77;
}
</style>