Shades of Froly #DB6373
Tints of Froly #DB6373
RGB
CMYK
RGB Variations
Color information
#DB6373 (or 0xDB6373) is known color: Froly. HEX triplet: DB, 63 and 73. RGB value is (219,99,115). Sum of RGB (Red+Green+Blue) = 219+99+115=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6373 is #249C8C. Grayscale: #888888. Windows color (decimal): -2399373 or 7562203. OLE color: 7562203.
HSL color Cylindrical-coordinate representation of color #DB6373: hue angle of 352º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6373 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 115 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.14 |
| HSL | 352º | 0.63% | 0.62% | - |
| HSV(B) | 352º | 0.55% | 0.86% | - |
| XYZ | 36.77 | 25.22 | 19.15 | - |
| YUV | 136.7 | 115.76 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 115 | 0 | 0.55 | 0.47 | 0.14 | 352 | 0.63 | 0.62 |
| Hex | DB | 63 | 73 | 0 | 37 | 2F | E | 160 | 3E | 3E |
| Octal | 333 | 143 | 163 | 0 | 67 | 57 | 16 | 540 | 76 | 76 |
| Binary | 11011011 | 1100011 | 1110011 | 0 | 110111 | 101111 | 1110 | 101100000 | 111110 | 111110 |
Color Harmonies of #DB6373
Complementary color
Monochromatic Colors of #DB6373
Black with #DB6373
Text Example
Text Example
White with #DB6373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6373; }
p { color: rgb(219,99,115); }
H1.HeaderClassName
{
color: #DB6373;
}
.AnyTagClassName
{
color: #DB6373;
}
</style>
background-color css
<style>
a { background-color: #DB6373; }
a { background-color: rgb(219,99,115); }
div.DivClassName
{
background-color: #DB6373;
}
.BgClassName
{
background-color: #DB6373;
}
</style>
border-color css
<style>
span { border-color: #DB6373; }
span { border-color: rgb(219,99,115); }
td.TdClassName
{
border-color: #DB6373;
}
.TagClassName
{
border-color: #DB6373;
}
</style>