Shades of Froly #DB7274
Tints of Froly #DB7274
RGB
CMYK
RGB Variations
Color information
#DB7274 (or 0xDB7274) is known color: Froly. HEX triplet: DB, 72 and 74. RGB value is (219,114,116). Sum of RGB (Red+Green+Blue) = 219+114+116=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7274 is #248D8B. Grayscale: #919191. Windows color (decimal): -2395532 or 7631579. OLE color: 7631579.
HSL color Cylindrical-coordinate representation of color #DB7274: hue angle of 358.86º 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 #DB7274 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 116 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.14 |
| HSL | 358.86º | 0.59% | 0.65% | - |
| HSV(B) | 358.86º | 0.48% | 0.86% | - |
| XYZ | 38.38 | 28.36 | 19.97 | - |
| YUV | 145.62 | 111.29 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 116 | 0 | 0.48 | 0.47 | 0.14 | 358.86 | 0.59 | 0.65 |
| Hex | DB | 72 | 74 | 0 | 30 | 2F | E | 167 | 3B | 41 |
| Octal | 333 | 162 | 164 | 0 | 60 | 57 | 16 | 547 | 73 | 101 |
| Binary | 11011011 | 1110010 | 1110100 | 0 | 110000 | 101111 | 1110 | 101100111 | 111011 | 1000001 |
Color Harmonies of #DB7274
Complementary color
Monochromatic Colors of #DB7274
Black with #DB7274
Text Example
Text Example
White with #DB7274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7274; }
p { color: rgb(219,114,116); }
H1.HeaderClassName
{
color: #DB7274;
}
.AnyTagClassName
{
color: #DB7274;
}
</style>
background-color css
<style>
a { background-color: #DB7274; }
a { background-color: rgb(219,114,116); }
div.DivClassName
{
background-color: #DB7274;
}
.BgClassName
{
background-color: #DB7274;
}
</style>
border-color css
<style>
span { border-color: #DB7274; }
span { border-color: rgb(219,114,116); }
td.TdClassName
{
border-color: #DB7274;
}
.TagClassName
{
border-color: #DB7274;
}
</style>