Shades of Flamingo #DB6451
Tints of Flamingo #DB6451
RGB
CMYK
RGB Variations
Color information
#DB6451 (or 0xDB6451) is known color: Flamingo. HEX triplet: DB, 64 and 51. RGB value is (219,100,81). Sum of RGB (Red+Green+Blue) = 219+100+81=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6451 is #249BAE. Grayscale: #858585. Windows color (decimal): -2399151 or 5334235. OLE color: 5334235.
HSL color Cylindrical-coordinate representation of color #DB6451: hue angle of 8.26º 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 #DB6451 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 81 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.14 |
| HSL | 8.26º | 0.66% | 0.59% | - |
| HSV(B) | 8.26º | 0.63% | 0.86% | - |
| XYZ | 35.26 | 24.77 | 10.71 | - |
| YUV | 133.42 | 98.42 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 81 | 0 | 0.54 | 0.63 | 0.14 | 8.26 | 0.66 | 0.59 |
| Hex | DB | 64 | 51 | 0 | 36 | 3F | E | 8 | 42 | 3B |
| Octal | 333 | 144 | 121 | 0 | 66 | 77 | 16 | 10 | 102 | 73 |
| Binary | 11011011 | 1100100 | 1010001 | 0 | 110110 | 111111 | 1110 | 1000 | 1000010 | 111011 |
Color Harmonies of #DB6451
Complementary color
Monochromatic Colors of #DB6451
Black with #DB6451
Text Example
Text Example
White with #DB6451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6451; }
p { color: rgb(219,100,81); }
H1.HeaderClassName
{
color: #DB6451;
}
.AnyTagClassName
{
color: #DB6451;
}
</style>
background-color css
<style>
a { background-color: #DB6451; }
a { background-color: rgb(219,100,81); }
div.DivClassName
{
background-color: #DB6451;
}
.BgClassName
{
background-color: #DB6451;
}
</style>
border-color css
<style>
span { border-color: #DB6451; }
span { border-color: rgb(219,100,81); }
td.TdClassName
{
border-color: #DB6451;
}
.TagClassName
{
border-color: #DB6451;
}
</style>