Shades of Flamingo #DB5D4E
Tints of Flamingo #DB5D4E
RGB
CMYK
RGB Variations
Color information
#DB5D4E (or 0xDB5D4E) is known color: Flamingo. HEX triplet: DB, 5D and 4E. RGB value is (219,93,78). Sum of RGB (Red+Green+Blue) = 219+93+78=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5D4E is #24A2B1. Grayscale: #818181. Windows color (decimal): -2400946 or 5135835. OLE color: 5135835.
HSL color Cylindrical-coordinate representation of color #DB5D4E: hue angle of 6.38º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB5D4E is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 93 | 78 | - |
CMYK | 0 | 0.58 | 0.64 | 0.14 |
HSL | 6.38º | 0.66% | 0.58% | - |
HSV(B) | 6.38º | 0.64% | 0.86% | - |
XYZ | 34.5 | 23.44 | 9.91 | - |
YUV | 128.96 | 99.24 | 192.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 93 | 78 | 0 | 0.58 | 0.64 | 0.14 | 6.38 | 0.66 | 0.58 |
Hex | DB | 5D | 4E | 0 | 3A | 40 | E | 6 | 42 | 3A |
Octal | 333 | 135 | 116 | 0 | 72 | 100 | 16 | 6 | 102 | 72 |
Binary | 11011011 | 1011101 | 1001110 | 0 | 111010 | 1000000 | 1110 | 110 | 1000010 | 111010 |
Color Harmonies of #DB5D4E
Complementary color
Monochromatic Colors of #DB5D4E
Black with #DB5D4E
Text Example
Text Example
White with #DB5D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D4E; }
p { color: rgb(219,93,78); }
H1.HeaderClassName
{
color: #DB5D4E;
}
.AnyTagClassName
{
color: #DB5D4E;
}
</style>
background-color css
<style>
a { background-color: #DB5D4E; }
a { background-color: rgb(219,93,78); }
div.DivClassName
{
background-color: #DB5D4E;
}
.BgClassName
{
background-color: #DB5D4E;
}
</style>
border-color css
<style>
span { border-color: #DB5D4E; }
span { border-color: rgb(219,93,78); }
td.TdClassName
{
border-color: #DB5D4E;
}
.TagClassName
{
border-color: #DB5D4E;
}
</style>