Shades of Froly #DB7E7F
Tints of Froly #DB7E7F
RGB
CMYK
RGB Variations
Color information
#DB7E7F (or 0xDB7E7F) is known color: Froly. HEX triplet: DB, 7E and 7F. RGB value is (219,126,127). Sum of RGB (Red+Green+Blue) = 219+126+127=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E7F is #248180. Grayscale: #9A9A9A. Windows color (decimal): -2392449 or 8355547. OLE color: 8355547.
HSL color Cylindrical-coordinate representation of color #DB7E7F: hue angle of 359.35º 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 #DB7E7F is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 127 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.14 |
| HSL | 359.35º | 0.56% | 0.68% | - |
| HSV(B) | 359.35º | 0.42% | 0.86% | - |
| XYZ | 40.51 | 31.51 | 24.03 | - |
| YUV | 153.92 | 112.81 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 127 | 0 | 0.42 | 0.42 | 0.14 | 359.35 | 0.56 | 0.68 |
| Hex | DB | 7E | 7F | 0 | 2A | 2A | E | 167 | 38 | 44 |
| Octal | 333 | 176 | 177 | 0 | 52 | 52 | 16 | 547 | 70 | 104 |
| Binary | 11011011 | 1111110 | 1111111 | 0 | 101010 | 101010 | 1110 | 101100111 | 111000 | 1000100 |
Color Harmonies of #DB7E7F
Complementary color
Monochromatic Colors of #DB7E7F
Black with #DB7E7F
Text Example
Text Example
White with #DB7E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E7F; }
p { color: rgb(219,126,127); }
H1.HeaderClassName
{
color: #DB7E7F;
}
.AnyTagClassName
{
color: #DB7E7F;
}
</style>
background-color css
<style>
a { background-color: #DB7E7F; }
a { background-color: rgb(219,126,127); }
div.DivClassName
{
background-color: #DB7E7F;
}
.BgClassName
{
background-color: #DB7E7F;
}
</style>
border-color css
<style>
span { border-color: #DB7E7F; }
span { border-color: rgb(219,126,127); }
td.TdClassName
{
border-color: #DB7E7F;
}
.TagClassName
{
border-color: #DB7E7F;
}
</style>