Shades of Flamingo #DB614D
Tints of Flamingo #DB614D
RGB
CMYK
RGB Variations
Color information
#DB614D (or 0xDB614D) is known color: Flamingo. HEX triplet: DB, 61 and 4D. RGB value is (219,97,77). Sum of RGB (Red+Green+Blue) = 219+97+77=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB614D is #249EB2. Grayscale: #838383. Windows color (decimal): -2399923 or 5071323. OLE color: 5071323.
HSL color Cylindrical-coordinate representation of color #DB614D: hue angle of 8.45º 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 #DB614D is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 77 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.14 |
| HSL | 8.45º | 0.66% | 0.58% | - |
| HSV(B) | 8.45º | 0.65% | 0.86% | - |
| XYZ | 34.83 | 24.15 | 9.85 | - |
| YUV | 131.2 | 97.42 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 77 | 0 | 0.56 | 0.65 | 0.14 | 8.45 | 0.66 | 0.58 |
| Hex | DB | 61 | 4D | 0 | 38 | 41 | E | 8 | 42 | 3A |
| Octal | 333 | 141 | 115 | 0 | 70 | 101 | 16 | 10 | 102 | 72 |
| Binary | 11011011 | 1100001 | 1001101 | 0 | 111000 | 1000001 | 1110 | 1000 | 1000010 | 111010 |
Color Harmonies of #DB614D
Complementary color
Monochromatic Colors of #DB614D
Black with #DB614D
Text Example
Text Example
White with #DB614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB614D; }
p { color: rgb(219,97,77); }
H1.HeaderClassName
{
color: #DB614D;
}
.AnyTagClassName
{
color: #DB614D;
}
</style>
background-color css
<style>
a { background-color: #DB614D; }
a { background-color: rgb(219,97,77); }
div.DivClassName
{
background-color: #DB614D;
}
.BgClassName
{
background-color: #DB614D;
}
</style>
border-color css
<style>
span { border-color: #DB614D; }
span { border-color: rgb(219,97,77); }
td.TdClassName
{
border-color: #DB614D;
}
.TagClassName
{
border-color: #DB614D;
}
</style>