Shades of Flamingo #DB6652
Tints of Flamingo #DB6652
RGB
CMYK
RGB Variations
Color information
#DB6652 (or 0xDB6652) is known color: Flamingo. HEX triplet: DB, 66 and 52. RGB value is (219,102,82). Sum of RGB (Red+Green+Blue) = 219+102+82=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6652 is #2499AD. Grayscale: #868686. Windows color (decimal): -2398638 or 5400283. OLE color: 5400283.
HSL color Cylindrical-coordinate representation of color #DB6652: hue angle of 8.76º 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 #DB6652 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 82 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.14 |
| HSL | 8.76º | 0.66% | 0.59% | - |
| HSV(B) | 8.76º | 0.63% | 0.86% | - |
| XYZ | 35.49 | 25.17 | 10.97 | - |
| YUV | 134.7 | 98.26 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 82 | 0 | 0.53 | 0.63 | 0.14 | 8.76 | 0.66 | 0.59 |
| Hex | DB | 66 | 52 | 0 | 35 | 3F | E | 9 | 42 | 3B |
| Octal | 333 | 146 | 122 | 0 | 65 | 77 | 16 | 11 | 102 | 73 |
| Binary | 11011011 | 1100110 | 1010010 | 0 | 110101 | 111111 | 1110 | 1001 | 1000010 | 111011 |
Color Harmonies of #DB6652
Complementary color
Monochromatic Colors of #DB6652
Black with #DB6652
Text Example
Text Example
White with #DB6652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6652; }
p { color: rgb(219,102,82); }
H1.HeaderClassName
{
color: #DB6652;
}
.AnyTagClassName
{
color: #DB6652;
}
</style>
background-color css
<style>
a { background-color: #DB6652; }
a { background-color: rgb(219,102,82); }
div.DivClassName
{
background-color: #DB6652;
}
.BgClassName
{
background-color: #DB6652;
}
</style>
border-color css
<style>
span { border-color: #DB6652; }
span { border-color: rgb(219,102,82); }
td.TdClassName
{
border-color: #DB6652;
}
.TagClassName
{
border-color: #DB6652;
}
</style>