Shades of Froly #DB6776
Tints of Froly #DB6776
RGB
CMYK
RGB Variations
Color information
#DB6776 (or 0xDB6776) is known color: Froly. HEX triplet: DB, 67 and 76. RGB value is (219,103,118). Sum of RGB (Red+Green+Blue) = 219+103+118=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6776 is #249889. Grayscale: #8B8B8B. Windows color (decimal): -2398346 or 7759835. OLE color: 7759835.
HSL color Cylindrical-coordinate representation of color #DB6776: hue angle of 352.24º 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 #DB6776 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 118 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.14 |
| HSL | 352.24º | 0.62% | 0.63% | - |
| HSV(B) | 352.24º | 0.53% | 0.86% | - |
| XYZ | 37.33 | 26.07 | 20.2 | - |
| YUV | 139.39 | 115.93 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 118 | 0 | 0.53 | 0.46 | 0.14 | 352.24 | 0.62 | 0.63 |
| Hex | DB | 67 | 76 | 0 | 35 | 2E | E | 160 | 3E | 3F |
| Octal | 333 | 147 | 166 | 0 | 65 | 56 | 16 | 540 | 76 | 77 |
| Binary | 11011011 | 1100111 | 1110110 | 0 | 110101 | 101110 | 1110 | 101100000 | 111110 | 111111 |
Color Harmonies of #DB6776
Complementary color
Monochromatic Colors of #DB6776
Black with #DB6776
Text Example
Text Example
White with #DB6776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6776; }
p { color: rgb(219,103,118); }
H1.HeaderClassName
{
color: #DB6776;
}
.AnyTagClassName
{
color: #DB6776;
}
</style>
background-color css
<style>
a { background-color: #DB6776; }
a { background-color: rgb(219,103,118); }
div.DivClassName
{
background-color: #DB6776;
}
.BgClassName
{
background-color: #DB6776;
}
</style>
border-color css
<style>
span { border-color: #DB6776; }
span { border-color: rgb(219,103,118); }
td.TdClassName
{
border-color: #DB6776;
}
.TagClassName
{
border-color: #DB6776;
}
</style>