Shades of Flamingo #DC5E51
Tints of Flamingo #DC5E51
RGB
CMYK
RGB Variations
Color information
#DC5E51 (or 0xDC5E51) is known color: Flamingo. HEX triplet: DC, 5E and 51. RGB value is (220,94,81). Sum of RGB (Red+Green+Blue) = 220+94+81=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E51 is #23A1AE. Grayscale: #828282. Windows color (decimal): -2335151 or 5332700. OLE color: 5332700.
HSL color Cylindrical-coordinate representation of color #DC5E51: hue angle of 5.61º degrees, saturation: 0.67, 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 #DC5E51 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 81 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.14 |
| HSL | 5.61º | 0.67% | 0.59% | - |
| HSV(B) | 5.61º | 0.63% | 0.86% | - |
| XYZ | 35 | 23.82 | 10.54 | - |
| YUV | 130.19 | 100.24 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 81 | 0 | 0.57 | 0.63 | 0.14 | 5.61 | 0.67 | 0.59 |
| Hex | DC | 5E | 51 | 0 | 39 | 3F | E | 6 | 43 | 3B |
| Octal | 334 | 136 | 121 | 0 | 71 | 77 | 16 | 6 | 103 | 73 |
| Binary | 11011100 | 1011110 | 1010001 | 0 | 111001 | 111111 | 1110 | 110 | 1000011 | 111011 |
Color Harmonies of #DC5E51
Complementary color
Monochromatic Colors of #DC5E51
Black with #DC5E51
Text Example
Text Example
White with #DC5E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E51; }
p { color: rgb(220,94,81); }
H1.HeaderClassName
{
color: #DC5E51;
}
.AnyTagClassName
{
color: #DC5E51;
}
</style>
background-color css
<style>
a { background-color: #DC5E51; }
a { background-color: rgb(220,94,81); }
div.DivClassName
{
background-color: #DC5E51;
}
.BgClassName
{
background-color: #DC5E51;
}
</style>
border-color css
<style>
span { border-color: #DC5E51; }
span { border-color: rgb(220,94,81); }
td.TdClassName
{
border-color: #DC5E51;
}
.TagClassName
{
border-color: #DC5E51;
}
</style>