Shades of Froly #DB7276
Tints of Froly #DB7276
RGB
CMYK
RGB Variations
Color information
#DB7276 (or 0xDB7276) is known color: Froly. HEX triplet: DB, 72 and 76. RGB value is (219,114,118). Sum of RGB (Red+Green+Blue) = 219+114+118=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7276 is #248D89. Grayscale: #919191. Windows color (decimal): -2395530 or 7762651. OLE color: 7762651.
HSL color Cylindrical-coordinate representation of color #DB7276: hue angle of 357.71º 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 #DB7276 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 118 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.14 |
| HSL | 357.71º | 0.59% | 0.65% | - |
| HSV(B) | 357.71º | 0.48% | 0.86% | - |
| XYZ | 38.5 | 28.4 | 20.59 | - |
| YUV | 145.85 | 112.29 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 118 | 0 | 0.48 | 0.46 | 0.14 | 357.71 | 0.59 | 0.65 |
| Hex | DB | 72 | 76 | 0 | 30 | 2E | E | 166 | 3B | 41 |
| Octal | 333 | 162 | 166 | 0 | 60 | 56 | 16 | 546 | 73 | 101 |
| Binary | 11011011 | 1110010 | 1110110 | 0 | 110000 | 101110 | 1110 | 101100110 | 111011 | 1000001 |
Color Harmonies of #DB7276
Complementary color
Monochromatic Colors of #DB7276
Black with #DB7276
Text Example
Text Example
White with #DB7276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7276; }
p { color: rgb(219,114,118); }
H1.HeaderClassName
{
color: #DB7276;
}
.AnyTagClassName
{
color: #DB7276;
}
</style>
background-color css
<style>
a { background-color: #DB7276; }
a { background-color: rgb(219,114,118); }
div.DivClassName
{
background-color: #DB7276;
}
.BgClassName
{
background-color: #DB7276;
}
</style>
border-color css
<style>
span { border-color: #DB7276; }
span { border-color: rgb(219,114,118); }
td.TdClassName
{
border-color: #DB7276;
}
.TagClassName
{
border-color: #DB7276;
}
</style>