Shades of Froly #DB7880
Tints of Froly #DB7880
RGB
CMYK
RGB Variations
Color information
#DB7880 (or 0xDB7880) is known color: Froly. HEX triplet: DB, 78 and 80. RGB value is (219,120,128). Sum of RGB (Red+Green+Blue) = 219+120+128=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7880 is #24877F. Grayscale: #969696. Windows color (decimal): -2393984 or 8419547. OLE color: 8419547.
HSL color Cylindrical-coordinate representation of color #DB7880: hue angle of 355.15º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB7880 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 128 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.14 |
| HSL | 355.15º | 0.58% | 0.66% | - |
| HSV(B) | 355.15º | 0.45% | 0.86% | - |
| XYZ | 39.83 | 30.05 | 24.12 | - |
| YUV | 150.51 | 115.3 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 128 | 0 | 0.45 | 0.42 | 0.14 | 355.15 | 0.58 | 0.66 |
| Hex | DB | 78 | 80 | 0 | 2D | 2A | E | 163 | 3A | 42 |
| Octal | 333 | 170 | 200 | 0 | 55 | 52 | 16 | 543 | 72 | 102 |
| Binary | 11011011 | 1111000 | 10000000 | 0 | 101101 | 101010 | 1110 | 101100011 | 111010 | 1000010 |
Color Harmonies of #DB7880
Complementary color
Monochromatic Colors of #DB7880
Black with #DB7880
Text Example
Text Example
White with #DB7880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7880; }
p { color: rgb(219,120,128); }
H1.HeaderClassName
{
color: #DB7880;
}
.AnyTagClassName
{
color: #DB7880;
}
</style>
background-color css
<style>
a { background-color: #DB7880; }
a { background-color: rgb(219,120,128); }
div.DivClassName
{
background-color: #DB7880;
}
.BgClassName
{
background-color: #DB7880;
}
</style>
border-color css
<style>
span { border-color: #DB7880; }
span { border-color: rgb(219,120,128); }
td.TdClassName
{
border-color: #DB7880;
}
.TagClassName
{
border-color: #DB7880;
}
</style>