Shades of Froly #DB6C7A
Tints of Froly #DB6C7A
RGB
CMYK
RGB Variations
Color information
#DB6C7A (or 0xDB6C7A) is known color: Froly. HEX triplet: DB, 6C and 7A. RGB value is (219,108,122). Sum of RGB (Red+Green+Blue) = 219+108+122=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6C7A is #249385. Grayscale: #8E8E8E. Windows color (decimal): -2397062 or 8023259. OLE color: 8023259.
HSL color Cylindrical-coordinate representation of color #DB6C7A: hue angle of 352.43º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6C7A is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 122 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.14 |
| HSL | 352.43º | 0.61% | 0.64% | - |
| HSV(B) | 352.43º | 0.51% | 0.86% | - |
| XYZ | 38.09 | 27.19 | 21.65 | - |
| YUV | 142.79 | 116.27 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 122 | 0 | 0.51 | 0.44 | 0.14 | 352.43 | 0.61 | 0.64 |
| Hex | DB | 6C | 7A | 0 | 33 | 2C | E | 160 | 3D | 40 |
| Octal | 333 | 154 | 172 | 0 | 63 | 54 | 16 | 540 | 75 | 100 |
| Binary | 11011011 | 1101100 | 1111010 | 0 | 110011 | 101100 | 1110 | 101100000 | 111101 | 1000000 |
Color Harmonies of #DB6C7A
Complementary color
Monochromatic Colors of #DB6C7A
Black with #DB6C7A
Text Example
Text Example
White with #DB6C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C7A; }
p { color: rgb(219,108,122); }
H1.HeaderClassName
{
color: #DB6C7A;
}
.AnyTagClassName
{
color: #DB6C7A;
}
</style>
background-color css
<style>
a { background-color: #DB6C7A; }
a { background-color: rgb(219,108,122); }
div.DivClassName
{
background-color: #DB6C7A;
}
.BgClassName
{
background-color: #DB6C7A;
}
</style>
border-color css
<style>
span { border-color: #DB6C7A; }
span { border-color: rgb(219,108,122); }
td.TdClassName
{
border-color: #DB6C7A;
}
.TagClassName
{
border-color: #DB6C7A;
}
</style>