Shades of Flamingo #DB5E4C
Tints of Flamingo #DB5E4C
RGB
CMYK
RGB Variations
Color information
#DB5E4C (or 0xDB5E4C) is known color: Flamingo. HEX triplet: DB, 5E and 4C. RGB value is (219,94,76). Sum of RGB (Red+Green+Blue) = 219+94+76=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5E4C is #24A1B3. Grayscale: #818181. Windows color (decimal): -2400692 or 5005019. OLE color: 5005019.
HSL color Cylindrical-coordinate representation of color #DB5E4C: hue angle of 7.55º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB5E4C is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 76 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.14 |
| HSL | 7.55º | 0.67% | 0.58% | - |
| HSV(B) | 7.55º | 0.65% | 0.86% | - |
| XYZ | 34.52 | 23.59 | 9.57 | - |
| YUV | 129.32 | 97.91 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 76 | 0 | 0.57 | 0.65 | 0.14 | 7.55 | 0.67 | 0.58 |
| Hex | DB | 5E | 4C | 0 | 39 | 41 | E | 8 | 43 | 3A |
| Octal | 333 | 136 | 114 | 0 | 71 | 101 | 16 | 10 | 103 | 72 |
| Binary | 11011011 | 1011110 | 1001100 | 0 | 111001 | 1000001 | 1110 | 1000 | 1000011 | 111010 |
Color Harmonies of #DB5E4C
Complementary color
Monochromatic Colors of #DB5E4C
Black with #DB5E4C
Text Example
Text Example
White with #DB5E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E4C; }
p { color: rgb(219,94,76); }
H1.HeaderClassName
{
color: #DB5E4C;
}
.AnyTagClassName
{
color: #DB5E4C;
}
</style>
background-color css
<style>
a { background-color: #DB5E4C; }
a { background-color: rgb(219,94,76); }
div.DivClassName
{
background-color: #DB5E4C;
}
.BgClassName
{
background-color: #DB5E4C;
}
</style>
border-color css
<style>
span { border-color: #DB5E4C; }
span { border-color: rgb(219,94,76); }
td.TdClassName
{
border-color: #DB5E4C;
}
.TagClassName
{
border-color: #DB5E4C;
}
</style>