Shades of Froly #DB6772
Tints of Froly #DB6772
RGB
CMYK
RGB Variations
Color information
#DB6772 (or 0xDB6772) is known color: Froly. HEX triplet: DB, 67 and 72. RGB value is (219,103,114). Sum of RGB (Red+Green+Blue) = 219+103+114=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6772 is #24988D. Grayscale: #8B8B8B. Windows color (decimal): -2398350 or 7497691. OLE color: 7497691.
HSL color Cylindrical-coordinate representation of color #DB6772: hue angle of 354.31º degrees, saturation: 0.62, 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 #DB6772 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 114 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.14 |
| HSL | 354.31º | 0.62% | 0.63% | - |
| HSV(B) | 354.31º | 0.53% | 0.86% | - |
| XYZ | 37.1 | 25.98 | 18.98 | - |
| YUV | 138.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 114 | 0 | 0.53 | 0.48 | 0.14 | 354.31 | 0.62 | 0.63 |
| Hex | DB | 67 | 72 | 0 | 35 | 30 | E | 162 | 3E | 3F |
| Octal | 333 | 147 | 162 | 0 | 65 | 60 | 16 | 542 | 76 | 77 |
| Binary | 11011011 | 1100111 | 1110010 | 0 | 110101 | 110000 | 1110 | 101100010 | 111110 | 111111 |
Color Harmonies of #DB6772
Complementary color
Monochromatic Colors of #DB6772
Black with #DB6772
Text Example
Text Example
White with #DB6772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6772; }
p { color: rgb(219,103,114); }
H1.HeaderClassName
{
color: #DB6772;
}
.AnyTagClassName
{
color: #DB6772;
}
</style>
background-color css
<style>
a { background-color: #DB6772; }
a { background-color: rgb(219,103,114); }
div.DivClassName
{
background-color: #DB6772;
}
.BgClassName
{
background-color: #DB6772;
}
</style>
border-color css
<style>
span { border-color: #DB6772; }
span { border-color: rgb(219,103,114); }
td.TdClassName
{
border-color: #DB6772;
}
.TagClassName
{
border-color: #DB6772;
}
</style>