Shades of Froly #DB6771
Tints of Froly #DB6771
RGB
CMYK
RGB Variations
Color information
#DB6771 (or 0xDB6771) is known color: Froly. HEX triplet: DB, 67 and 71. RGB value is (219,103,113). Sum of RGB (Red+Green+Blue) = 219+103+113=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6771 is #24988E. Grayscale: #8A8A8A. Windows color (decimal): -2398351 or 7432155. OLE color: 7432155.
HSL color Cylindrical-coordinate representation of color #DB6771: hue angle of 354.83º 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 #DB6771 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 113 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.14 |
| HSL | 354.83º | 0.62% | 0.63% | - |
| HSV(B) | 354.83º | 0.53% | 0.86% | - |
| XYZ | 37.04 | 25.95 | 18.68 | - |
| YUV | 138.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 113 | 0 | 0.53 | 0.48 | 0.14 | 354.83 | 0.62 | 0.63 |
| Hex | DB | 67 | 71 | 0 | 35 | 30 | E | 163 | 3E | 3F |
| Octal | 333 | 147 | 161 | 0 | 65 | 60 | 16 | 543 | 76 | 77 |
| Binary | 11011011 | 1100111 | 1110001 | 0 | 110101 | 110000 | 1110 | 101100011 | 111110 | 111111 |
Color Harmonies of #DB6771
Complementary color
Monochromatic Colors of #DB6771
Black with #DB6771
Text Example
Text Example
White with #DB6771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6771; }
p { color: rgb(219,103,113); }
H1.HeaderClassName
{
color: #DB6771;
}
.AnyTagClassName
{
color: #DB6771;
}
</style>
background-color css
<style>
a { background-color: #DB6771; }
a { background-color: rgb(219,103,113); }
div.DivClassName
{
background-color: #DB6771;
}
.BgClassName
{
background-color: #DB6771;
}
</style>
border-color css
<style>
span { border-color: #DB6771; }
span { border-color: rgb(219,103,113); }
td.TdClassName
{
border-color: #DB6771;
}
.TagClassName
{
border-color: #DB6771;
}
</style>