Shades of Froly #DB6469
Tints of Froly #DB6469
RGB
CMYK
RGB Variations
Color information
#DB6469 (or 0xDB6469) is known color: Froly. HEX triplet: DB, 64 and 69. RGB value is (219,100,105). Sum of RGB (Red+Green+Blue) = 219+100+105=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6469 is #249B96. Grayscale: #888888. Windows color (decimal): -2399127 or 6907099. OLE color: 6907099.
HSL color Cylindrical-coordinate representation of color #DB6469: hue angle of 357.48º 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 #DB6469 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 105 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.14 |
| HSL | 357.48º | 0.62% | 0.63% | - |
| HSV(B) | 357.48º | 0.54% | 0.86% | - |
| XYZ | 36.32 | 25.19 | 16.31 | - |
| YUV | 136.15 | 110.42 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 105 | 0 | 0.54 | 0.52 | 0.14 | 357.48 | 0.62 | 0.63 |
| Hex | DB | 64 | 69 | 0 | 36 | 34 | E | 165 | 3E | 3F |
| Octal | 333 | 144 | 151 | 0 | 66 | 64 | 16 | 545 | 76 | 77 |
| Binary | 11011011 | 1100100 | 1101001 | 0 | 110110 | 110100 | 1110 | 101100101 | 111110 | 111111 |
Color Harmonies of #DB6469
Complementary color
Monochromatic Colors of #DB6469
Black with #DB6469
Text Example
Text Example
White with #DB6469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6469; }
p { color: rgb(219,100,105); }
H1.HeaderClassName
{
color: #DB6469;
}
.AnyTagClassName
{
color: #DB6469;
}
</style>
background-color css
<style>
a { background-color: #DB6469; }
a { background-color: rgb(219,100,105); }
div.DivClassName
{
background-color: #DB6469;
}
.BgClassName
{
background-color: #DB6469;
}
</style>
border-color css
<style>
span { border-color: #DB6469; }
span { border-color: rgb(219,100,105); }
td.TdClassName
{
border-color: #DB6469;
}
.TagClassName
{
border-color: #DB6469;
}
</style>