Shades of Froly #DB7E82
Tints of Froly #DB7E82
RGB
CMYK
RGB Variations
Color information
#DB7E82 (or 0xDB7E82) is known color: Froly. HEX triplet: DB, 7E and 82. RGB value is (219,126,130). Sum of RGB (Red+Green+Blue) = 219+126+130=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7E82 is #24817D. Grayscale: #9A9A9A. Windows color (decimal): -2392446 or 8552155. OLE color: 8552155.
HSL color Cylindrical-coordinate representation of color #DB7E82: hue angle of 357.42º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7E82 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 130 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.14 |
| HSL | 357.42º | 0.56% | 0.68% | - |
| HSV(B) | 357.42º | 0.42% | 0.86% | - |
| XYZ | 40.7 | 31.59 | 25.07 | - |
| YUV | 154.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 130 | 0 | 0.42 | 0.41 | 0.14 | 357.42 | 0.56 | 0.68 |
| Hex | DB | 7E | 82 | 0 | 2A | 29 | E | 165 | 38 | 44 |
| Octal | 333 | 176 | 202 | 0 | 52 | 51 | 16 | 545 | 70 | 104 |
| Binary | 11011011 | 1111110 | 10000010 | 0 | 101010 | 101001 | 1110 | 101100101 | 111000 | 1000100 |
Color Harmonies of #DB7E82
Complementary color
Monochromatic Colors of #DB7E82
Black with #DB7E82
Text Example
Text Example
White with #DB7E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E82; }
p { color: rgb(219,126,130); }
H1.HeaderClassName
{
color: #DB7E82;
}
.AnyTagClassName
{
color: #DB7E82;
}
</style>
background-color css
<style>
a { background-color: #DB7E82; }
a { background-color: rgb(219,126,130); }
div.DivClassName
{
background-color: #DB7E82;
}
.BgClassName
{
background-color: #DB7E82;
}
</style>
border-color css
<style>
span { border-color: #DB7E82; }
span { border-color: rgb(219,126,130); }
td.TdClassName
{
border-color: #DB7E82;
}
.TagClassName
{
border-color: #DB7E82;
}
</style>