Shades of Froly #DB747D
Tints of Froly #DB747D
RGB
CMYK
RGB Variations
Color information
#DB747D (or 0xDB747D) is known color: Froly. HEX triplet: DB, 74 and 7D. RGB value is (219,116,125). Sum of RGB (Red+Green+Blue) = 219+116+125=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB747D is #248B82. Grayscale: #939393. Windows color (decimal): -2395011 or 8221915. OLE color: 8221915.
HSL color Cylindrical-coordinate representation of color #DB747D: hue angle of 354.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB747D is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 125 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.14 |
| HSL | 354.76º | 0.59% | 0.66% | - |
| HSV(B) | 354.76º | 0.47% | 0.86% | - |
| XYZ | 39.16 | 29.03 | 22.94 | - |
| YUV | 147.82 | 115.12 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 125 | 0 | 0.47 | 0.43 | 0.14 | 354.76 | 0.59 | 0.66 |
| Hex | DB | 74 | 7D | 0 | 2F | 2B | E | 163 | 3B | 42 |
| Octal | 333 | 164 | 175 | 0 | 57 | 53 | 16 | 543 | 73 | 102 |
| Binary | 11011011 | 1110100 | 1111101 | 0 | 101111 | 101011 | 1110 | 101100011 | 111011 | 1000010 |
Color Harmonies of #DB747D
Complementary color
Monochromatic Colors of #DB747D
Black with #DB747D
Text Example
Text Example
White with #DB747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB747D; }
p { color: rgb(219,116,125); }
H1.HeaderClassName
{
color: #DB747D;
}
.AnyTagClassName
{
color: #DB747D;
}
</style>
background-color css
<style>
a { background-color: #DB747D; }
a { background-color: rgb(219,116,125); }
div.DivClassName
{
background-color: #DB747D;
}
.BgClassName
{
background-color: #DB747D;
}
</style>
border-color css
<style>
span { border-color: #DB747D; }
span { border-color: rgb(219,116,125); }
td.TdClassName
{
border-color: #DB747D;
}
.TagClassName
{
border-color: #DB747D;
}
</style>