Shades of Flamingo #DB624A
Tints of Flamingo #DB624A
RGB
CMYK
RGB Variations
Color information
#DB624A (or 0xDB624A) is known color: Flamingo. HEX triplet: DB, 62 and 4A. RGB value is (219,98,74). Sum of RGB (Red+Green+Blue) = 219+98+74=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB624A is #249DB5. Grayscale: #838383. Windows color (decimal): -2399670 or 4874971. OLE color: 4874971.
HSL color Cylindrical-coordinate representation of color #DB624A: hue angle of 9.93º 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 #DB624A is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 74 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.14 |
| HSL | 9.93º | 0.67% | 0.57% | - |
| HSV(B) | 9.93º | 0.66% | 0.86% | - |
| XYZ | 34.82 | 24.29 | 9.33 | - |
| YUV | 131.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 74 | 0 | 0.55 | 0.66 | 0.14 | 9.93 | 0.67 | 0.57 |
| Hex | DB | 62 | 4A | 0 | 37 | 42 | E | A | 43 | 39 |
| Octal | 333 | 142 | 112 | 0 | 67 | 102 | 16 | 12 | 103 | 71 |
| Binary | 11011011 | 1100010 | 1001010 | 0 | 110111 | 1000010 | 1110 | 1010 | 1000011 | 111001 |
Color Harmonies of #DB624A
Complementary color
Monochromatic Colors of #DB624A
Black with #DB624A
Text Example
Text Example
White with #DB624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB624A; }
p { color: rgb(219,98,74); }
H1.HeaderClassName
{
color: #DB624A;
}
.AnyTagClassName
{
color: #DB624A;
}
</style>
background-color css
<style>
a { background-color: #DB624A; }
a { background-color: rgb(219,98,74); }
div.DivClassName
{
background-color: #DB624A;
}
.BgClassName
{
background-color: #DB624A;
}
</style>
border-color css
<style>
span { border-color: #DB624A; }
span { border-color: rgb(219,98,74); }
td.TdClassName
{
border-color: #DB624A;
}
.TagClassName
{
border-color: #DB624A;
}
</style>