Shades of Froly #DB7277
Tints of Froly #DB7277
RGB
CMYK
RGB Variations
Color information
#DB7277 (or 0xDB7277) is known color: Froly. HEX triplet: DB, 72 and 77. RGB value is (219,114,119). Sum of RGB (Red+Green+Blue) = 219+114+119=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7277 is #248D88. Grayscale: #929292. Windows color (decimal): -2395529 or 7828187. OLE color: 7828187.
HSL color Cylindrical-coordinate representation of color #DB7277: hue angle of 357.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7277 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 119 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.14 |
| HSL | 357.14º | 0.59% | 0.65% | - |
| HSV(B) | 357.14º | 0.48% | 0.86% | - |
| XYZ | 38.56 | 28.43 | 20.91 | - |
| YUV | 145.97 | 112.79 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 119 | 0 | 0.48 | 0.46 | 0.14 | 357.14 | 0.59 | 0.65 |
| Hex | DB | 72 | 77 | 0 | 30 | 2E | E | 165 | 3B | 41 |
| Octal | 333 | 162 | 167 | 0 | 60 | 56 | 16 | 545 | 73 | 101 |
| Binary | 11011011 | 1110010 | 1110111 | 0 | 110000 | 101110 | 1110 | 101100101 | 111011 | 1000001 |
Color Harmonies of #DB7277
Complementary color
Monochromatic Colors of #DB7277
Black with #DB7277
Text Example
Text Example
White with #DB7277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7277; }
p { color: rgb(219,114,119); }
H1.HeaderClassName
{
color: #DB7277;
}
.AnyTagClassName
{
color: #DB7277;
}
</style>
background-color css
<style>
a { background-color: #DB7277; }
a { background-color: rgb(219,114,119); }
div.DivClassName
{
background-color: #DB7277;
}
.BgClassName
{
background-color: #DB7277;
}
</style>
border-color css
<style>
span { border-color: #DB7277; }
span { border-color: rgb(219,114,119); }
td.TdClassName
{
border-color: #DB7277;
}
.TagClassName
{
border-color: #DB7277;
}
</style>