Shades of Flamingo #DB604E
Tints of Flamingo #DB604E
RGB
CMYK
RGB Variations
Color information
#DB604E (or 0xDB604E) is known color: Flamingo. HEX triplet: DB, 60 and 4E. RGB value is (219,96,78). Sum of RGB (Red+Green+Blue) = 219+96+78=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB604E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB604E is #249FB1. Grayscale: #828282. Windows color (decimal): -2400178 or 5136603. OLE color: 5136603.
HSL color Cylindrical-coordinate representation of color #DB604E: hue angle of 7.66º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB604E is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 78 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.14 |
| HSL | 7.66º | 0.66% | 0.58% | - |
| HSV(B) | 7.66º | 0.64% | 0.86% | - |
| XYZ | 34.77 | 23.98 | 10 | - |
| YUV | 130.73 | 98.25 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 78 | 0 | 0.56 | 0.64 | 0.14 | 7.66 | 0.66 | 0.58 |
| Hex | DB | 60 | 4E | 0 | 38 | 40 | E | 8 | 42 | 3A |
| Octal | 333 | 140 | 116 | 0 | 70 | 100 | 16 | 10 | 102 | 72 |
| Binary | 11011011 | 1100000 | 1001110 | 0 | 111000 | 1000000 | 1110 | 1000 | 1000010 | 111010 |
Color Harmonies of #DB604E
Complementary color
Monochromatic Colors of #DB604E
Black with #DB604E
Text Example
Text Example
White with #DB604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB604E; }
p { color: rgb(219,96,78); }
H1.HeaderClassName
{
color: #DB604E;
}
.AnyTagClassName
{
color: #DB604E;
}
</style>
background-color css
<style>
a { background-color: #DB604E; }
a { background-color: rgb(219,96,78); }
div.DivClassName
{
background-color: #DB604E;
}
.BgClassName
{
background-color: #DB604E;
}
</style>
border-color css
<style>
span { border-color: #DB604E; }
span { border-color: rgb(219,96,78); }
td.TdClassName
{
border-color: #DB604E;
}
.TagClassName
{
border-color: #DB604E;
}
</style>