Shades of Froly #DB7D80
Tints of Froly #DB7D80
RGB
CMYK
RGB Variations
Color information
#DB7D80 (or 0xDB7D80) is known color: Froly. HEX triplet: DB, 7D and 80. RGB value is (219,125,128). Sum of RGB (Red+Green+Blue) = 219+125+128=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7D80 is #24827F. Grayscale: #999999. Windows color (decimal): -2392704 or 8420827. OLE color: 8420827.
HSL color Cylindrical-coordinate representation of color #DB7D80: hue angle of 358.09º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7D80 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 128 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.14 |
| HSL | 358.09º | 0.57% | 0.67% | - |
| HSV(B) | 358.09º | 0.43% | 0.86% | - |
| XYZ | 40.44 | 31.29 | 24.33 | - |
| YUV | 153.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 128 | 0 | 0.43 | 0.42 | 0.14 | 358.09 | 0.57 | 0.67 |
| Hex | DB | 7D | 80 | 0 | 2B | 2A | E | 166 | 39 | 43 |
| Octal | 333 | 175 | 200 | 0 | 53 | 52 | 16 | 546 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10000000 | 0 | 101011 | 101010 | 1110 | 101100110 | 111001 | 1000011 |
Color Harmonies of #DB7D80
Complementary color
Monochromatic Colors of #DB7D80
Black with #DB7D80
Text Example
Text Example
White with #DB7D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D80; }
p { color: rgb(219,125,128); }
H1.HeaderClassName
{
color: #DB7D80;
}
.AnyTagClassName
{
color: #DB7D80;
}
</style>
background-color css
<style>
a { background-color: #DB7D80; }
a { background-color: rgb(219,125,128); }
div.DivClassName
{
background-color: #DB7D80;
}
.BgClassName
{
background-color: #DB7D80;
}
</style>
border-color css
<style>
span { border-color: #DB7D80; }
span { border-color: rgb(219,125,128); }
td.TdClassName
{
border-color: #DB7D80;
}
.TagClassName
{
border-color: #DB7D80;
}
</style>