Shades of Froly #DB6B77
Tints of Froly #DB6B77
RGB
CMYK
RGB Variations
Color information
#DB6B77 (or 0xDB6B77) is known color: Froly. HEX triplet: DB, 6B and 77. RGB value is (219,107,119). Sum of RGB (Red+Green+Blue) = 219+107+119=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B77 is #249488. Grayscale: #8D8D8D. Windows color (decimal): -2397321 or 7826395. OLE color: 7826395.
HSL color Cylindrical-coordinate representation of color #DB6B77: hue angle of 353.57º 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 #DB6B77 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 119 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.14 |
| HSL | 353.57º | 0.61% | 0.64% | - |
| HSV(B) | 353.57º | 0.51% | 0.86% | - |
| XYZ | 37.8 | 26.91 | 20.65 | - |
| YUV | 141.86 | 115.11 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 119 | 0 | 0.51 | 0.46 | 0.14 | 353.57 | 0.61 | 0.64 |
| Hex | DB | 6B | 77 | 0 | 33 | 2E | E | 162 | 3D | 40 |
| Octal | 333 | 153 | 167 | 0 | 63 | 56 | 16 | 542 | 75 | 100 |
| Binary | 11011011 | 1101011 | 1110111 | 0 | 110011 | 101110 | 1110 | 101100010 | 111101 | 1000000 |
Color Harmonies of #DB6B77
Complementary color
Monochromatic Colors of #DB6B77
Black with #DB6B77
Text Example
Text Example
White with #DB6B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B77; }
p { color: rgb(219,107,119); }
H1.HeaderClassName
{
color: #DB6B77;
}
.AnyTagClassName
{
color: #DB6B77;
}
</style>
background-color css
<style>
a { background-color: #DB6B77; }
a { background-color: rgb(219,107,119); }
div.DivClassName
{
background-color: #DB6B77;
}
.BgClassName
{
background-color: #DB6B77;
}
</style>
border-color css
<style>
span { border-color: #DB6B77; }
span { border-color: rgb(219,107,119); }
td.TdClassName
{
border-color: #DB6B77;
}
.TagClassName
{
border-color: #DB6B77;
}
</style>