Shades of Froly #DB6F78
Tints of Froly #DB6F78
RGB
CMYK
RGB Variations
Color information
#DB6F78 (or 0xDB6F78) is known color: Froly. HEX triplet: DB, 6F and 78. RGB value is (219,111,120). Sum of RGB (Red+Green+Blue) = 219+111+120=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F78 is #249087. Grayscale: #909090. Windows color (decimal): -2396296 or 7892955. OLE color: 7892955.
HSL color Cylindrical-coordinate representation of color #DB6F78: hue angle of 355º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6F78 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 120 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.14 |
| HSL | 355º | 0.6% | 0.65% | - |
| HSV(B) | 355º | 0.49% | 0.86% | - |
| XYZ | 38.29 | 27.79 | 21.11 | - |
| YUV | 144.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 120 | 0 | 0.49 | 0.45 | 0.14 | 355 | 0.6 | 0.65 |
| Hex | DB | 6F | 78 | 0 | 31 | 2D | E | 163 | 3C | 41 |
| Octal | 333 | 157 | 170 | 0 | 61 | 55 | 16 | 543 | 74 | 101 |
| Binary | 11011011 | 1101111 | 1111000 | 0 | 110001 | 101101 | 1110 | 101100011 | 111100 | 1000001 |
Color Harmonies of #DB6F78
Complementary color
Monochromatic Colors of #DB6F78
Black with #DB6F78
Text Example
Text Example
White with #DB6F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F78; }
p { color: rgb(219,111,120); }
H1.HeaderClassName
{
color: #DB6F78;
}
.AnyTagClassName
{
color: #DB6F78;
}
</style>
background-color css
<style>
a { background-color: #DB6F78; }
a { background-color: rgb(219,111,120); }
div.DivClassName
{
background-color: #DB6F78;
}
.BgClassName
{
background-color: #DB6F78;
}
</style>
border-color css
<style>
span { border-color: #DB6F78; }
span { border-color: rgb(219,111,120); }
td.TdClassName
{
border-color: #DB6F78;
}
.TagClassName
{
border-color: #DB6F78;
}
</style>