Shades of Froly #DB7980
Tints of Froly #DB7980
RGB
CMYK
RGB Variations
Color information
#DB7980 (or 0xDB7980) is known color: Froly. HEX triplet: DB, 79 and 80. RGB value is (219,121,128). Sum of RGB (Red+Green+Blue) = 219+121+128=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7980 is #24867F. Grayscale: #979797. Windows color (decimal): -2393728 or 8419803. OLE color: 8419803.
HSL color Cylindrical-coordinate representation of color #DB7980: hue angle of 355.71º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB7980 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 128 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.14 |
| HSL | 355.71º | 0.58% | 0.67% | - |
| HSV(B) | 355.71º | 0.45% | 0.86% | - |
| XYZ | 39.95 | 30.29 | 24.16 | - |
| YUV | 151.1 | 114.97 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 128 | 0 | 0.45 | 0.42 | 0.14 | 355.71 | 0.58 | 0.67 |
| Hex | DB | 79 | 80 | 0 | 2D | 2A | E | 164 | 3A | 43 |
| Octal | 333 | 171 | 200 | 0 | 55 | 52 | 16 | 544 | 72 | 103 |
| Binary | 11011011 | 1111001 | 10000000 | 0 | 101101 | 101010 | 1110 | 101100100 | 111010 | 1000011 |
Color Harmonies of #DB7980
Complementary color
Monochromatic Colors of #DB7980
Black with #DB7980
Text Example
Text Example
White with #DB7980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7980; }
p { color: rgb(219,121,128); }
H1.HeaderClassName
{
color: #DB7980;
}
.AnyTagClassName
{
color: #DB7980;
}
</style>
background-color css
<style>
a { background-color: #DB7980; }
a { background-color: rgb(219,121,128); }
div.DivClassName
{
background-color: #DB7980;
}
.BgClassName
{
background-color: #DB7980;
}
</style>
border-color css
<style>
span { border-color: #DB7980; }
span { border-color: rgb(219,121,128); }
td.TdClassName
{
border-color: #DB7980;
}
.TagClassName
{
border-color: #DB7980;
}
</style>