Shades of Froly #DB6677
Tints of Froly #DB6677
RGB
CMYK
RGB Variations
Color information
#DB6677 (or 0xDB6677) is known color: Froly. HEX triplet: DB, 66 and 77. RGB value is (219,102,119). Sum of RGB (Red+Green+Blue) = 219+102+119=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6677 is #249988. Grayscale: #8A8A8A. Windows color (decimal): -2398601 or 7825115. OLE color: 7825115.
HSL color Cylindrical-coordinate representation of color #DB6677: hue angle of 351.28º 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 #DB6677 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 119 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.14 |
| HSL | 351.28º | 0.62% | 0.63% | - |
| HSV(B) | 351.28º | 0.53% | 0.86% | - |
| XYZ | 37.29 | 25.89 | 20.49 | - |
| YUV | 138.92 | 116.76 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 119 | 0 | 0.53 | 0.46 | 0.14 | 351.28 | 0.62 | 0.63 |
| Hex | DB | 66 | 77 | 0 | 35 | 2E | E | 15F | 3E | 3F |
| Octal | 333 | 146 | 167 | 0 | 65 | 56 | 16 | 537 | 76 | 77 |
| Binary | 11011011 | 1100110 | 1110111 | 0 | 110101 | 101110 | 1110 | 101011111 | 111110 | 111111 |
Color Harmonies of #DB6677
Complementary color
Monochromatic Colors of #DB6677
Black with #DB6677
Text Example
Text Example
White with #DB6677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6677; }
p { color: rgb(219,102,119); }
H1.HeaderClassName
{
color: #DB6677;
}
.AnyTagClassName
{
color: #DB6677;
}
</style>
background-color css
<style>
a { background-color: #DB6677; }
a { background-color: rgb(219,102,119); }
div.DivClassName
{
background-color: #DB6677;
}
.BgClassName
{
background-color: #DB6677;
}
</style>
border-color css
<style>
span { border-color: #DB6677; }
span { border-color: rgb(219,102,119); }
td.TdClassName
{
border-color: #DB6677;
}
.TagClassName
{
border-color: #DB6677;
}
</style>