Shades of Froly #DB6879
Tints of Froly #DB6879
RGB
CMYK
RGB Variations
Color information
#DB6879 (or 0xDB6879) is known color: Froly. HEX triplet: DB, 68 and 79. RGB value is (219,104,121). Sum of RGB (Red+Green+Blue) = 219+104+121=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6879 is #249786. Grayscale: #8C8C8C. Windows color (decimal): -2398087 or 7956699. OLE color: 7956699.
HSL color Cylindrical-coordinate representation of color #DB6879: hue angle of 351.13º 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 #DB6879 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 121 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.14 |
| HSL | 351.13º | 0.61% | 0.63% | - |
| HSV(B) | 351.13º | 0.53% | 0.86% | - |
| XYZ | 37.61 | 26.34 | 21.19 | - |
| YUV | 140.32 | 117.1 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 121 | 0 | 0.53 | 0.45 | 0.14 | 351.13 | 0.61 | 0.63 |
| Hex | DB | 68 | 79 | 0 | 35 | 2D | E | 15F | 3D | 3F |
| Octal | 333 | 150 | 171 | 0 | 65 | 55 | 16 | 537 | 75 | 77 |
| Binary | 11011011 | 1101000 | 1111001 | 0 | 110101 | 101101 | 1110 | 101011111 | 111101 | 111111 |
Color Harmonies of #DB6879
Complementary color
Monochromatic Colors of #DB6879
Black with #DB6879
Text Example
Text Example
White with #DB6879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6879; }
p { color: rgb(219,104,121); }
H1.HeaderClassName
{
color: #DB6879;
}
.AnyTagClassName
{
color: #DB6879;
}
</style>
background-color css
<style>
a { background-color: #DB6879; }
a { background-color: rgb(219,104,121); }
div.DivClassName
{
background-color: #DB6879;
}
.BgClassName
{
background-color: #DB6879;
}
</style>
border-color css
<style>
span { border-color: #DB6879; }
span { border-color: rgb(219,104,121); }
td.TdClassName
{
border-color: #DB6879;
}
.TagClassName
{
border-color: #DB6879;
}
</style>