Shades of Froly #DB697A
Tints of Froly #DB697A
RGB
CMYK
RGB Variations
Color information
#DB697A (or 0xDB697A) is known color: Froly. HEX triplet: DB, 69 and 7A. RGB value is (219,105,122). Sum of RGB (Red+Green+Blue) = 219+105+122=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB697A is #249685. Grayscale: #8D8D8D. Windows color (decimal): -2397830 or 8022491. OLE color: 8022491.
HSL color Cylindrical-coordinate representation of color #DB697A: hue angle of 351.05º 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 #DB697A is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 122 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.14 |
| HSL | 351.05º | 0.61% | 0.64% | - |
| HSV(B) | 351.05º | 0.52% | 0.86% | - |
| XYZ | 37.78 | 26.57 | 21.55 | - |
| YUV | 141.02 | 117.27 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 122 | 0 | 0.52 | 0.44 | 0.14 | 351.05 | 0.61 | 0.64 |
| Hex | DB | 69 | 7A | 0 | 34 | 2C | E | 15F | 3D | 40 |
| Octal | 333 | 151 | 172 | 0 | 64 | 54 | 16 | 537 | 75 | 100 |
| Binary | 11011011 | 1101001 | 1111010 | 0 | 110100 | 101100 | 1110 | 101011111 | 111101 | 1000000 |
Color Harmonies of #DB697A
Complementary color
Monochromatic Colors of #DB697A
Black with #DB697A
Text Example
Text Example
White with #DB697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB697A; }
p { color: rgb(219,105,122); }
H1.HeaderClassName
{
color: #DB697A;
}
.AnyTagClassName
{
color: #DB697A;
}
</style>
background-color css
<style>
a { background-color: #DB697A; }
a { background-color: rgb(219,105,122); }
div.DivClassName
{
background-color: #DB697A;
}
.BgClassName
{
background-color: #DB697A;
}
</style>
border-color css
<style>
span { border-color: #DB697A; }
span { border-color: rgb(219,105,122); }
td.TdClassName
{
border-color: #DB697A;
}
.TagClassName
{
border-color: #DB697A;
}
</style>