Shades of Froly #DB6877
Tints of Froly #DB6877
RGB
CMYK
RGB Variations
Color information
#DB6877 (or 0xDB6877) is known color: Froly. HEX triplet: DB, 68 and 77. RGB value is (219,104,119). Sum of RGB (Red+Green+Blue) = 219+104+119=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6877 is #249788. Grayscale: #8C8C8C. Windows color (decimal): -2398089 or 7825627. OLE color: 7825627.
HSL color Cylindrical-coordinate representation of color #DB6877: hue angle of 352.17º degrees, saturation: 0.61, 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 #DB6877 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 119 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.14 |
| HSL | 352.17º | 0.61% | 0.63% | - |
| HSV(B) | 352.17º | 0.53% | 0.86% | - |
| XYZ | 37.49 | 26.29 | 20.55 | - |
| YUV | 140.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 119 | 0 | 0.53 | 0.46 | 0.14 | 352.17 | 0.61 | 0.63 |
| Hex | DB | 68 | 77 | 0 | 35 | 2E | E | 160 | 3D | 3F |
| Octal | 333 | 150 | 167 | 0 | 65 | 56 | 16 | 540 | 75 | 77 |
| Binary | 11011011 | 1101000 | 1110111 | 0 | 110101 | 101110 | 1110 | 101100000 | 111101 | 111111 |
Color Harmonies of #DB6877
Complementary color
Monochromatic Colors of #DB6877
Black with #DB6877
Text Example
Text Example
White with #DB6877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6877; }
p { color: rgb(219,104,119); }
H1.HeaderClassName
{
color: #DB6877;
}
.AnyTagClassName
{
color: #DB6877;
}
</style>
background-color css
<style>
a { background-color: #DB6877; }
a { background-color: rgb(219,104,119); }
div.DivClassName
{
background-color: #DB6877;
}
.BgClassName
{
background-color: #DB6877;
}
</style>
border-color css
<style>
span { border-color: #DB6877; }
span { border-color: rgb(219,104,119); }
td.TdClassName
{
border-color: #DB6877;
}
.TagClassName
{
border-color: #DB6877;
}
</style>