Shades of Froly #DB7073
Tints of Froly #DB7073
RGB
CMYK
RGB Variations
Color information
#DB7073 (or 0xDB7073) is known color: Froly. HEX triplet: DB, 70 and 73. RGB value is (219,112,115). Sum of RGB (Red+Green+Blue) = 219+112+115=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7073 is #248F8C. Grayscale: #909090. Windows color (decimal): -2396045 or 7565531. OLE color: 7565531.
HSL color Cylindrical-coordinate representation of color #DB7073: hue angle of 358.32º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB7073 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 115 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.14 |
| HSL | 358.32º | 0.6% | 0.65% | - |
| HSV(B) | 358.32º | 0.49% | 0.86% | - |
| XYZ | 38.1 | 27.89 | 19.59 | - |
| YUV | 144.34 | 111.45 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 115 | 0 | 0.49 | 0.47 | 0.14 | 358.32 | 0.6 | 0.65 |
| Hex | DB | 70 | 73 | 0 | 31 | 2F | E | 166 | 3C | 41 |
| Octal | 333 | 160 | 163 | 0 | 61 | 57 | 16 | 546 | 74 | 101 |
| Binary | 11011011 | 1110000 | 1110011 | 0 | 110001 | 101111 | 1110 | 101100110 | 111100 | 1000001 |
Color Harmonies of #DB7073
Complementary color
Monochromatic Colors of #DB7073
Black with #DB7073
Text Example
Text Example
White with #DB7073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7073; }
p { color: rgb(219,112,115); }
H1.HeaderClassName
{
color: #DB7073;
}
.AnyTagClassName
{
color: #DB7073;
}
</style>
background-color css
<style>
a { background-color: #DB7073; }
a { background-color: rgb(219,112,115); }
div.DivClassName
{
background-color: #DB7073;
}
.BgClassName
{
background-color: #DB7073;
}
</style>
border-color css
<style>
span { border-color: #DB7073; }
span { border-color: rgb(219,112,115); }
td.TdClassName
{
border-color: #DB7073;
}
.TagClassName
{
border-color: #DB7073;
}
</style>