Shades of Froly #DB6874
Tints of Froly #DB6874
RGB
CMYK
RGB Variations
Color information
#DB6874 (or 0xDB6874) is known color: Froly. HEX triplet: DB, 68 and 74. RGB value is (219,104,116). Sum of RGB (Red+Green+Blue) = 219+104+116=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6874 is #24978B. Grayscale: #8B8B8B. Windows color (decimal): -2398092 or 7629019. OLE color: 7629019.
HSL color Cylindrical-coordinate representation of color #DB6874: hue angle of 353.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6874 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 116 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.14 |
| HSL | 353.74º | 0.61% | 0.63% | - |
| HSV(B) | 353.74º | 0.53% | 0.86% | - |
| XYZ | 37.32 | 26.22 | 19.62 | - |
| YUV | 139.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 116 | 0 | 0.53 | 0.47 | 0.14 | 353.74 | 0.61 | 0.63 |
| Hex | DB | 68 | 74 | 0 | 35 | 2F | E | 162 | 3D | 3F |
| Octal | 333 | 150 | 164 | 0 | 65 | 57 | 16 | 542 | 75 | 77 |
| Binary | 11011011 | 1101000 | 1110100 | 0 | 110101 | 101111 | 1110 | 101100010 | 111101 | 111111 |
Color Harmonies of #DB6874
Complementary color
Monochromatic Colors of #DB6874
Black with #DB6874
Text Example
Text Example
White with #DB6874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6874; }
p { color: rgb(219,104,116); }
H1.HeaderClassName
{
color: #DB6874;
}
.AnyTagClassName
{
color: #DB6874;
}
</style>
background-color css
<style>
a { background-color: #DB6874; }
a { background-color: rgb(219,104,116); }
div.DivClassName
{
background-color: #DB6874;
}
.BgClassName
{
background-color: #DB6874;
}
</style>
border-color css
<style>
span { border-color: #DB6874; }
span { border-color: rgb(219,104,116); }
td.TdClassName
{
border-color: #DB6874;
}
.TagClassName
{
border-color: #DB6874;
}
</style>