Shades of Flamingo #DB5E4A
Tints of Flamingo #DB5E4A
RGB
CMYK
RGB Variations
Color information
#DB5E4A (or 0xDB5E4A) is known color: Flamingo. HEX triplet: DB, 5E and 4A. RGB value is (219,94,74). Sum of RGB (Red+Green+Blue) = 219+94+74=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5E4A is #24A1B5. Grayscale: #818181. Windows color (decimal): -2400694 or 4873947. OLE color: 4873947.
HSL color Cylindrical-coordinate representation of color #DB5E4A: hue angle of 8.28º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB5E4A is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 74 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.14 |
| HSL | 8.28º | 0.67% | 0.57% | - |
| HSV(B) | 8.28º | 0.66% | 0.86% | - |
| XYZ | 34.45 | 23.56 | 9.21 | - |
| YUV | 129.1 | 96.91 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 74 | 0 | 0.57 | 0.66 | 0.14 | 8.28 | 0.67 | 0.57 |
| Hex | DB | 5E | 4A | 0 | 39 | 42 | E | 8 | 43 | 39 |
| Octal | 333 | 136 | 112 | 0 | 71 | 102 | 16 | 10 | 103 | 71 |
| Binary | 11011011 | 1011110 | 1001010 | 0 | 111001 | 1000010 | 1110 | 1000 | 1000011 | 111001 |
Color Harmonies of #DB5E4A
Complementary color
Monochromatic Colors of #DB5E4A
Black with #DB5E4A
Text Example
Text Example
White with #DB5E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E4A; }
p { color: rgb(219,94,74); }
H1.HeaderClassName
{
color: #DB5E4A;
}
.AnyTagClassName
{
color: #DB5E4A;
}
</style>
background-color css
<style>
a { background-color: #DB5E4A; }
a { background-color: rgb(219,94,74); }
div.DivClassName
{
background-color: #DB5E4A;
}
.BgClassName
{
background-color: #DB5E4A;
}
</style>
border-color css
<style>
span { border-color: #DB5E4A; }
span { border-color: rgb(219,94,74); }
td.TdClassName
{
border-color: #DB5E4A;
}
.TagClassName
{
border-color: #DB5E4A;
}
</style>