Shades of Froly #DB6676
Tints of Froly #DB6676
RGB
CMYK
RGB Variations
Color information
#DB6676 (or 0xDB6676) is known color: Froly. HEX triplet: DB, 66 and 76. RGB value is (219,102,118). Sum of RGB (Red+Green+Blue) = 219+102+118=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6676 is #249989. Grayscale: #8A8A8A. Windows color (decimal): -2398602 or 7759579. OLE color: 7759579.
HSL color Cylindrical-coordinate representation of color #DB6676: hue angle of 351.79º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6676 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 118 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.14 |
| HSL | 351.79º | 0.62% | 0.63% | - |
| HSV(B) | 351.79º | 0.53% | 0.86% | - |
| XYZ | 37.23 | 25.87 | 20.17 | - |
| YUV | 138.81 | 116.26 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 118 | 0 | 0.53 | 0.46 | 0.14 | 351.79 | 0.62 | 0.63 |
| Hex | DB | 66 | 76 | 0 | 35 | 2E | E | 160 | 3E | 3F |
| Octal | 333 | 146 | 166 | 0 | 65 | 56 | 16 | 540 | 76 | 77 |
| Binary | 11011011 | 1100110 | 1110110 | 0 | 110101 | 101110 | 1110 | 101100000 | 111110 | 111111 |
Color Harmonies of #DB6676
Complementary color
Monochromatic Colors of #DB6676
Black with #DB6676
Text Example
Text Example
White with #DB6676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6676; }
p { color: rgb(219,102,118); }
H1.HeaderClassName
{
color: #DB6676;
}
.AnyTagClassName
{
color: #DB6676;
}
</style>
background-color css
<style>
a { background-color: #DB6676; }
a { background-color: rgb(219,102,118); }
div.DivClassName
{
background-color: #DB6676;
}
.BgClassName
{
background-color: #DB6676;
}
</style>
border-color css
<style>
span { border-color: #DB6676; }
span { border-color: rgb(219,102,118); }
td.TdClassName
{
border-color: #DB6676;
}
.TagClassName
{
border-color: #DB6676;
}
</style>