Shades of Froly #DB6571
Tints of Froly #DB6571
RGB
CMYK
RGB Variations
Color information
#DB6571 (or 0xDB6571) is known color: Froly. HEX triplet: DB, 65 and 71. RGB value is (219,101,113). Sum of RGB (Red+Green+Blue) = 219+101+113=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6571 is #249A8E. Grayscale: #898989. Windows color (decimal): -2398863 or 7431643. OLE color: 7431643.
HSL color Cylindrical-coordinate representation of color #DB6571: hue angle of 353.9º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6571 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 113 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.14 |
| HSL | 353.9º | 0.62% | 0.63% | - |
| HSV(B) | 353.9º | 0.54% | 0.86% | - |
| XYZ | 36.85 | 25.56 | 18.61 | - |
| YUV | 137.65 | 114.09 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 113 | 0 | 0.54 | 0.48 | 0.14 | 353.9 | 0.62 | 0.63 |
| Hex | DB | 65 | 71 | 0 | 36 | 30 | E | 162 | 3E | 3F |
| Octal | 333 | 145 | 161 | 0 | 66 | 60 | 16 | 542 | 76 | 77 |
| Binary | 11011011 | 1100101 | 1110001 | 0 | 110110 | 110000 | 1110 | 101100010 | 111110 | 111111 |
Color Harmonies of #DB6571
Complementary color
Monochromatic Colors of #DB6571
Black with #DB6571
Text Example
Text Example
White with #DB6571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6571; }
p { color: rgb(219,101,113); }
H1.HeaderClassName
{
color: #DB6571;
}
.AnyTagClassName
{
color: #DB6571;
}
</style>
background-color css
<style>
a { background-color: #DB6571; }
a { background-color: rgb(219,101,113); }
div.DivClassName
{
background-color: #DB6571;
}
.BgClassName
{
background-color: #DB6571;
}
</style>
border-color css
<style>
span { border-color: #DB6571; }
span { border-color: rgb(219,101,113); }
td.TdClassName
{
border-color: #DB6571;
}
.TagClassName
{
border-color: #DB6571;
}
</style>