Shades of Flamingo #DB6052
Tints of Flamingo #DB6052
RGB
CMYK
RGB Variations
Color information
#DB6052 (or 0xDB6052) is known color: Flamingo. HEX triplet: DB, 60 and 52. RGB value is (219,96,82). Sum of RGB (Red+Green+Blue) = 219+96+82=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6052 is #249FAD. Grayscale: #838383. Windows color (decimal): -2400174 or 5398747. OLE color: 5398747.
HSL color Cylindrical-coordinate representation of color #DB6052: hue angle of 6.13º 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 #DB6052 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 82 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.14 |
| HSL | 6.13º | 0.66% | 0.59% | - |
| HSV(B) | 6.13º | 0.63% | 0.86% | - |
| XYZ | 34.92 | 24.04 | 10.78 | - |
| YUV | 131.18 | 100.25 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 82 | 0 | 0.56 | 0.63 | 0.14 | 6.13 | 0.66 | 0.59 |
| Hex | DB | 60 | 52 | 0 | 38 | 3F | E | 6 | 42 | 3B |
| Octal | 333 | 140 | 122 | 0 | 70 | 77 | 16 | 6 | 102 | 73 |
| Binary | 11011011 | 1100000 | 1010010 | 0 | 111000 | 111111 | 1110 | 110 | 1000010 | 111011 |
Color Harmonies of #DB6052
Complementary color
Monochromatic Colors of #DB6052
Black with #DB6052
Text Example
Text Example
White with #DB6052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6052; }
p { color: rgb(219,96,82); }
H1.HeaderClassName
{
color: #DB6052;
}
.AnyTagClassName
{
color: #DB6052;
}
</style>
background-color css
<style>
a { background-color: #DB6052; }
a { background-color: rgb(219,96,82); }
div.DivClassName
{
background-color: #DB6052;
}
.BgClassName
{
background-color: #DB6052;
}
</style>
border-color css
<style>
span { border-color: #DB6052; }
span { border-color: rgb(219,96,82); }
td.TdClassName
{
border-color: #DB6052;
}
.TagClassName
{
border-color: #DB6052;
}
</style>