Shades of Froly #DB7F81
Tints of Froly #DB7F81
RGB
CMYK
RGB Variations
Color information
#DB7F81 (or 0xDB7F81) is known color: Froly. HEX triplet: DB, 7F and 81. RGB value is (219,127,129). Sum of RGB (Red+Green+Blue) = 219+127+129=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7F81 is #24807E. Grayscale: #9A9A9A. Windows color (decimal): -2392191 or 8486875. OLE color: 8486875.
HSL color Cylindrical-coordinate representation of color #DB7F81: hue angle of 358.7º 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 #DB7F81 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 129 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.14 |
| HSL | 358.7º | 0.56% | 0.68% | - |
| HSV(B) | 358.7º | 0.42% | 0.86% | - |
| XYZ | 40.77 | 31.82 | 24.76 | - |
| YUV | 154.74 | 113.48 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 129 | 0 | 0.42 | 0.41 | 0.14 | 358.7 | 0.56 | 0.68 |
| Hex | DB | 7F | 81 | 0 | 2A | 29 | E | 167 | 38 | 44 |
| Octal | 333 | 177 | 201 | 0 | 52 | 51 | 16 | 547 | 70 | 104 |
| Binary | 11011011 | 1111111 | 10000001 | 0 | 101010 | 101001 | 1110 | 101100111 | 111000 | 1000100 |
Color Harmonies of #DB7F81
Complementary color
Monochromatic Colors of #DB7F81
Black with #DB7F81
Text Example
Text Example
White with #DB7F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F81; }
p { color: rgb(219,127,129); }
H1.HeaderClassName
{
color: #DB7F81;
}
.AnyTagClassName
{
color: #DB7F81;
}
</style>
background-color css
<style>
a { background-color: #DB7F81; }
a { background-color: rgb(219,127,129); }
div.DivClassName
{
background-color: #DB7F81;
}
.BgClassName
{
background-color: #DB7F81;
}
</style>
border-color css
<style>
span { border-color: #DB7F81; }
span { border-color: rgb(219,127,129); }
td.TdClassName
{
border-color: #DB7F81;
}
.TagClassName
{
border-color: #DB7F81;
}
</style>