Shades of Froly #DB6869
Tints of Froly #DB6869
RGB
CMYK
RGB Variations
Color information
#DB6869 (or 0xDB6869) is known color: Froly. HEX triplet: DB, 68 and 69. RGB value is (219,104,105). Sum of RGB (Red+Green+Blue) = 219+104+105=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6869 is #249796. Grayscale: #8A8A8A. Windows color (decimal): -2398103 or 6908123. OLE color: 6908123.
HSL color Cylindrical-coordinate representation of color #DB6869: hue angle of 359.48º degrees, saturation: 0.61, 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 #DB6869 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 105 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.14 |
| HSL | 359.48º | 0.61% | 0.63% | - |
| HSV(B) | 359.48º | 0.53% | 0.86% | - |
| XYZ | 36.71 | 25.98 | 16.44 | - |
| YUV | 138.5 | 109.1 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 105 | 0 | 0.53 | 0.52 | 0.14 | 359.48 | 0.61 | 0.63 |
| Hex | DB | 68 | 69 | 0 | 35 | 34 | E | 167 | 3D | 3F |
| Octal | 333 | 150 | 151 | 0 | 65 | 64 | 16 | 547 | 75 | 77 |
| Binary | 11011011 | 1101000 | 1101001 | 0 | 110101 | 110100 | 1110 | 101100111 | 111101 | 111111 |
Color Harmonies of #DB6869
Complementary color
Monochromatic Colors of #DB6869
Black with #DB6869
Text Example
Text Example
White with #DB6869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6869; }
p { color: rgb(219,104,105); }
H1.HeaderClassName
{
color: #DB6869;
}
.AnyTagClassName
{
color: #DB6869;
}
</style>
background-color css
<style>
a { background-color: #DB6869; }
a { background-color: rgb(219,104,105); }
div.DivClassName
{
background-color: #DB6869;
}
.BgClassName
{
background-color: #DB6869;
}
</style>
border-color css
<style>
span { border-color: #DB6869; }
span { border-color: rgb(219,104,105); }
td.TdClassName
{
border-color: #DB6869;
}
.TagClassName
{
border-color: #DB6869;
}
</style>