Shades of Froly #DB6777
Tints of Froly #DB6777
RGB
CMYK
RGB Variations
Color information
#DB6777 (or 0xDB6777) is known color: Froly. HEX triplet: DB, 67 and 77. RGB value is (219,103,119). Sum of RGB (Red+Green+Blue) = 219+103+119=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6777 is #249888. Grayscale: #8B8B8B. Windows color (decimal): -2398345 or 7825371. OLE color: 7825371.
HSL color Cylindrical-coordinate representation of color #DB6777: hue angle of 351.72º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6777 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 119 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.14 |
| HSL | 351.72º | 0.62% | 0.63% | - |
| HSV(B) | 351.72º | 0.53% | 0.86% | - |
| XYZ | 37.39 | 26.09 | 20.52 | - |
| YUV | 139.51 | 116.43 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 119 | 0 | 0.53 | 0.46 | 0.14 | 351.72 | 0.62 | 0.63 |
| Hex | DB | 67 | 77 | 0 | 35 | 2E | E | 160 | 3E | 3F |
| Octal | 333 | 147 | 167 | 0 | 65 | 56 | 16 | 540 | 76 | 77 |
| Binary | 11011011 | 1100111 | 1110111 | 0 | 110101 | 101110 | 1110 | 101100000 | 111110 | 111111 |
Color Harmonies of #DB6777
Complementary color
Monochromatic Colors of #DB6777
Black with #DB6777
Text Example
Text Example
White with #DB6777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6777; }
p { color: rgb(219,103,119); }
H1.HeaderClassName
{
color: #DB6777;
}
.AnyTagClassName
{
color: #DB6777;
}
</style>
background-color css
<style>
a { background-color: #DB6777; }
a { background-color: rgb(219,103,119); }
div.DivClassName
{
background-color: #DB6777;
}
.BgClassName
{
background-color: #DB6777;
}
</style>
border-color css
<style>
span { border-color: #DB6777; }
span { border-color: rgb(219,103,119); }
td.TdClassName
{
border-color: #DB6777;
}
.TagClassName
{
border-color: #DB6777;
}
</style>