Shades of Froly #DB7C7D
Tints of Froly #DB7C7D
RGB
CMYK
RGB Variations
Color information
#DB7C7D (or 0xDB7C7D) is known color: Froly. HEX triplet: DB, 7C and 7D. RGB value is (219,124,125). Sum of RGB (Red+Green+Blue) = 219+124+125=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C7D is #248382. Grayscale: #989898. Windows color (decimal): -2392963 or 8223963. OLE color: 8223963.
HSL color Cylindrical-coordinate representation of color #DB7C7D: hue angle of 359.37º 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 #DB7C7D is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 125 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.14 |
| HSL | 359.37º | 0.57% | 0.67% | - |
| HSV(B) | 359.37º | 0.43% | 0.86% | - |
| XYZ | 40.12 | 30.96 | 23.26 | - |
| YUV | 152.52 | 112.47 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 125 | 0 | 0.43 | 0.43 | 0.14 | 359.37 | 0.57 | 0.67 |
| Hex | DB | 7C | 7D | 0 | 2B | 2B | E | 167 | 39 | 43 |
| Octal | 333 | 174 | 175 | 0 | 53 | 53 | 16 | 547 | 71 | 103 |
| Binary | 11011011 | 1111100 | 1111101 | 0 | 101011 | 101011 | 1110 | 101100111 | 111001 | 1000011 |
Color Harmonies of #DB7C7D
Complementary color
Monochromatic Colors of #DB7C7D
Black with #DB7C7D
Text Example
Text Example
White with #DB7C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C7D; }
p { color: rgb(219,124,125); }
H1.HeaderClassName
{
color: #DB7C7D;
}
.AnyTagClassName
{
color: #DB7C7D;
}
</style>
background-color css
<style>
a { background-color: #DB7C7D; }
a { background-color: rgb(219,124,125); }
div.DivClassName
{
background-color: #DB7C7D;
}
.BgClassName
{
background-color: #DB7C7D;
}
</style>
border-color css
<style>
span { border-color: #DB7C7D; }
span { border-color: rgb(219,124,125); }
td.TdClassName
{
border-color: #DB7C7D;
}
.TagClassName
{
border-color: #DB7C7D;
}
</style>