Shades of Froly #DB7478
Tints of Froly #DB7478
RGB
CMYK
RGB Variations
Color information
#DB7478 (or 0xDB7478) is known color: Froly. HEX triplet: DB, 74 and 78. RGB value is (219,116,120). Sum of RGB (Red+Green+Blue) = 219+116+120=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7478 is #248B87. Grayscale: #939393. Windows color (decimal): -2395016 or 7894235. OLE color: 7894235.
HSL color Cylindrical-coordinate representation of color #DB7478: hue angle of 357.67º 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 #DB7478 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 120 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.14 |
| HSL | 357.67º | 0.59% | 0.66% | - |
| HSV(B) | 357.67º | 0.47% | 0.86% | - |
| XYZ | 38.85 | 28.91 | 21.3 | - |
| YUV | 147.25 | 112.62 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 120 | 0 | 0.47 | 0.45 | 0.14 | 357.67 | 0.59 | 0.66 |
| Hex | DB | 74 | 78 | 0 | 2F | 2D | E | 166 | 3B | 42 |
| Octal | 333 | 164 | 170 | 0 | 57 | 55 | 16 | 546 | 73 | 102 |
| Binary | 11011011 | 1110100 | 1111000 | 0 | 101111 | 101101 | 1110 | 101100110 | 111011 | 1000010 |
Color Harmonies of #DB7478
Complementary color
Monochromatic Colors of #DB7478
Black with #DB7478
Text Example
Text Example
White with #DB7478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7478; }
p { color: rgb(219,116,120); }
H1.HeaderClassName
{
color: #DB7478;
}
.AnyTagClassName
{
color: #DB7478;
}
</style>
background-color css
<style>
a { background-color: #DB7478; }
a { background-color: rgb(219,116,120); }
div.DivClassName
{
background-color: #DB7478;
}
.BgClassName
{
background-color: #DB7478;
}
</style>
border-color css
<style>
span { border-color: #DB7478; }
span { border-color: rgb(219,116,120); }
td.TdClassName
{
border-color: #DB7478;
}
.TagClassName
{
border-color: #DB7478;
}
</style>