Shades of Froly #DB7C7E
Tints of Froly #DB7C7E
RGB
CMYK
RGB Variations
Color information
#DB7C7E (or 0xDB7C7E) is known color: Froly. HEX triplet: DB, 7C and 7E. RGB value is (219,124,126). Sum of RGB (Red+Green+Blue) = 219+124+126=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C7E is #248381. Grayscale: #989898. Windows color (decimal): -2392962 or 8289499. OLE color: 8289499.
HSL color Cylindrical-coordinate representation of color #DB7C7E: hue angle of 358.74º 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 #DB7C7E is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 126 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.14 |
| HSL | 358.74º | 0.57% | 0.67% | - |
| HSV(B) | 358.74º | 0.43% | 0.86% | - |
| XYZ | 40.19 | 30.98 | 23.6 | - |
| YUV | 152.63 | 112.97 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 126 | 0 | 0.43 | 0.42 | 0.14 | 358.74 | 0.57 | 0.67 |
| Hex | DB | 7C | 7E | 0 | 2B | 2A | E | 167 | 39 | 43 |
| Octal | 333 | 174 | 176 | 0 | 53 | 52 | 16 | 547 | 71 | 103 |
| Binary | 11011011 | 1111100 | 1111110 | 0 | 101011 | 101010 | 1110 | 101100111 | 111001 | 1000011 |
Color Harmonies of #DB7C7E
Complementary color
Monochromatic Colors of #DB7C7E
Black with #DB7C7E
Text Example
Text Example
White with #DB7C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C7E; }
p { color: rgb(219,124,126); }
H1.HeaderClassName
{
color: #DB7C7E;
}
.AnyTagClassName
{
color: #DB7C7E;
}
</style>
background-color css
<style>
a { background-color: #DB7C7E; }
a { background-color: rgb(219,124,126); }
div.DivClassName
{
background-color: #DB7C7E;
}
.BgClassName
{
background-color: #DB7C7E;
}
</style>
border-color css
<style>
span { border-color: #DB7C7E; }
span { border-color: rgb(219,124,126); }
td.TdClassName
{
border-color: #DB7C7E;
}
.TagClassName
{
border-color: #DB7C7E;
}
</style>