Shades of Froly #DB6A6D
Tints of Froly #DB6A6D
RGB
CMYK
RGB Variations
Color information
#DB6A6D (or 0xDB6A6D) is known color: Froly. HEX triplet: DB, 6A and 6D. RGB value is (219,106,109). Sum of RGB (Red+Green+Blue) = 219+106+109=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A6D is #249592. Grayscale: #8C8C8C. Windows color (decimal): -2397587 or 7170779. OLE color: 7170779.
HSL color Cylindrical-coordinate representation of color #DB6A6D: hue angle of 358.41º 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 #DB6A6D is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 109 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.14 |
| HSL | 358.41º | 0.61% | 0.64% | - |
| HSV(B) | 358.41º | 0.52% | 0.86% | - |
| XYZ | 37.13 | 26.47 | 17.62 | - |
| YUV | 140.13 | 110.44 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 109 | 0 | 0.52 | 0.50 | 0.14 | 358.41 | 0.61 | 0.64 |
| Hex | DB | 6A | 6D | 0 | 34 | 32 | E | 166 | 3D | 40 |
| Octal | 333 | 152 | 155 | 0 | 64 | 62 | 16 | 546 | 75 | 100 |
| Binary | 11011011 | 1101010 | 1101101 | 0 | 110100 | 110010 | 1110 | 101100110 | 111101 | 1000000 |
Color Harmonies of #DB6A6D
Complementary color
Monochromatic Colors of #DB6A6D
Black with #DB6A6D
Text Example
Text Example
White with #DB6A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A6D; }
p { color: rgb(219,106,109); }
H1.HeaderClassName
{
color: #DB6A6D;
}
.AnyTagClassName
{
color: #DB6A6D;
}
</style>
background-color css
<style>
a { background-color: #DB6A6D; }
a { background-color: rgb(219,106,109); }
div.DivClassName
{
background-color: #DB6A6D;
}
.BgClassName
{
background-color: #DB6A6D;
}
</style>
border-color css
<style>
span { border-color: #DB6A6D; }
span { border-color: rgb(219,106,109); }
td.TdClassName
{
border-color: #DB6A6D;
}
.TagClassName
{
border-color: #DB6A6D;
}
</style>