Shades of Froly #DB6473
Tints of Froly #DB6473
RGB
CMYK
RGB Variations
Color information
#DB6473 (or 0xDB6473) is known color: Froly. HEX triplet: DB, 64 and 73. RGB value is (219,100,115). Sum of RGB (Red+Green+Blue) = 219+100+115=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6473 is #249B8C. Grayscale: #898989. Windows color (decimal): -2399117 or 7562459. OLE color: 7562459.
HSL color Cylindrical-coordinate representation of color #DB6473: hue angle of 352.44º 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 #DB6473 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 115 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.14 |
| HSL | 352.44º | 0.62% | 0.63% | - |
| HSV(B) | 352.44º | 0.54% | 0.86% | - |
| XYZ | 36.87 | 25.41 | 19.18 | - |
| YUV | 137.29 | 115.42 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 115 | 0 | 0.54 | 0.47 | 0.14 | 352.44 | 0.62 | 0.63 |
| Hex | DB | 64 | 73 | 0 | 36 | 2F | E | 160 | 3E | 3F |
| Octal | 333 | 144 | 163 | 0 | 66 | 57 | 16 | 540 | 76 | 77 |
| Binary | 11011011 | 1100100 | 1110011 | 0 | 110110 | 101111 | 1110 | 101100000 | 111110 | 111111 |
Color Harmonies of #DB6473
Complementary color
Monochromatic Colors of #DB6473
Black with #DB6473
Text Example
Text Example
White with #DB6473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6473; }
p { color: rgb(219,100,115); }
H1.HeaderClassName
{
color: #DB6473;
}
.AnyTagClassName
{
color: #DB6473;
}
</style>
background-color css
<style>
a { background-color: #DB6473; }
a { background-color: rgb(219,100,115); }
div.DivClassName
{
background-color: #DB6473;
}
.BgClassName
{
background-color: #DB6473;
}
</style>
border-color css
<style>
span { border-color: #DB6473; }
span { border-color: rgb(219,100,115); }
td.TdClassName
{
border-color: #DB6473;
}
.TagClassName
{
border-color: #DB6473;
}
</style>