Shades of Froly #DB6C77
Tints of Froly #DB6C77
RGB
CMYK
RGB Variations
Color information
#DB6C77 (or 0xDB6C77) is known color: Froly. HEX triplet: DB, 6C and 77. RGB value is (219,108,119). Sum of RGB (Red+Green+Blue) = 219+108+119=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6C77 is #249388. Grayscale: #8E8E8E. Windows color (decimal): -2397065 or 7826651. OLE color: 7826651.
HSL color Cylindrical-coordinate representation of color #DB6C77: hue angle of 354.05º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6C77 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 119 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.14 |
| HSL | 354.05º | 0.61% | 0.64% | - |
| HSV(B) | 354.05º | 0.51% | 0.86% | - |
| XYZ | 37.91 | 27.12 | 20.69 | - |
| YUV | 142.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 119 | 0 | 0.51 | 0.46 | 0.14 | 354.05 | 0.61 | 0.64 |
| Hex | DB | 6C | 77 | 0 | 33 | 2E | E | 162 | 3D | 40 |
| Octal | 333 | 154 | 167 | 0 | 63 | 56 | 16 | 542 | 75 | 100 |
| Binary | 11011011 | 1101100 | 1110111 | 0 | 110011 | 101110 | 1110 | 101100010 | 111101 | 1000000 |
Color Harmonies of #DB6C77
Complementary color
Monochromatic Colors of #DB6C77
Black with #DB6C77
Text Example
Text Example
White with #DB6C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C77; }
p { color: rgb(219,108,119); }
H1.HeaderClassName
{
color: #DB6C77;
}
.AnyTagClassName
{
color: #DB6C77;
}
</style>
background-color css
<style>
a { background-color: #DB6C77; }
a { background-color: rgb(219,108,119); }
div.DivClassName
{
background-color: #DB6C77;
}
.BgClassName
{
background-color: #DB6C77;
}
</style>
border-color css
<style>
span { border-color: #DB6C77; }
span { border-color: rgb(219,108,119); }
td.TdClassName
{
border-color: #DB6C77;
}
.TagClassName
{
border-color: #DB6C77;
}
</style>