Shades of Flamingo #DB6151
Tints of Flamingo #DB6151
RGB
CMYK
RGB Variations
Color information
#DB6151 (or 0xDB6151) is known color: Flamingo. HEX triplet: DB, 61 and 51. RGB value is (219,97,81). Sum of RGB (Red+Green+Blue) = 219+97+81=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6151 is #249EAE. Grayscale: #838383. Windows color (decimal): -2399919 or 5333467. OLE color: 5333467.
HSL color Cylindrical-coordinate representation of color #DB6151: hue angle of 6.96º 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 #DB6151 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 81 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.14 |
| HSL | 6.96º | 0.66% | 0.59% | - |
| HSV(B) | 6.96º | 0.63% | 0.86% | - |
| XYZ | 34.97 | 24.2 | 10.61 | - |
| YUV | 131.65 | 99.42 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 81 | 0 | 0.56 | 0.63 | 0.14 | 6.96 | 0.66 | 0.59 |
| Hex | DB | 61 | 51 | 0 | 38 | 3F | E | 7 | 42 | 3B |
| Octal | 333 | 141 | 121 | 0 | 70 | 77 | 16 | 7 | 102 | 73 |
| Binary | 11011011 | 1100001 | 1010001 | 0 | 111000 | 111111 | 1110 | 111 | 1000010 | 111011 |
Color Harmonies of #DB6151
Complementary color
Monochromatic Colors of #DB6151
Black with #DB6151
Text Example
Text Example
White with #DB6151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6151; }
p { color: rgb(219,97,81); }
H1.HeaderClassName
{
color: #DB6151;
}
.AnyTagClassName
{
color: #DB6151;
}
</style>
background-color css
<style>
a { background-color: #DB6151; }
a { background-color: rgb(219,97,81); }
div.DivClassName
{
background-color: #DB6151;
}
.BgClassName
{
background-color: #DB6151;
}
</style>
border-color css
<style>
span { border-color: #DB6151; }
span { border-color: rgb(219,97,81); }
td.TdClassName
{
border-color: #DB6151;
}
.TagClassName
{
border-color: #DB6151;
}
</style>