Shades of Froly #DB6A7B
Tints of Froly #DB6A7B
RGB
CMYK
RGB Variations
Color information
#DB6A7B (or 0xDB6A7B) is known color: Froly. HEX triplet: DB, 6A and 7B. RGB value is (219,106,123). Sum of RGB (Red+Green+Blue) = 219+106+123=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A7B is #249584. Grayscale: #8D8D8D. Windows color (decimal): -2397573 or 8088283. OLE color: 8088283.
HSL color Cylindrical-coordinate representation of color #DB6A7B: hue angle of 350.97º 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 #DB6A7B is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 123 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.14 |
| HSL | 350.97º | 0.61% | 0.64% | - |
| HSV(B) | 350.97º | 0.52% | 0.86% | - |
| XYZ | 37.94 | 26.8 | 21.91 | - |
| YUV | 141.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 123 | 0 | 0.52 | 0.44 | 0.14 | 350.97 | 0.61 | 0.64 |
| Hex | DB | 6A | 7B | 0 | 34 | 2C | E | 15F | 3D | 40 |
| Octal | 333 | 152 | 173 | 0 | 64 | 54 | 16 | 537 | 75 | 100 |
| Binary | 11011011 | 1101010 | 1111011 | 0 | 110100 | 101100 | 1110 | 101011111 | 111101 | 1000000 |
Color Harmonies of #DB6A7B
Complementary color
Monochromatic Colors of #DB6A7B
Black with #DB6A7B
Text Example
Text Example
White with #DB6A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A7B; }
p { color: rgb(219,106,123); }
H1.HeaderClassName
{
color: #DB6A7B;
}
.AnyTagClassName
{
color: #DB6A7B;
}
</style>
background-color css
<style>
a { background-color: #DB6A7B; }
a { background-color: rgb(219,106,123); }
div.DivClassName
{
background-color: #DB6A7B;
}
.BgClassName
{
background-color: #DB6A7B;
}
</style>
border-color css
<style>
span { border-color: #DB6A7B; }
span { border-color: rgb(219,106,123); }
td.TdClassName
{
border-color: #DB6A7B;
}
.TagClassName
{
border-color: #DB6A7B;
}
</style>