Shades of Flamingo #DB5D4F
Tints of Flamingo #DB5D4F
RGB
CMYK
RGB Variations
Color information
#DB5D4F (or 0xDB5D4F) is known color: Flamingo. HEX triplet: DB, 5D and 4F. RGB value is (219,93,79). Sum of RGB (Red+Green+Blue) = 219+93+79=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5D4F is #24A2B0. Grayscale: #818181. Windows color (decimal): -2400945 or 5201371. OLE color: 5201371.
HSL color Cylindrical-coordinate representation of color #DB5D4F: hue angle of 6º 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 #DB5D4F is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 79 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.14 |
| HSL | 6º | 0.66% | 0.58% | - |
| HSV(B) | 6º | 0.64% | 0.86% | - |
| XYZ | 34.54 | 23.45 | 10.1 | - |
| YUV | 129.08 | 99.74 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 79 | 0 | 0.58 | 0.64 | 0.14 | 6 | 0.66 | 0.58 |
| Hex | DB | 5D | 4F | 0 | 3A | 40 | E | 6 | 42 | 3A |
| Octal | 333 | 135 | 117 | 0 | 72 | 100 | 16 | 6 | 102 | 72 |
| Binary | 11011011 | 1011101 | 1001111 | 0 | 111010 | 1000000 | 1110 | 110 | 1000010 | 111010 |
Color Harmonies of #DB5D4F
Complementary color
Monochromatic Colors of #DB5D4F
Black with #DB5D4F
Text Example
Text Example
White with #DB5D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D4F; }
p { color: rgb(219,93,79); }
H1.HeaderClassName
{
color: #DB5D4F;
}
.AnyTagClassName
{
color: #DB5D4F;
}
</style>
background-color css
<style>
a { background-color: #DB5D4F; }
a { background-color: rgb(219,93,79); }
div.DivClassName
{
background-color: #DB5D4F;
}
.BgClassName
{
background-color: #DB5D4F;
}
</style>
border-color css
<style>
span { border-color: #DB5D4F; }
span { border-color: rgb(219,93,79); }
td.TdClassName
{
border-color: #DB5D4F;
}
.TagClassName
{
border-color: #DB5D4F;
}
</style>