Shades of Froly #DB6169
Tints of Froly #DB6169
RGB
CMYK
RGB Variations
Color information
#DB6169 (or 0xDB6169) is known color: Froly. HEX triplet: DB, 61 and 69. RGB value is (219,97,105). Sum of RGB (Red+Green+Blue) = 219+97+105=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6169 is #249E96. Grayscale: #868686. Windows color (decimal): -2399895 or 6906331. OLE color: 6906331.
HSL color Cylindrical-coordinate representation of color #DB6169: hue angle of 356.07º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6169 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 105 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.14 |
| HSL | 356.07º | 0.63% | 0.62% | - |
| HSV(B) | 356.07º | 0.56% | 0.86% | - |
| XYZ | 36.04 | 24.63 | 16.22 | - |
| YUV | 134.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 105 | 0 | 0.56 | 0.52 | 0.14 | 356.07 | 0.63 | 0.62 |
| Hex | DB | 61 | 69 | 0 | 38 | 34 | E | 164 | 3F | 3E |
| Octal | 333 | 141 | 151 | 0 | 70 | 64 | 16 | 544 | 77 | 76 |
| Binary | 11011011 | 1100001 | 1101001 | 0 | 111000 | 110100 | 1110 | 101100100 | 111111 | 111110 |
Color Harmonies of #DB6169
Complementary color
Monochromatic Colors of #DB6169
Black with #DB6169
Text Example
Text Example
White with #DB6169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6169; }
p { color: rgb(219,97,105); }
H1.HeaderClassName
{
color: #DB6169;
}
.AnyTagClassName
{
color: #DB6169;
}
</style>
background-color css
<style>
a { background-color: #DB6169; }
a { background-color: rgb(219,97,105); }
div.DivClassName
{
background-color: #DB6169;
}
.BgClassName
{
background-color: #DB6169;
}
</style>
border-color css
<style>
span { border-color: #DB6169; }
span { border-color: rgb(219,97,105); }
td.TdClassName
{
border-color: #DB6169;
}
.TagClassName
{
border-color: #DB6169;
}
</style>