Shades of Flamingo #DB5E45
Tints of Flamingo #DB5E45
RGB
CMYK
RGB Variations
Color information
#DB5E45 (or 0xDB5E45) is known color: Flamingo. HEX triplet: DB, 5E and 45. RGB value is (219,94,69). Sum of RGB (Red+Green+Blue) = 219+94+69=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5E45 is #24A1BA. Grayscale: #808080. Windows color (decimal): -2400699 or 4546267. OLE color: 4546267.
HSL color Cylindrical-coordinate representation of color #DB5E45: hue angle of 10º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB5E45 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 69 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.14 |
| HSL | 10º | 0.68% | 0.56% | - |
| HSV(B) | 10º | 0.68% | 0.86% | - |
| XYZ | 34.29 | 23.5 | 8.36 | - |
| YUV | 128.53 | 94.41 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 69 | 0 | 0.57 | 0.68 | 0.14 | 10 | 0.68 | 0.56 |
| Hex | DB | 5E | 45 | 0 | 39 | 44 | E | A | 44 | 38 |
| Octal | 333 | 136 | 105 | 0 | 71 | 104 | 16 | 12 | 104 | 70 |
| Binary | 11011011 | 1011110 | 1000101 | 0 | 111001 | 1000100 | 1110 | 1010 | 1000100 | 111000 |
Color Harmonies of #DB5E45
Complementary color
Monochromatic Colors of #DB5E45
Black with #DB5E45
Text Example
Text Example
White with #DB5E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E45; }
p { color: rgb(219,94,69); }
H1.HeaderClassName
{
color: #DB5E45;
}
.AnyTagClassName
{
color: #DB5E45;
}
</style>
background-color css
<style>
a { background-color: #DB5E45; }
a { background-color: rgb(219,94,69); }
div.DivClassName
{
background-color: #DB5E45;
}
.BgClassName
{
background-color: #DB5E45;
}
</style>
border-color css
<style>
span { border-color: #DB5E45; }
span { border-color: rgb(219,94,69); }
td.TdClassName
{
border-color: #DB5E45;
}
.TagClassName
{
border-color: #DB5E45;
}
</style>