Shades of Froly #DB727C
Tints of Froly #DB727C
RGB
CMYK
RGB Variations
Color information
#DB727C (or 0xDB727C) is known color: Froly. HEX triplet: DB, 72 and 7C. RGB value is (219,114,124). Sum of RGB (Red+Green+Blue) = 219+114+124=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB727C is #248D83. Grayscale: #929292. Windows color (decimal): -2395524 or 8155867. OLE color: 8155867.
HSL color Cylindrical-coordinate representation of color #DB727C: hue angle of 354.29º degrees, saturation: 0.59, 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 #DB727C is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 124 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.14 |
| HSL | 354.29º | 0.59% | 0.65% | - |
| HSV(B) | 354.29º | 0.48% | 0.86% | - |
| XYZ | 38.87 | 28.55 | 22.53 | - |
| YUV | 146.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 124 | 0 | 0.48 | 0.43 | 0.14 | 354.29 | 0.59 | 0.65 |
| Hex | DB | 72 | 7C | 0 | 30 | 2B | E | 162 | 3B | 41 |
| Octal | 333 | 162 | 174 | 0 | 60 | 53 | 16 | 542 | 73 | 101 |
| Binary | 11011011 | 1110010 | 1111100 | 0 | 110000 | 101011 | 1110 | 101100010 | 111011 | 1000001 |
Color Harmonies of #DB727C
Complementary color
Monochromatic Colors of #DB727C
Black with #DB727C
Text Example
Text Example
White with #DB727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB727C; }
p { color: rgb(219,114,124); }
H1.HeaderClassName
{
color: #DB727C;
}
.AnyTagClassName
{
color: #DB727C;
}
</style>
background-color css
<style>
a { background-color: #DB727C; }
a { background-color: rgb(219,114,124); }
div.DivClassName
{
background-color: #DB727C;
}
.BgClassName
{
background-color: #DB727C;
}
</style>
border-color css
<style>
span { border-color: #DB727C; }
span { border-color: rgb(219,114,124); }
td.TdClassName
{
border-color: #DB727C;
}
.TagClassName
{
border-color: #DB727C;
}
</style>