Shades of Froly #DB7D7E
Tints of Froly #DB7D7E
RGB
CMYK
RGB Variations
Color information
#DB7D7E (or 0xDB7D7E) is known color: Froly. HEX triplet: DB, 7D and 7E. RGB value is (219,125,126). Sum of RGB (Red+Green+Blue) = 219+125+126=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D7E is #248281. Grayscale: #999999. Windows color (decimal): -2392706 or 8289755. OLE color: 8289755.
HSL color Cylindrical-coordinate representation of color #DB7D7E: hue angle of 359.36º 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 #DB7D7E is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 126 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.14 |
| HSL | 359.36º | 0.57% | 0.67% | - |
| HSV(B) | 359.36º | 0.43% | 0.86% | - |
| XYZ | 40.31 | 31.23 | 23.64 | - |
| YUV | 153.22 | 112.64 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 126 | 0 | 0.43 | 0.42 | 0.14 | 359.36 | 0.57 | 0.67 |
| Hex | DB | 7D | 7E | 0 | 2B | 2A | E | 167 | 39 | 43 |
| Octal | 333 | 175 | 176 | 0 | 53 | 52 | 16 | 547 | 71 | 103 |
| Binary | 11011011 | 1111101 | 1111110 | 0 | 101011 | 101010 | 1110 | 101100111 | 111001 | 1000011 |
Color Harmonies of #DB7D7E
Complementary color
Monochromatic Colors of #DB7D7E
Black with #DB7D7E
Text Example
Text Example
White with #DB7D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D7E; }
p { color: rgb(219,125,126); }
H1.HeaderClassName
{
color: #DB7D7E;
}
.AnyTagClassName
{
color: #DB7D7E;
}
</style>
background-color css
<style>
a { background-color: #DB7D7E; }
a { background-color: rgb(219,125,126); }
div.DivClassName
{
background-color: #DB7D7E;
}
.BgClassName
{
background-color: #DB7D7E;
}
</style>
border-color css
<style>
span { border-color: #DB7D7E; }
span { border-color: rgb(219,125,126); }
td.TdClassName
{
border-color: #DB7D7E;
}
.TagClassName
{
border-color: #DB7D7E;
}
</style>