Shades of Froly #DB667A
Tints of Froly #DB667A
RGB
CMYK
RGB Variations
Color information
#DB667A (or 0xDB667A) is known color: Froly. HEX triplet: DB, 66 and 7A. RGB value is (219,102,122). Sum of RGB (Red+Green+Blue) = 219+102+122=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB667A is #249985. Grayscale: #8B8B8B. Windows color (decimal): -2398598 or 8021723. OLE color: 8021723.
HSL color Cylindrical-coordinate representation of color #DB667A: hue angle of 349.74º degrees, saturation: 0.62, 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 #DB667A is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 122 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.14 |
| HSL | 349.74º | 0.62% | 0.63% | - |
| HSV(B) | 349.74º | 0.53% | 0.86% | - |
| XYZ | 37.48 | 25.97 | 21.45 | - |
| YUV | 139.26 | 118.26 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 122 | 0 | 0.53 | 0.44 | 0.14 | 349.74 | 0.62 | 0.63 |
| Hex | DB | 66 | 7A | 0 | 35 | 2C | E | 15E | 3E | 3F |
| Octal | 333 | 146 | 172 | 0 | 65 | 54 | 16 | 536 | 76 | 77 |
| Binary | 11011011 | 1100110 | 1111010 | 0 | 110101 | 101100 | 1110 | 101011110 | 111110 | 111111 |
Color Harmonies of #DB667A
Complementary color
Monochromatic Colors of #DB667A
Black with #DB667A
Text Example
Text Example
White with #DB667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB667A; }
p { color: rgb(219,102,122); }
H1.HeaderClassName
{
color: #DB667A;
}
.AnyTagClassName
{
color: #DB667A;
}
</style>
background-color css
<style>
a { background-color: #DB667A; }
a { background-color: rgb(219,102,122); }
div.DivClassName
{
background-color: #DB667A;
}
.BgClassName
{
background-color: #DB667A;
}
</style>
border-color css
<style>
span { border-color: #DB667A; }
span { border-color: rgb(219,102,122); }
td.TdClassName
{
border-color: #DB667A;
}
.TagClassName
{
border-color: #DB667A;
}
</style>