Shades of Froly #DB6E7B
Tints of Froly #DB6E7B
RGB
CMYK
RGB Variations
Color information
#DB6E7B (or 0xDB6E7B) is known color: Froly. HEX triplet: DB, 6E and 7B. RGB value is (219,110,123). Sum of RGB (Red+Green+Blue) = 219+110+123=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6E7B is #249184. Grayscale: #909090. Windows color (decimal): -2396549 or 8089307. OLE color: 8089307.
HSL color Cylindrical-coordinate representation of color #DB6E7B: hue angle of 352.84º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6E7B is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 123 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.14 |
| HSL | 352.84º | 0.6% | 0.65% | - |
| HSV(B) | 352.84º | 0.5% | 0.86% | - |
| XYZ | 38.36 | 27.64 | 22.05 | - |
| YUV | 144.07 | 116.11 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 123 | 0 | 0.50 | 0.44 | 0.14 | 352.84 | 0.6 | 0.65 |
| Hex | DB | 6E | 7B | 0 | 32 | 2C | E | 161 | 3C | 41 |
| Octal | 333 | 156 | 173 | 0 | 62 | 54 | 16 | 541 | 74 | 101 |
| Binary | 11011011 | 1101110 | 1111011 | 0 | 110010 | 101100 | 1110 | 101100001 | 111100 | 1000001 |
Color Harmonies of #DB6E7B
Complementary color
Monochromatic Colors of #DB6E7B
Black with #DB6E7B
Text Example
Text Example
White with #DB6E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E7B; }
p { color: rgb(219,110,123); }
H1.HeaderClassName
{
color: #DB6E7B;
}
.AnyTagClassName
{
color: #DB6E7B;
}
</style>
background-color css
<style>
a { background-color: #DB6E7B; }
a { background-color: rgb(219,110,123); }
div.DivClassName
{
background-color: #DB6E7B;
}
.BgClassName
{
background-color: #DB6E7B;
}
</style>
border-color css
<style>
span { border-color: #DB6E7B; }
span { border-color: rgb(219,110,123); }
td.TdClassName
{
border-color: #DB6E7B;
}
.TagClassName
{
border-color: #DB6E7B;
}
</style>