Shades of Flamingo #DB624D
Tints of Flamingo #DB624D
RGB
CMYK
RGB Variations
Color information
#DB624D (or 0xDB624D) is known color: Flamingo. HEX triplet: DB, 62 and 4D. RGB value is (219,98,77). Sum of RGB (Red+Green+Blue) = 219+98+77=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB624D is #249DB2. Grayscale: #838383. Windows color (decimal): -2399667 or 5071579. OLE color: 5071579.
HSL color Cylindrical-coordinate representation of color #DB624D: hue angle of 8.87º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB624D is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 77 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.14 |
| HSL | 8.87º | 0.66% | 0.58% | - |
| HSV(B) | 8.87º | 0.65% | 0.86% | - |
| XYZ | 34.92 | 24.33 | 9.88 | - |
| YUV | 131.79 | 97.09 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 77 | 0 | 0.55 | 0.65 | 0.14 | 8.87 | 0.66 | 0.58 |
| Hex | DB | 62 | 4D | 0 | 37 | 41 | E | 9 | 42 | 3A |
| Octal | 333 | 142 | 115 | 0 | 67 | 101 | 16 | 11 | 102 | 72 |
| Binary | 11011011 | 1100010 | 1001101 | 0 | 110111 | 1000001 | 1110 | 1001 | 1000010 | 111010 |
Color Harmonies of #DB624D
Complementary color
Monochromatic Colors of #DB624D
Black with #DB624D
Text Example
Text Example
White with #DB624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB624D; }
p { color: rgb(219,98,77); }
H1.HeaderClassName
{
color: #DB624D;
}
.AnyTagClassName
{
color: #DB624D;
}
</style>
background-color css
<style>
a { background-color: #DB624D; }
a { background-color: rgb(219,98,77); }
div.DivClassName
{
background-color: #DB624D;
}
.BgClassName
{
background-color: #DB624D;
}
</style>
border-color css
<style>
span { border-color: #DB624D; }
span { border-color: rgb(219,98,77); }
td.TdClassName
{
border-color: #DB624D;
}
.TagClassName
{
border-color: #DB624D;
}
</style>