Shades of Flamingo #DB6050
Tints of Flamingo #DB6050
RGB
CMYK
RGB Variations
Color information
#DB6050 (or 0xDB6050) is known color: Flamingo. HEX triplet: DB, 60 and 50. RGB value is (219,96,80). Sum of RGB (Red+Green+Blue) = 219+96+80=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6050 is #249FAF. Grayscale: #838383. Windows color (decimal): -2400176 or 5267675. OLE color: 5267675.
HSL color Cylindrical-coordinate representation of color #DB6050: hue angle of 6.91º 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 #DB6050 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 80 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.14 |
| HSL | 6.91º | 0.66% | 0.59% | - |
| HSV(B) | 6.91º | 0.63% | 0.86% | - |
| XYZ | 34.84 | 24.01 | 10.39 | - |
| YUV | 130.95 | 99.25 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 80 | 0 | 0.56 | 0.63 | 0.14 | 6.91 | 0.66 | 0.59 |
| Hex | DB | 60 | 50 | 0 | 38 | 3F | E | 7 | 42 | 3B |
| Octal | 333 | 140 | 120 | 0 | 70 | 77 | 16 | 7 | 102 | 73 |
| Binary | 11011011 | 1100000 | 1010000 | 0 | 111000 | 111111 | 1110 | 111 | 1000010 | 111011 |
Color Harmonies of #DB6050
Complementary color
Monochromatic Colors of #DB6050
Black with #DB6050
Text Example
Text Example
White with #DB6050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6050; }
p { color: rgb(219,96,80); }
H1.HeaderClassName
{
color: #DB6050;
}
.AnyTagClassName
{
color: #DB6050;
}
</style>
background-color css
<style>
a { background-color: #DB6050; }
a { background-color: rgb(219,96,80); }
div.DivClassName
{
background-color: #DB6050;
}
.BgClassName
{
background-color: #DB6050;
}
</style>
border-color css
<style>
span { border-color: #DB6050; }
span { border-color: rgb(219,96,80); }
td.TdClassName
{
border-color: #DB6050;
}
.TagClassName
{
border-color: #DB6050;
}
</style>