Shades of Froly #DB7D81
Tints of Froly #DB7D81
RGB
CMYK
RGB Variations
Color information
#DB7D81 (or 0xDB7D81) is known color: Froly. HEX triplet: DB, 7D and 81. RGB value is (219,125,129). Sum of RGB (Red+Green+Blue) = 219+125+129=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7D81 is #24827E. Grayscale: #999999. Windows color (decimal): -2392703 or 8486363. OLE color: 8486363.
HSL color Cylindrical-coordinate representation of color #DB7D81: hue angle of 357.45º 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 #DB7D81 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 129 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.14 |
| HSL | 357.45º | 0.57% | 0.67% | - |
| HSV(B) | 357.45º | 0.43% | 0.86% | - |
| XYZ | 40.51 | 31.31 | 24.68 | - |
| YUV | 153.56 | 114.14 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 129 | 0 | 0.43 | 0.41 | 0.14 | 357.45 | 0.57 | 0.67 |
| Hex | DB | 7D | 81 | 0 | 2B | 29 | E | 165 | 39 | 43 |
| Octal | 333 | 175 | 201 | 0 | 53 | 51 | 16 | 545 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10000001 | 0 | 101011 | 101001 | 1110 | 101100101 | 111001 | 1000011 |
Color Harmonies of #DB7D81
Complementary color
Monochromatic Colors of #DB7D81
Black with #DB7D81
Text Example
Text Example
White with #DB7D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D81; }
p { color: rgb(219,125,129); }
H1.HeaderClassName
{
color: #DB7D81;
}
.AnyTagClassName
{
color: #DB7D81;
}
</style>
background-color css
<style>
a { background-color: #DB7D81; }
a { background-color: rgb(219,125,129); }
div.DivClassName
{
background-color: #DB7D81;
}
.BgClassName
{
background-color: #DB7D81;
}
</style>
border-color css
<style>
span { border-color: #DB7D81; }
span { border-color: rgb(219,125,129); }
td.TdClassName
{
border-color: #DB7D81;
}
.TagClassName
{
border-color: #DB7D81;
}
</style>