Shades of Froly #DB6F7A
Tints of Froly #DB6F7A
RGB
CMYK
RGB Variations
Color information
#DB6F7A (or 0xDB6F7A) is known color: Froly. HEX triplet: DB, 6F and 7A. RGB value is (219,111,122). Sum of RGB (Red+Green+Blue) = 219+111+122=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6F7A is #249085. Grayscale: #909090. Windows color (decimal): -2396294 or 8024027. OLE color: 8024027.
HSL color Cylindrical-coordinate representation of color #DB6F7A: hue angle of 353.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6F7A is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 122 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.14 |
| HSL | 353.89º | 0.6% | 0.65% | - |
| HSV(B) | 353.89º | 0.49% | 0.86% | - |
| XYZ | 38.41 | 27.83 | 21.76 | - |
| YUV | 144.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 122 | 0 | 0.49 | 0.44 | 0.14 | 353.89 | 0.6 | 0.65 |
| Hex | DB | 6F | 7A | 0 | 31 | 2C | E | 162 | 3C | 41 |
| Octal | 333 | 157 | 172 | 0 | 61 | 54 | 16 | 542 | 74 | 101 |
| Binary | 11011011 | 1101111 | 1111010 | 0 | 110001 | 101100 | 1110 | 101100010 | 111100 | 1000001 |
Color Harmonies of #DB6F7A
Complementary color
Monochromatic Colors of #DB6F7A
Black with #DB6F7A
Text Example
Text Example
White with #DB6F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F7A; }
p { color: rgb(219,111,122); }
H1.HeaderClassName
{
color: #DB6F7A;
}
.AnyTagClassName
{
color: #DB6F7A;
}
</style>
background-color css
<style>
a { background-color: #DB6F7A; }
a { background-color: rgb(219,111,122); }
div.DivClassName
{
background-color: #DB6F7A;
}
.BgClassName
{
background-color: #DB6F7A;
}
</style>
border-color css
<style>
span { border-color: #DB6F7A; }
span { border-color: rgb(219,111,122); }
td.TdClassName
{
border-color: #DB6F7A;
}
.TagClassName
{
border-color: #DB6F7A;
}
</style>