Shades of Froly #DB6364
Tints of Froly #DB6364
RGB
CMYK
RGB Variations
Color information
#DB6364 (or 0xDB6364) is known color: Froly. HEX triplet: DB, 63 and 64. RGB value is (219,99,100). Sum of RGB (Red+Green+Blue) = 219+99+100=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6364 is #249C9B. Grayscale: #878787. Windows color (decimal): -2399388 or 6579163. OLE color: 6579163.
HSL color Cylindrical-coordinate representation of color #DB6364: hue angle of 359.5º 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 #DB6364 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 100 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.14 |
| HSL | 359.5º | 0.63% | 0.62% | - |
| HSV(B) | 359.5º | 0.55% | 0.86% | - |
| XYZ | 35.98 | 24.9 | 14.97 | - |
| YUV | 134.99 | 108.26 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 100 | 0 | 0.55 | 0.54 | 0.14 | 359.5 | 0.63 | 0.62 |
| Hex | DB | 63 | 64 | 0 | 37 | 36 | E | 168 | 3E | 3E |
| Octal | 333 | 143 | 144 | 0 | 67 | 66 | 16 | 550 | 76 | 76 |
| Binary | 11011011 | 1100011 | 1100100 | 0 | 110111 | 110110 | 1110 | 101101000 | 111110 | 111110 |
Color Harmonies of #DB6364
Complementary color
Monochromatic Colors of #DB6364
Black with #DB6364
Text Example
Text Example
White with #DB6364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6364; }
p { color: rgb(219,99,100); }
H1.HeaderClassName
{
color: #DB6364;
}
.AnyTagClassName
{
color: #DB6364;
}
</style>
background-color css
<style>
a { background-color: #DB6364; }
a { background-color: rgb(219,99,100); }
div.DivClassName
{
background-color: #DB6364;
}
.BgClassName
{
background-color: #DB6364;
}
</style>
border-color css
<style>
span { border-color: #DB6364; }
span { border-color: rgb(219,99,100); }
td.TdClassName
{
border-color: #DB6364;
}
.TagClassName
{
border-color: #DB6364;
}
</style>