Shades of Froly #DB7275
Tints of Froly #DB7275
RGB
CMYK
RGB Variations
Color information
#DB7275 (or 0xDB7275) is known color: Froly. HEX triplet: DB, 72 and 75. RGB value is (219,114,117). Sum of RGB (Red+Green+Blue) = 219+114+117=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7275 is #248D8A. Grayscale: #919191. Windows color (decimal): -2395531 or 7697115. OLE color: 7697115.
HSL color Cylindrical-coordinate representation of color #DB7275: hue angle of 358.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 #DB7275 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 117 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.14 |
| HSL | 358.29º | 0.59% | 0.65% | - |
| HSV(B) | 358.29º | 0.48% | 0.86% | - |
| XYZ | 38.44 | 28.38 | 20.28 | - |
| YUV | 145.74 | 111.79 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 117 | 0 | 0.48 | 0.47 | 0.14 | 358.29 | 0.59 | 0.65 |
| Hex | DB | 72 | 75 | 0 | 30 | 2F | E | 166 | 3B | 41 |
| Octal | 333 | 162 | 165 | 0 | 60 | 57 | 16 | 546 | 73 | 101 |
| Binary | 11011011 | 1110010 | 1110101 | 0 | 110000 | 101111 | 1110 | 101100110 | 111011 | 1000001 |
Color Harmonies of #DB7275
Complementary color
Monochromatic Colors of #DB7275
Black with #DB7275
Text Example
Text Example
White with #DB7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7275; }
p { color: rgb(219,114,117); }
H1.HeaderClassName
{
color: #DB7275;
}
.AnyTagClassName
{
color: #DB7275;
}
</style>
background-color css
<style>
a { background-color: #DB7275; }
a { background-color: rgb(219,114,117); }
div.DivClassName
{
background-color: #DB7275;
}
.BgClassName
{
background-color: #DB7275;
}
</style>
border-color css
<style>
span { border-color: #DB7275; }
span { border-color: rgb(219,114,117); }
td.TdClassName
{
border-color: #DB7275;
}
.TagClassName
{
border-color: #DB7275;
}
</style>