Shades of Flamingo #DB5E52
Tints of Flamingo #DB5E52
RGB
CMYK
RGB Variations
Color information
#DB5E52 (or 0xDB5E52) is known color: Flamingo. HEX triplet: DB, 5E and 52. RGB value is (219,94,82). Sum of RGB (Red+Green+Blue) = 219+94+82=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5E52 is #24A1AD. Grayscale: #828282. Windows color (decimal): -2400686 or 5398235. OLE color: 5398235.
HSL color Cylindrical-coordinate representation of color #DB5E52: hue angle of 5.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 #DB5E52 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 94 | 82 | - |
CMYK | 0 | 0.57 | 0.63 | 0.14 |
HSL | 5.26º | 0.66% | 0.59% | - |
HSV(B) | 5.26º | 0.63% | 0.86% | - |
XYZ | 34.74 | 23.67 | 10.72 | - |
YUV | 130.01 | 100.91 | 191.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 94 | 82 | 0 | 0.57 | 0.63 | 0.14 | 5.26 | 0.66 | 0.59 |
Hex | DB | 5E | 52 | 0 | 39 | 3F | E | 5 | 42 | 3B |
Octal | 333 | 136 | 122 | 0 | 71 | 77 | 16 | 5 | 102 | 73 |
Binary | 11011011 | 1011110 | 1010010 | 0 | 111001 | 111111 | 1110 | 101 | 1000010 | 111011 |
Color Harmonies of #DB5E52
Complementary color
Monochromatic Colors of #DB5E52
Black with #DB5E52
Text Example
Text Example
White with #DB5E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E52; }
p { color: rgb(219,94,82); }
H1.HeaderClassName
{
color: #DB5E52;
}
.AnyTagClassName
{
color: #DB5E52;
}
</style>
background-color css
<style>
a { background-color: #DB5E52; }
a { background-color: rgb(219,94,82); }
div.DivClassName
{
background-color: #DB5E52;
}
.BgClassName
{
background-color: #DB5E52;
}
</style>
border-color css
<style>
span { border-color: #DB5E52; }
span { border-color: rgb(219,94,82); }
td.TdClassName
{
border-color: #DB5E52;
}
.TagClassName
{
border-color: #DB5E52;
}
</style>