Shades of Flamingo #DB5E46
Tints of Flamingo #DB5E46
RGB
CMYK
RGB Variations
Color information
#DB5E46 (or 0xDB5E46) is known color: Flamingo. HEX triplet: DB, 5E and 46. RGB value is (219,94,70). Sum of RGB (Red+Green+Blue) = 219+94+70=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5E46 is #24A1B9. Grayscale: #808080. Windows color (decimal): -2400698 or 4611803. OLE color: 4611803.
HSL color Cylindrical-coordinate representation of color #DB5E46: hue angle of 9.66º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB5E46 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 70 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.14 |
| HSL | 9.66º | 0.67% | 0.57% | - |
| HSV(B) | 9.66º | 0.68% | 0.86% | - |
| XYZ | 34.32 | 23.51 | 8.52 | - |
| YUV | 128.64 | 94.91 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 70 | 0 | 0.57 | 0.68 | 0.14 | 9.66 | 0.67 | 0.57 |
| Hex | DB | 5E | 46 | 0 | 39 | 44 | E | A | 43 | 39 |
| Octal | 333 | 136 | 106 | 0 | 71 | 104 | 16 | 12 | 103 | 71 |
| Binary | 11011011 | 1011110 | 1000110 | 0 | 111001 | 1000100 | 1110 | 1010 | 1000011 | 111001 |
Color Harmonies of #DB5E46
Complementary color
Monochromatic Colors of #DB5E46
Black with #DB5E46
Text Example
Text Example
White with #DB5E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E46; }
p { color: rgb(219,94,70); }
H1.HeaderClassName
{
color: #DB5E46;
}
.AnyTagClassName
{
color: #DB5E46;
}
</style>
background-color css
<style>
a { background-color: #DB5E46; }
a { background-color: rgb(219,94,70); }
div.DivClassName
{
background-color: #DB5E46;
}
.BgClassName
{
background-color: #DB5E46;
}
</style>
border-color css
<style>
span { border-color: #DB5E46; }
span { border-color: rgb(219,94,70); }
td.TdClassName
{
border-color: #DB5E46;
}
.TagClassName
{
border-color: #DB5E46;
}
</style>