Shades of Froly #DB6A7A
Tints of Froly #DB6A7A
RGB
CMYK
RGB Variations
Color information
#DB6A7A (or 0xDB6A7A) is known color: Froly. HEX triplet: DB, 6A and 7A. RGB value is (219,106,122). Sum of RGB (Red+Green+Blue) = 219+106+122=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A7A is #249585. Grayscale: #8D8D8D. Windows color (decimal): -2397574 or 8022747. OLE color: 8022747.
HSL color Cylindrical-coordinate representation of color #DB6A7A: hue angle of 351.5º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6A7A is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 122 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.14 |
| HSL | 351.5º | 0.61% | 0.64% | - |
| HSV(B) | 351.5º | 0.52% | 0.86% | - |
| XYZ | 37.88 | 26.77 | 21.58 | - |
| YUV | 141.61 | 116.94 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 122 | 0 | 0.52 | 0.44 | 0.14 | 351.5 | 0.61 | 0.64 |
| Hex | DB | 6A | 7A | 0 | 34 | 2C | E | 160 | 3D | 40 |
| Octal | 333 | 152 | 172 | 0 | 64 | 54 | 16 | 540 | 75 | 100 |
| Binary | 11011011 | 1101010 | 1111010 | 0 | 110100 | 101100 | 1110 | 101100000 | 111101 | 1000000 |
Color Harmonies of #DB6A7A
Complementary color
Monochromatic Colors of #DB6A7A
Black with #DB6A7A
Text Example
Text Example
White with #DB6A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A7A; }
p { color: rgb(219,106,122); }
H1.HeaderClassName
{
color: #DB6A7A;
}
.AnyTagClassName
{
color: #DB6A7A;
}
</style>
background-color css
<style>
a { background-color: #DB6A7A; }
a { background-color: rgb(219,106,122); }
div.DivClassName
{
background-color: #DB6A7A;
}
.BgClassName
{
background-color: #DB6A7A;
}
</style>
border-color css
<style>
span { border-color: #DB6A7A; }
span { border-color: rgb(219,106,122); }
td.TdClassName
{
border-color: #DB6A7A;
}
.TagClassName
{
border-color: #DB6A7A;
}
</style>