Shades of Froly #DB7578
Tints of Froly #DB7578
RGB
CMYK
RGB Variations
Color information
#DB7578 (or 0xDB7578) is known color: Froly. HEX triplet: DB, 75 and 78. RGB value is (219,117,120). Sum of RGB (Red+Green+Blue) = 219+117+120=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7578 is #248A87. Grayscale: #939393. Windows color (decimal): -2394760 or 7894491. OLE color: 7894491.
HSL color Cylindrical-coordinate representation of color #DB7578: hue angle of 358.24º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7578 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 120 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.14 |
| HSL | 358.24º | 0.59% | 0.66% | - |
| HSV(B) | 358.24º | 0.47% | 0.86% | - |
| XYZ | 38.96 | 29.14 | 21.34 | - |
| YUV | 147.84 | 112.29 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 120 | 0 | 0.47 | 0.45 | 0.14 | 358.24 | 0.59 | 0.66 |
| Hex | DB | 75 | 78 | 0 | 2F | 2D | E | 166 | 3B | 42 |
| Octal | 333 | 165 | 170 | 0 | 57 | 55 | 16 | 546 | 73 | 102 |
| Binary | 11011011 | 1110101 | 1111000 | 0 | 101111 | 101101 | 1110 | 101100110 | 111011 | 1000010 |
Color Harmonies of #DB7578
Complementary color
Monochromatic Colors of #DB7578
Black with #DB7578
Text Example
Text Example
White with #DB7578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7578; }
p { color: rgb(219,117,120); }
H1.HeaderClassName
{
color: #DB7578;
}
.AnyTagClassName
{
color: #DB7578;
}
</style>
background-color css
<style>
a { background-color: #DB7578; }
a { background-color: rgb(219,117,120); }
div.DivClassName
{
background-color: #DB7578;
}
.BgClassName
{
background-color: #DB7578;
}
</style>
border-color css
<style>
span { border-color: #DB7578; }
span { border-color: rgb(219,117,120); }
td.TdClassName
{
border-color: #DB7578;
}
.TagClassName
{
border-color: #DB7578;
}
</style>