Shades of Froly #DB7A80
Tints of Froly #DB7A80
RGB
CMYK
RGB Variations
Color information
#DB7A80 (or 0xDB7A80) is known color: Froly. HEX triplet: DB, 7A and 80. RGB value is (219,122,128). Sum of RGB (Red+Green+Blue) = 219+122+128=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7A80 is #24857F. Grayscale: #979797. Windows color (decimal): -2393472 or 8420059. OLE color: 8420059.
HSL color Cylindrical-coordinate representation of color #DB7A80: hue angle of 356.29º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7A80 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 128 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.14 |
| HSL | 356.29º | 0.57% | 0.67% | - |
| HSV(B) | 356.29º | 0.44% | 0.86% | - |
| XYZ | 40.07 | 30.54 | 24.2 | - |
| YUV | 151.69 | 114.64 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 128 | 0 | 0.44 | 0.42 | 0.14 | 356.29 | 0.57 | 0.67 |
| Hex | DB | 7A | 80 | 0 | 2C | 2A | E | 164 | 39 | 43 |
| Octal | 333 | 172 | 200 | 0 | 54 | 52 | 16 | 544 | 71 | 103 |
| Binary | 11011011 | 1111010 | 10000000 | 0 | 101100 | 101010 | 1110 | 101100100 | 111001 | 1000011 |
Color Harmonies of #DB7A80
Complementary color
Monochromatic Colors of #DB7A80
Black with #DB7A80
Text Example
Text Example
White with #DB7A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A80; }
p { color: rgb(219,122,128); }
H1.HeaderClassName
{
color: #DB7A80;
}
.AnyTagClassName
{
color: #DB7A80;
}
</style>
background-color css
<style>
a { background-color: #DB7A80; }
a { background-color: rgb(219,122,128); }
div.DivClassName
{
background-color: #DB7A80;
}
.BgClassName
{
background-color: #DB7A80;
}
</style>
border-color css
<style>
span { border-color: #DB7A80; }
span { border-color: rgb(219,122,128); }
td.TdClassName
{
border-color: #DB7A80;
}
.TagClassName
{
border-color: #DB7A80;
}
</style>