Shades of Froly #DB7D7F
Tints of Froly #DB7D7F
RGB
CMYK
RGB Variations
Color information
#DB7D7F (or 0xDB7D7F) is known color: Froly. HEX triplet: DB, 7D and 7F. RGB value is (219,125,127). Sum of RGB (Red+Green+Blue) = 219+125+127=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D7F is #248280. Grayscale: #999999. Windows color (decimal): -2392705 or 8355291. OLE color: 8355291.
HSL color Cylindrical-coordinate representation of color #DB7D7F: hue angle of 358.72º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7D7F is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 127 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.14 |
| HSL | 358.72º | 0.57% | 0.67% | - |
| HSV(B) | 358.72º | 0.43% | 0.86% | - |
| XYZ | 40.38 | 31.26 | 23.98 | - |
| YUV | 153.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 127 | 0 | 0.43 | 0.42 | 0.14 | 358.72 | 0.57 | 0.67 |
| Hex | DB | 7D | 7F | 0 | 2B | 2A | E | 167 | 39 | 43 |
| Octal | 333 | 175 | 177 | 0 | 53 | 52 | 16 | 547 | 71 | 103 |
| Binary | 11011011 | 1111101 | 1111111 | 0 | 101011 | 101010 | 1110 | 101100111 | 111001 | 1000011 |
Color Harmonies of #DB7D7F
Complementary color
Monochromatic Colors of #DB7D7F
Black with #DB7D7F
Text Example
Text Example
White with #DB7D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D7F; }
p { color: rgb(219,125,127); }
H1.HeaderClassName
{
color: #DB7D7F;
}
.AnyTagClassName
{
color: #DB7D7F;
}
</style>
background-color css
<style>
a { background-color: #DB7D7F; }
a { background-color: rgb(219,125,127); }
div.DivClassName
{
background-color: #DB7D7F;
}
.BgClassName
{
background-color: #DB7D7F;
}
</style>
border-color css
<style>
span { border-color: #DB7D7F; }
span { border-color: rgb(219,125,127); }
td.TdClassName
{
border-color: #DB7D7F;
}
.TagClassName
{
border-color: #DB7D7F;
}
</style>