Shades of Froly #DB7B7D
Tints of Froly #DB7B7D
RGB
CMYK
RGB Variations
Color information
#DB7B7D (or 0xDB7B7D) is known color: Froly. HEX triplet: DB, 7B and 7D. RGB value is (219,123,125). Sum of RGB (Red+Green+Blue) = 219+123+125=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B7D is #248482. Grayscale: #989898. Windows color (decimal): -2393219 or 8223707. OLE color: 8223707.
HSL color Cylindrical-coordinate representation of color #DB7B7D: hue angle of 358.75º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7B7D is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 125 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.14 |
| HSL | 358.75º | 0.57% | 0.67% | - |
| HSV(B) | 358.75º | 0.44% | 0.86% | - |
| XYZ | 40 | 30.71 | 23.22 | - |
| YUV | 151.93 | 112.8 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 125 | 0 | 0.44 | 0.43 | 0.14 | 358.75 | 0.57 | 0.67 |
| Hex | DB | 7B | 7D | 0 | 2C | 2B | E | 167 | 39 | 43 |
| Octal | 333 | 173 | 175 | 0 | 54 | 53 | 16 | 547 | 71 | 103 |
| Binary | 11011011 | 1111011 | 1111101 | 0 | 101100 | 101011 | 1110 | 101100111 | 111001 | 1000011 |
Color Harmonies of #DB7B7D
Complementary color
Monochromatic Colors of #DB7B7D
Black with #DB7B7D
Text Example
Text Example
White with #DB7B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B7D; }
p { color: rgb(219,123,125); }
H1.HeaderClassName
{
color: #DB7B7D;
}
.AnyTagClassName
{
color: #DB7B7D;
}
</style>
background-color css
<style>
a { background-color: #DB7B7D; }
a { background-color: rgb(219,123,125); }
div.DivClassName
{
background-color: #DB7B7D;
}
.BgClassName
{
background-color: #DB7B7D;
}
</style>
border-color css
<style>
span { border-color: #DB7B7D; }
span { border-color: rgb(219,123,125); }
td.TdClassName
{
border-color: #DB7B7D;
}
.TagClassName
{
border-color: #DB7B7D;
}
</style>