Shades of Froly #DB717C
Tints of Froly #DB717C
RGB
CMYK
RGB Variations
Color information
#DB717C (or 0xDB717C) is known color: Froly. HEX triplet: DB, 71 and 7C. RGB value is (219,113,124). Sum of RGB (Red+Green+Blue) = 219+113+124=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB717C is #248E83. Grayscale: #929292. Windows color (decimal): -2395780 or 8155611. OLE color: 8155611.
HSL color Cylindrical-coordinate representation of color #DB717C: hue angle of 353.77º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB717C is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 124 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.14 |
| HSL | 353.77º | 0.6% | 0.65% | - |
| HSV(B) | 353.77º | 0.48% | 0.86% | - |
| XYZ | 38.76 | 28.33 | 22.49 | - |
| YUV | 145.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 124 | 0 | 0.48 | 0.43 | 0.14 | 353.77 | 0.6 | 0.65 |
| Hex | DB | 71 | 7C | 0 | 30 | 2B | E | 162 | 3C | 41 |
| Octal | 333 | 161 | 174 | 0 | 60 | 53 | 16 | 542 | 74 | 101 |
| Binary | 11011011 | 1110001 | 1111100 | 0 | 110000 | 101011 | 1110 | 101100010 | 111100 | 1000001 |
Color Harmonies of #DB717C
Complementary color
Monochromatic Colors of #DB717C
Black with #DB717C
Text Example
Text Example
White with #DB717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB717C; }
p { color: rgb(219,113,124); }
H1.HeaderClassName
{
color: #DB717C;
}
.AnyTagClassName
{
color: #DB717C;
}
</style>
background-color css
<style>
a { background-color: #DB717C; }
a { background-color: rgb(219,113,124); }
div.DivClassName
{
background-color: #DB717C;
}
.BgClassName
{
background-color: #DB717C;
}
</style>
border-color css
<style>
span { border-color: #DB717C; }
span { border-color: rgb(219,113,124); }
td.TdClassName
{
border-color: #DB717C;
}
.TagClassName
{
border-color: #DB717C;
}
</style>