Shades of Froly #DB7F82
Tints of Froly #DB7F82
RGB
CMYK
RGB Variations
Color information
#DB7F82 (or 0xDB7F82) is known color: Froly. HEX triplet: DB, 7F and 82. RGB value is (219,127,130). Sum of RGB (Red+Green+Blue) = 219+127+130=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7F82 is #24807D. Grayscale: #9A9A9A. Windows color (decimal): -2392190 or 8552411. OLE color: 8552411.
HSL color Cylindrical-coordinate representation of color #DB7F82: hue angle of 358.04º 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 #DB7F82 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 130 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.14 |
| HSL | 358.04º | 0.56% | 0.68% | - |
| HSV(B) | 358.04º | 0.42% | 0.86% | - |
| XYZ | 40.83 | 31.85 | 25.11 | - |
| YUV | 154.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 130 | 0 | 0.42 | 0.41 | 0.14 | 358.04 | 0.56 | 0.68 |
| Hex | DB | 7F | 82 | 0 | 2A | 29 | E | 166 | 38 | 44 |
| Octal | 333 | 177 | 202 | 0 | 52 | 51 | 16 | 546 | 70 | 104 |
| Binary | 11011011 | 1111111 | 10000010 | 0 | 101010 | 101001 | 1110 | 101100110 | 111000 | 1000100 |
Color Harmonies of #DB7F82
Complementary color
Monochromatic Colors of #DB7F82
Black with #DB7F82
Text Example
Text Example
White with #DB7F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F82; }
p { color: rgb(219,127,130); }
H1.HeaderClassName
{
color: #DB7F82;
}
.AnyTagClassName
{
color: #DB7F82;
}
</style>
background-color css
<style>
a { background-color: #DB7F82; }
a { background-color: rgb(219,127,130); }
div.DivClassName
{
background-color: #DB7F82;
}
.BgClassName
{
background-color: #DB7F82;
}
</style>
border-color css
<style>
span { border-color: #DB7F82; }
span { border-color: rgb(219,127,130); }
td.TdClassName
{
border-color: #DB7F82;
}
.TagClassName
{
border-color: #DB7F82;
}
</style>