Shades of Froly #DB6D7E
Tints of Froly #DB6D7E
RGB
CMYK
RGB Variations
Color information
#DB6D7E (or 0xDB6D7E) is known color: Froly. HEX triplet: DB, 6D and 7E. RGB value is (219,109,126). Sum of RGB (Red+Green+Blue) = 219+109+126=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D7E is #249281. Grayscale: #8F8F8F. Windows color (decimal): -2396802 or 8285659. OLE color: 8285659.
HSL color Cylindrical-coordinate representation of color #DB6D7E: hue angle of 350.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6D7E is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 126 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.14 |
| HSL | 350.73º | 0.6% | 0.64% | - |
| HSV(B) | 350.73º | 0.5% | 0.86% | - |
| XYZ | 38.45 | 27.5 | 23.02 | - |
| YUV | 143.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 126 | 0 | 0.50 | 0.42 | 0.14 | 350.73 | 0.6 | 0.64 |
| Hex | DB | 6D | 7E | 0 | 32 | 2A | E | 15F | 3C | 40 |
| Octal | 333 | 155 | 176 | 0 | 62 | 52 | 16 | 537 | 74 | 100 |
| Binary | 11011011 | 1101101 | 1111110 | 0 | 110010 | 101010 | 1110 | 101011111 | 111100 | 1000000 |
Color Harmonies of #DB6D7E
Complementary color
Monochromatic Colors of #DB6D7E
Black with #DB6D7E
Text Example
Text Example
White with #DB6D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D7E; }
p { color: rgb(219,109,126); }
H1.HeaderClassName
{
color: #DB6D7E;
}
.AnyTagClassName
{
color: #DB6D7E;
}
</style>
background-color css
<style>
a { background-color: #DB6D7E; }
a { background-color: rgb(219,109,126); }
div.DivClassName
{
background-color: #DB6D7E;
}
.BgClassName
{
background-color: #DB6D7E;
}
</style>
border-color css
<style>
span { border-color: #DB6D7E; }
span { border-color: rgb(219,109,126); }
td.TdClassName
{
border-color: #DB6D7E;
}
.TagClassName
{
border-color: #DB6D7E;
}
</style>