Shades of Flamingo #DB5E50
Tints of Flamingo #DB5E50
RGB
CMYK
RGB Variations
Color information
#DB5E50 (or 0xDB5E50) is known color: Flamingo. HEX triplet: DB, 5E and 50. RGB value is (219,94,80). Sum of RGB (Red+Green+Blue) = 219+94+80=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5E50 is #24A1AF. Grayscale: #818181. Windows color (decimal): -2400688 or 5267163. OLE color: 5267163.
HSL color Cylindrical-coordinate representation of color #DB5E50: hue angle of 6.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5E50 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 80 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.14 |
| HSL | 6.04º | 0.66% | 0.59% | - |
| HSV(B) | 6.04º | 0.63% | 0.86% | - |
| XYZ | 34.66 | 23.64 | 10.33 | - |
| YUV | 129.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 80 | 0 | 0.57 | 0.63 | 0.14 | 6.04 | 0.66 | 0.59 |
| Hex | DB | 5E | 50 | 0 | 39 | 3F | E | 6 | 42 | 3B |
| Octal | 333 | 136 | 120 | 0 | 71 | 77 | 16 | 6 | 102 | 73 |
| Binary | 11011011 | 1011110 | 1010000 | 0 | 111001 | 111111 | 1110 | 110 | 1000010 | 111011 |
Color Harmonies of #DB5E50
Complementary color
Monochromatic Colors of #DB5E50
Black with #DB5E50
Text Example
Text Example
White with #DB5E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E50; }
p { color: rgb(219,94,80); }
H1.HeaderClassName
{
color: #DB5E50;
}
.AnyTagClassName
{
color: #DB5E50;
}
</style>
background-color css
<style>
a { background-color: #DB5E50; }
a { background-color: rgb(219,94,80); }
div.DivClassName
{
background-color: #DB5E50;
}
.BgClassName
{
background-color: #DB5E50;
}
</style>
border-color css
<style>
span { border-color: #DB5E50; }
span { border-color: rgb(219,94,80); }
td.TdClassName
{
border-color: #DB5E50;
}
.TagClassName
{
border-color: #DB5E50;
}
</style>