Shades of Froly #DB6268
Tints of Froly #DB6268
RGB
CMYK
RGB Variations
Color information
#DB6268 (or 0xDB6268) is known color: Froly. HEX triplet: DB, 62 and 68. RGB value is (219,98,104). Sum of RGB (Red+Green+Blue) = 219+98+104=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6268 is #249D97. Grayscale: #868686. Windows color (decimal): -2399640 or 6841051. OLE color: 6841051.
HSL color Cylindrical-coordinate representation of color #DB6268: hue angle of 357.02º degrees, saturation: 0.63, 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 #DB6268 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 104 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.14 |
| HSL | 357.02º | 0.63% | 0.62% | - |
| HSV(B) | 357.02º | 0.55% | 0.86% | - |
| XYZ | 36.08 | 24.79 | 15.98 | - |
| YUV | 134.86 | 110.59 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 104 | 0 | 0.55 | 0.53 | 0.14 | 357.02 | 0.63 | 0.62 |
| Hex | DB | 62 | 68 | 0 | 37 | 35 | E | 165 | 3F | 3E |
| Octal | 333 | 142 | 150 | 0 | 67 | 65 | 16 | 545 | 77 | 76 |
| Binary | 11011011 | 1100010 | 1101000 | 0 | 110111 | 110101 | 1110 | 101100101 | 111111 | 111110 |
Color Harmonies of #DB6268
Complementary color
Monochromatic Colors of #DB6268
Black with #DB6268
Text Example
Text Example
White with #DB6268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6268; }
p { color: rgb(219,98,104); }
H1.HeaderClassName
{
color: #DB6268;
}
.AnyTagClassName
{
color: #DB6268;
}
</style>
background-color css
<style>
a { background-color: #DB6268; }
a { background-color: rgb(219,98,104); }
div.DivClassName
{
background-color: #DB6268;
}
.BgClassName
{
background-color: #DB6268;
}
</style>
border-color css
<style>
span { border-color: #DB6268; }
span { border-color: rgb(219,98,104); }
td.TdClassName
{
border-color: #DB6268;
}
.TagClassName
{
border-color: #DB6268;
}
</style>