Shades of Froly #DB737D
Tints of Froly #DB737D
RGB
CMYK
RGB Variations
Color information
#DB737D (or 0xDB737D) is known color: Froly. HEX triplet: DB, 73 and 7D. RGB value is (219,115,125). Sum of RGB (Red+Green+Blue) = 219+115+125=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB737D is #248C82. Grayscale: #939393. Windows color (decimal): -2395267 or 8221659. OLE color: 8221659.
HSL color Cylindrical-coordinate representation of color #DB737D: hue angle of 354.23º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB737D is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 125 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.14 |
| HSL | 354.23º | 0.59% | 0.65% | - |
| HSV(B) | 354.23º | 0.47% | 0.86% | - |
| XYZ | 39.05 | 28.8 | 22.9 | - |
| YUV | 147.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 125 | 0 | 0.47 | 0.43 | 0.14 | 354.23 | 0.59 | 0.65 |
| Hex | DB | 73 | 7D | 0 | 2F | 2B | E | 162 | 3B | 41 |
| Octal | 333 | 163 | 175 | 0 | 57 | 53 | 16 | 542 | 73 | 101 |
| Binary | 11011011 | 1110011 | 1111101 | 0 | 101111 | 101011 | 1110 | 101100010 | 111011 | 1000001 |
Color Harmonies of #DB737D
Complementary color
Monochromatic Colors of #DB737D
Black with #DB737D
Text Example
Text Example
White with #DB737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB737D; }
p { color: rgb(219,115,125); }
H1.HeaderClassName
{
color: #DB737D;
}
.AnyTagClassName
{
color: #DB737D;
}
</style>
background-color css
<style>
a { background-color: #DB737D; }
a { background-color: rgb(219,115,125); }
div.DivClassName
{
background-color: #DB737D;
}
.BgClassName
{
background-color: #DB737D;
}
</style>
border-color css
<style>
span { border-color: #DB737D; }
span { border-color: rgb(219,115,125); }
td.TdClassName
{
border-color: #DB737D;
}
.TagClassName
{
border-color: #DB737D;
}
</style>