Shades of Froly #DB6E78
Tints of Froly #DB6E78
RGB
CMYK
RGB Variations
Color information
#DB6E78 (or 0xDB6E78) is known color: Froly. HEX triplet: DB, 6E and 78. RGB value is (219,110,120). Sum of RGB (Red+Green+Blue) = 219+110+120=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6E78 is #249187. Grayscale: #8F8F8F. Windows color (decimal): -2396552 or 7892699. OLE color: 7892699.
HSL color Cylindrical-coordinate representation of color #DB6E78: hue angle of 354.5º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6E78 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 120 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.14 |
| HSL | 354.5º | 0.6% | 0.65% | - |
| HSV(B) | 354.5º | 0.5% | 0.86% | - |
| XYZ | 38.18 | 27.57 | 21.08 | - |
| YUV | 143.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 120 | 0 | 0.50 | 0.45 | 0.14 | 354.5 | 0.6 | 0.65 |
| Hex | DB | 6E | 78 | 0 | 32 | 2D | E | 162 | 3C | 41 |
| Octal | 333 | 156 | 170 | 0 | 62 | 55 | 16 | 542 | 74 | 101 |
| Binary | 11011011 | 1101110 | 1111000 | 0 | 110010 | 101101 | 1110 | 101100010 | 111100 | 1000001 |
Color Harmonies of #DB6E78
Complementary color
Monochromatic Colors of #DB6E78
Black with #DB6E78
Text Example
Text Example
White with #DB6E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E78; }
p { color: rgb(219,110,120); }
H1.HeaderClassName
{
color: #DB6E78;
}
.AnyTagClassName
{
color: #DB6E78;
}
</style>
background-color css
<style>
a { background-color: #DB6E78; }
a { background-color: rgb(219,110,120); }
div.DivClassName
{
background-color: #DB6E78;
}
.BgClassName
{
background-color: #DB6E78;
}
</style>
border-color css
<style>
span { border-color: #DB6E78; }
span { border-color: rgb(219,110,120); }
td.TdClassName
{
border-color: #DB6E78;
}
.TagClassName
{
border-color: #DB6E78;
}
</style>