Shades of Flamingo #DB6248
Tints of Flamingo #DB6248
RGB
CMYK
RGB Variations
Color information
#DB6248 (or 0xDB6248) is known color: Flamingo. HEX triplet: DB, 62 and 48. RGB value is (219,98,72). Sum of RGB (Red+Green+Blue) = 219+98+72=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6248 is #249DB7. Grayscale: #838383. Windows color (decimal): -2399672 or 4743899. OLE color: 4743899.
HSL color Cylindrical-coordinate representation of color #DB6248: hue angle of 10.61º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB6248 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 72 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.14 |
| HSL | 10.61º | 0.67% | 0.57% | - |
| HSV(B) | 10.61º | 0.67% | 0.86% | - |
| XYZ | 34.75 | 24.26 | 8.98 | - |
| YUV | 131.22 | 94.59 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 72 | 0 | 0.55 | 0.67 | 0.14 | 10.61 | 0.67 | 0.57 |
| Hex | DB | 62 | 48 | 0 | 37 | 43 | E | B | 43 | 39 |
| Octal | 333 | 142 | 110 | 0 | 67 | 103 | 16 | 13 | 103 | 71 |
| Binary | 11011011 | 1100010 | 1001000 | 0 | 110111 | 1000011 | 1110 | 1011 | 1000011 | 111001 |
Color Harmonies of #DB6248
Complementary color
Monochromatic Colors of #DB6248
Black with #DB6248
Text Example
Text Example
White with #DB6248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6248; }
p { color: rgb(219,98,72); }
H1.HeaderClassName
{
color: #DB6248;
}
.AnyTagClassName
{
color: #DB6248;
}
</style>
background-color css
<style>
a { background-color: #DB6248; }
a { background-color: rgb(219,98,72); }
div.DivClassName
{
background-color: #DB6248;
}
.BgClassName
{
background-color: #DB6248;
}
</style>
border-color css
<style>
span { border-color: #DB6248; }
span { border-color: rgb(219,98,72); }
td.TdClassName
{
border-color: #DB6248;
}
.TagClassName
{
border-color: #DB6248;
}
</style>