Shades of Froly #DB687A
Tints of Froly #DB687A
RGB
CMYK
RGB Variations
Color information
#DB687A (or 0xDB687A) is known color: Froly. HEX triplet: DB, 68 and 7A. RGB value is (219,104,122). Sum of RGB (Red+Green+Blue) = 219+104+122=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB687A is #249785. Grayscale: #8C8C8C. Windows color (decimal): -2398086 or 8022235. OLE color: 8022235.
HSL color Cylindrical-coordinate representation of color #DB687A: hue angle of 350.61º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB687A is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 122 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.14 |
| HSL | 350.61º | 0.61% | 0.63% | - |
| HSV(B) | 350.61º | 0.53% | 0.86% | - |
| XYZ | 37.68 | 26.37 | 21.52 | - |
| YUV | 140.44 | 117.6 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 122 | 0 | 0.53 | 0.44 | 0.14 | 350.61 | 0.61 | 0.63 |
| Hex | DB | 68 | 7A | 0 | 35 | 2C | E | 15F | 3D | 3F |
| Octal | 333 | 150 | 172 | 0 | 65 | 54 | 16 | 537 | 75 | 77 |
| Binary | 11011011 | 1101000 | 1111010 | 0 | 110101 | 101100 | 1110 | 101011111 | 111101 | 111111 |
Color Harmonies of #DB687A
Complementary color
Monochromatic Colors of #DB687A
Black with #DB687A
Text Example
Text Example
White with #DB687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB687A; }
p { color: rgb(219,104,122); }
H1.HeaderClassName
{
color: #DB687A;
}
.AnyTagClassName
{
color: #DB687A;
}
</style>
background-color css
<style>
a { background-color: #DB687A; }
a { background-color: rgb(219,104,122); }
div.DivClassName
{
background-color: #DB687A;
}
.BgClassName
{
background-color: #DB687A;
}
</style>
border-color css
<style>
span { border-color: #DB687A; }
span { border-color: rgb(219,104,122); }
td.TdClassName
{
border-color: #DB687A;
}
.TagClassName
{
border-color: #DB687A;
}
</style>