Shades of Froly #DB6570
Tints of Froly #DB6570
RGB
CMYK
RGB Variations
Color information
#DB6570 (or 0xDB6570) is known color: Froly. HEX triplet: DB, 65 and 70. RGB value is (219,101,112). Sum of RGB (Red+Green+Blue) = 219+101+112=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6570 is #249A8F. Grayscale: #898989. Windows color (decimal): -2398864 or 7366107. OLE color: 7366107.
HSL color Cylindrical-coordinate representation of color #DB6570: hue angle of 354.41º 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 #DB6570 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 112 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.14 |
| HSL | 354.41º | 0.62% | 0.63% | - |
| HSV(B) | 354.41º | 0.54% | 0.86% | - |
| XYZ | 36.79 | 25.54 | 18.32 | - |
| YUV | 137.54 | 113.59 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 112 | 0 | 0.54 | 0.49 | 0.14 | 354.41 | 0.62 | 0.63 |
| Hex | DB | 65 | 70 | 0 | 36 | 31 | E | 162 | 3E | 3F |
| Octal | 333 | 145 | 160 | 0 | 66 | 61 | 16 | 542 | 76 | 77 |
| Binary | 11011011 | 1100101 | 1110000 | 0 | 110110 | 110001 | 1110 | 101100010 | 111110 | 111111 |
Color Harmonies of #DB6570
Complementary color
Monochromatic Colors of #DB6570
Black with #DB6570
Text Example
Text Example
White with #DB6570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6570; }
p { color: rgb(219,101,112); }
H1.HeaderClassName
{
color: #DB6570;
}
.AnyTagClassName
{
color: #DB6570;
}
</style>
background-color css
<style>
a { background-color: #DB6570; }
a { background-color: rgb(219,101,112); }
div.DivClassName
{
background-color: #DB6570;
}
.BgClassName
{
background-color: #DB6570;
}
</style>
border-color css
<style>
span { border-color: #DB6570; }
span { border-color: rgb(219,101,112); }
td.TdClassName
{
border-color: #DB6570;
}
.TagClassName
{
border-color: #DB6570;
}
</style>