Shades of Froly #DB6569
Tints of Froly #DB6569
RGB
CMYK
RGB Variations
Color information
#DB6569 (or 0xDB6569) is known color: Froly. HEX triplet: DB, 65 and 69. RGB value is (219,101,105). Sum of RGB (Red+Green+Blue) = 219+101+105=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6569 is #249A96. Grayscale: #888888. Windows color (decimal): -2398871 or 6907355. OLE color: 6907355.
HSL color Cylindrical-coordinate representation of color #DB6569: hue angle of 357.97º 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 #DB6569 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 105 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.14 |
| HSL | 357.97º | 0.62% | 0.63% | - |
| HSV(B) | 357.97º | 0.54% | 0.86% | - |
| XYZ | 36.42 | 25.39 | 16.35 | - |
| YUV | 136.74 | 110.09 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 105 | 0 | 0.54 | 0.52 | 0.14 | 357.97 | 0.62 | 0.63 |
| Hex | DB | 65 | 69 | 0 | 36 | 34 | E | 166 | 3E | 3F |
| Octal | 333 | 145 | 151 | 0 | 66 | 64 | 16 | 546 | 76 | 77 |
| Binary | 11011011 | 1100101 | 1101001 | 0 | 110110 | 110100 | 1110 | 101100110 | 111110 | 111111 |
Color Harmonies of #DB6569
Complementary color
Monochromatic Colors of #DB6569
Black with #DB6569
Text Example
Text Example
White with #DB6569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6569; }
p { color: rgb(219,101,105); }
H1.HeaderClassName
{
color: #DB6569;
}
.AnyTagClassName
{
color: #DB6569;
}
</style>
background-color css
<style>
a { background-color: #DB6569; }
a { background-color: rgb(219,101,105); }
div.DivClassName
{
background-color: #DB6569;
}
.BgClassName
{
background-color: #DB6569;
}
</style>
border-color css
<style>
span { border-color: #DB6569; }
span { border-color: rgb(219,101,105); }
td.TdClassName
{
border-color: #DB6569;
}
.TagClassName
{
border-color: #DB6569;
}
</style>