Shades of Froly #DB7375
Tints of Froly #DB7375
RGB
CMYK
RGB Variations
Color information
#DB7375 (or 0xDB7375) is known color: Froly. HEX triplet: DB, 73 and 75. RGB value is (219,115,117). Sum of RGB (Red+Green+Blue) = 219+115+117=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7375 is #248C8A. Grayscale: #929292. Windows color (decimal): -2395275 or 7697371. OLE color: 7697371.
HSL color Cylindrical-coordinate representation of color #DB7375: hue angle of 358.85º 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 #DB7375 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 117 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.14 |
| HSL | 358.85º | 0.59% | 0.65% | - |
| HSV(B) | 358.85º | 0.47% | 0.86% | - |
| XYZ | 38.56 | 28.61 | 20.32 | - |
| YUV | 146.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 117 | 0 | 0.47 | 0.47 | 0.14 | 358.85 | 0.59 | 0.65 |
| Hex | DB | 73 | 75 | 0 | 2F | 2F | E | 167 | 3B | 41 |
| Octal | 333 | 163 | 165 | 0 | 57 | 57 | 16 | 547 | 73 | 101 |
| Binary | 11011011 | 1110011 | 1110101 | 0 | 101111 | 101111 | 1110 | 101100111 | 111011 | 1000001 |
Color Harmonies of #DB7375
Complementary color
Monochromatic Colors of #DB7375
Black with #DB7375
Text Example
Text Example
White with #DB7375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7375; }
p { color: rgb(219,115,117); }
H1.HeaderClassName
{
color: #DB7375;
}
.AnyTagClassName
{
color: #DB7375;
}
</style>
background-color css
<style>
a { background-color: #DB7375; }
a { background-color: rgb(219,115,117); }
div.DivClassName
{
background-color: #DB7375;
}
.BgClassName
{
background-color: #DB7375;
}
</style>
border-color css
<style>
span { border-color: #DB7375; }
span { border-color: rgb(219,115,117); }
td.TdClassName
{
border-color: #DB7375;
}
.TagClassName
{
border-color: #DB7375;
}
</style>