Shades of Flamingo #DB6352
Tints of Flamingo #DB6352
RGB
CMYK
RGB Variations
Color information
#DB6352 (or 0xDB6352) is known color: Flamingo. HEX triplet: DB, 63 and 52. RGB value is (219,99,82). Sum of RGB (Red+Green+Blue) = 219+99+82=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6352 is #249CAD. Grayscale: #858585. Windows color (decimal): -2399406 or 5399515. OLE color: 5399515.
HSL color Cylindrical-coordinate representation of color #DB6352: hue angle of 7.45º 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 #DB6352 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 82 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.14 |
| HSL | 7.45º | 0.66% | 0.59% | - |
| HSV(B) | 7.45º | 0.63% | 0.86% | - |
| XYZ | 35.2 | 24.59 | 10.87 | - |
| YUV | 132.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 82 | 0 | 0.55 | 0.63 | 0.14 | 7.45 | 0.66 | 0.59 |
| Hex | DB | 63 | 52 | 0 | 37 | 3F | E | 7 | 42 | 3B |
| Octal | 333 | 143 | 122 | 0 | 67 | 77 | 16 | 7 | 102 | 73 |
| Binary | 11011011 | 1100011 | 1010010 | 0 | 110111 | 111111 | 1110 | 111 | 1000010 | 111011 |
Color Harmonies of #DB6352
Complementary color
Monochromatic Colors of #DB6352
Black with #DB6352
Text Example
Text Example
White with #DB6352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6352; }
p { color: rgb(219,99,82); }
H1.HeaderClassName
{
color: #DB6352;
}
.AnyTagClassName
{
color: #DB6352;
}
</style>
background-color css
<style>
a { background-color: #DB6352; }
a { background-color: rgb(219,99,82); }
div.DivClassName
{
background-color: #DB6352;
}
.BgClassName
{
background-color: #DB6352;
}
</style>
border-color css
<style>
span { border-color: #DB6352; }
span { border-color: rgb(219,99,82); }
td.TdClassName
{
border-color: #DB6352;
}
.TagClassName
{
border-color: #DB6352;
}
</style>