Shades of Flamingo #DB6955
Tints of Flamingo #DB6955
RGB
CMYK
RGB Variations
Color information
#DB6955 (or 0xDB6955) is known color: Flamingo. HEX triplet: DB, 69 and 55. RGB value is (219,105,85). Sum of RGB (Red+Green+Blue) = 219+105+85=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6955 is #2496AA. Grayscale: #898989. Windows color (decimal): -2397867 or 5597659. OLE color: 5597659.
HSL color Cylindrical-coordinate representation of color #DB6955: hue angle of 8.96º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB6955 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 85 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.14 |
| HSL | 8.96º | 0.65% | 0.6% | - |
| HSV(B) | 8.96º | 0.61% | 0.86% | - |
| XYZ | 35.9 | 25.82 | 11.69 | - |
| YUV | 136.81 | 98.77 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 85 | 0 | 0.52 | 0.61 | 0.14 | 8.96 | 0.65 | 0.6 |
| Hex | DB | 69 | 55 | 0 | 34 | 3D | E | 9 | 41 | 3C |
| Octal | 333 | 151 | 125 | 0 | 64 | 75 | 16 | 11 | 101 | 74 |
| Binary | 11011011 | 1101001 | 1010101 | 0 | 110100 | 111101 | 1110 | 1001 | 1000001 | 111100 |
Color Harmonies of #DB6955
Complementary color
Monochromatic Colors of #DB6955
Black with #DB6955
Text Example
Text Example
White with #DB6955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6955; }
p { color: rgb(219,105,85); }
H1.HeaderClassName
{
color: #DB6955;
}
.AnyTagClassName
{
color: #DB6955;
}
</style>
background-color css
<style>
a { background-color: #DB6955; }
a { background-color: rgb(219,105,85); }
div.DivClassName
{
background-color: #DB6955;
}
.BgClassName
{
background-color: #DB6955;
}
</style>
border-color css
<style>
span { border-color: #DB6955; }
span { border-color: rgb(219,105,85); }
td.TdClassName
{
border-color: #DB6955;
}
.TagClassName
{
border-color: #DB6955;
}
</style>