Shades of Flamingo #DB6350
Tints of Flamingo #DB6350
RGB
CMYK
RGB Variations
Color information
#DB6350 (or 0xDB6350) is known color: Flamingo. HEX triplet: DB, 63 and 50. RGB value is (219,99,80). Sum of RGB (Red+Green+Blue) = 219+99+80=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6350 is #249CAF. Grayscale: #848484. Windows color (decimal): -2399408 or 5268443. OLE color: 5268443.
HSL color Cylindrical-coordinate representation of color #DB6350: hue angle of 8.2º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB6350 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 80 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.14 |
| HSL | 8.2º | 0.66% | 0.59% | - |
| HSV(B) | 8.2º | 0.63% | 0.86% | - |
| XYZ | 35.12 | 24.56 | 10.48 | - |
| YUV | 132.71 | 98.26 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 80 | 0 | 0.55 | 0.63 | 0.14 | 8.2 | 0.66 | 0.59 |
| Hex | DB | 63 | 50 | 0 | 37 | 3F | E | 8 | 42 | 3B |
| Octal | 333 | 143 | 120 | 0 | 67 | 77 | 16 | 10 | 102 | 73 |
| Binary | 11011011 | 1100011 | 1010000 | 0 | 110111 | 111111 | 1110 | 1000 | 1000010 | 111011 |
Color Harmonies of #DB6350
Complementary color
Monochromatic Colors of #DB6350
Black with #DB6350
Text Example
Text Example
White with #DB6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6350; }
p { color: rgb(219,99,80); }
H1.HeaderClassName
{
color: #DB6350;
}
.AnyTagClassName
{
color: #DB6350;
}
</style>
background-color css
<style>
a { background-color: #DB6350; }
a { background-color: rgb(219,99,80); }
div.DivClassName
{
background-color: #DB6350;
}
.BgClassName
{
background-color: #DB6350;
}
</style>
border-color css
<style>
span { border-color: #DB6350; }
span { border-color: rgb(219,99,80); }
td.TdClassName
{
border-color: #DB6350;
}
.TagClassName
{
border-color: #DB6350;
}
</style>