Shades of Flamingo #DB6353
Tints of Flamingo #DB6353
RGB
CMYK
RGB Variations
Color information
#DB6353 (or 0xDB6353) is known color: Flamingo. HEX triplet: DB, 63 and 53. RGB value is (219,99,83). Sum of RGB (Red+Green+Blue) = 219+99+83=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6353 is #249CAC. Grayscale: #858585. Windows color (decimal): -2399405 or 5465051. OLE color: 5465051.
HSL color Cylindrical-coordinate representation of color #DB6353: hue angle of 7.06º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB6353 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 83 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.14 |
| HSL | 7.06º | 0.65% | 0.59% | - |
| HSV(B) | 7.06º | 0.62% | 0.86% | - |
| XYZ | 35.24 | 24.61 | 11.08 | - |
| YUV | 133.06 | 99.76 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 83 | 0 | 0.55 | 0.62 | 0.14 | 7.06 | 0.65 | 0.59 |
| Hex | DB | 63 | 53 | 0 | 37 | 3E | E | 7 | 41 | 3B |
| Octal | 333 | 143 | 123 | 0 | 67 | 76 | 16 | 7 | 101 | 73 |
| Binary | 11011011 | 1100011 | 1010011 | 0 | 110111 | 111110 | 1110 | 111 | 1000001 | 111011 |
Color Harmonies of #DB6353
Complementary color
Monochromatic Colors of #DB6353
Black with #DB6353
Text Example
Text Example
White with #DB6353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6353; }
p { color: rgb(219,99,83); }
H1.HeaderClassName
{
color: #DB6353;
}
.AnyTagClassName
{
color: #DB6353;
}
</style>
background-color css
<style>
a { background-color: #DB6353; }
a { background-color: rgb(219,99,83); }
div.DivClassName
{
background-color: #DB6353;
}
.BgClassName
{
background-color: #DB6353;
}
</style>
border-color css
<style>
span { border-color: #DB6353; }
span { border-color: rgb(219,99,83); }
td.TdClassName
{
border-color: #DB6353;
}
.TagClassName
{
border-color: #DB6353;
}
</style>