Shades of Flamingo #DB5D4A
Tints of Flamingo #DB5D4A
RGB
CMYK
RGB Variations
Color information
#DB5D4A (or 0xDB5D4A) is known color: Flamingo. HEX triplet: DB, 5D and 4A. RGB value is (219,93,74). Sum of RGB (Red+Green+Blue) = 219+93+74=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D4A is #24A2B5. Grayscale: #808080. Windows color (decimal): -2400950 or 4873691. OLE color: 4873691.
HSL color Cylindrical-coordinate representation of color #DB5D4A: hue angle of 7.86º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB5D4A is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 74 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.14 |
| HSL | 7.86º | 0.67% | 0.57% | - |
| HSV(B) | 7.86º | 0.66% | 0.86% | - |
| XYZ | 34.36 | 23.38 | 9.18 | - |
| YUV | 128.51 | 97.24 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 74 | 0 | 0.58 | 0.66 | 0.14 | 7.86 | 0.67 | 0.57 |
| Hex | DB | 5D | 4A | 0 | 3A | 42 | E | 8 | 43 | 39 |
| Octal | 333 | 135 | 112 | 0 | 72 | 102 | 16 | 10 | 103 | 71 |
| Binary | 11011011 | 1011101 | 1001010 | 0 | 111010 | 1000010 | 1110 | 1000 | 1000011 | 111001 |
Color Harmonies of #DB5D4A
Complementary color
Monochromatic Colors of #DB5D4A
Black with #DB5D4A
Text Example
Text Example
White with #DB5D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D4A; }
p { color: rgb(219,93,74); }
H1.HeaderClassName
{
color: #DB5D4A;
}
.AnyTagClassName
{
color: #DB5D4A;
}
</style>
background-color css
<style>
a { background-color: #DB5D4A; }
a { background-color: rgb(219,93,74); }
div.DivClassName
{
background-color: #DB5D4A;
}
.BgClassName
{
background-color: #DB5D4A;
}
</style>
border-color css
<style>
span { border-color: #DB5D4A; }
span { border-color: rgb(219,93,74); }
td.TdClassName
{
border-color: #DB5D4A;
}
.TagClassName
{
border-color: #DB5D4A;
}
</style>