Shades of Flamingo #DB5F45
Tints of Flamingo #DB5F45
RGB
CMYK
RGB Variations
Color information
#DB5F45 (or 0xDB5F45) is known color: Flamingo. HEX triplet: DB, 5F and 45. RGB value is (219,95,69). Sum of RGB (Red+Green+Blue) = 219+95+69=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5F45 is #24A0BA. Grayscale: #818181. Windows color (decimal): -2400443 or 4546523. OLE color: 4546523.
HSL color Cylindrical-coordinate representation of color #DB5F45: hue angle of 10.4º 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 #DB5F45 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 69 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.14 |
| HSL | 10.4º | 0.68% | 0.56% | - |
| HSV(B) | 10.4º | 0.68% | 0.86% | - |
| XYZ | 34.38 | 23.67 | 8.39 | - |
| YUV | 129.11 | 94.08 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 69 | 0 | 0.57 | 0.68 | 0.14 | 10.4 | 0.68 | 0.56 |
| Hex | DB | 5F | 45 | 0 | 39 | 44 | E | A | 44 | 38 |
| Octal | 333 | 137 | 105 | 0 | 71 | 104 | 16 | 12 | 104 | 70 |
| Binary | 11011011 | 1011111 | 1000101 | 0 | 111001 | 1000100 | 1110 | 1010 | 1000100 | 111000 |
Color Harmonies of #DB5F45
Complementary color
Monochromatic Colors of #DB5F45
Black with #DB5F45
Text Example
Text Example
White with #DB5F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F45; }
p { color: rgb(219,95,69); }
H1.HeaderClassName
{
color: #DB5F45;
}
.AnyTagClassName
{
color: #DB5F45;
}
</style>
background-color css
<style>
a { background-color: #DB5F45; }
a { background-color: rgb(219,95,69); }
div.DivClassName
{
background-color: #DB5F45;
}
.BgClassName
{
background-color: #DB5F45;
}
</style>
border-color css
<style>
span { border-color: #DB5F45; }
span { border-color: rgb(219,95,69); }
td.TdClassName
{
border-color: #DB5F45;
}
.TagClassName
{
border-color: #DB5F45;
}
</style>