Shades of Flamingo #DC5D50
Tints of Flamingo #DC5D50
RGB
CMYK
RGB Variations
Color information
#DC5D50 (or 0xDC5D50) is known color: Flamingo. HEX triplet: DC, 5D and 50. RGB value is (220,93,80). Sum of RGB (Red+Green+Blue) = 220+93+80=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D50 is #23A2AF. Grayscale: #818181. Windows color (decimal): -2335408 or 5266908. OLE color: 5266908.
HSL color Cylindrical-coordinate representation of color #DC5D50: hue angle of 5.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5D50 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 80 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.14 |
| HSL | 5.57º | 0.67% | 0.59% | - |
| HSV(B) | 5.57º | 0.64% | 0.86% | - |
| XYZ | 34.88 | 23.62 | 10.31 | - |
| YUV | 129.49 | 100.08 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 80 | 0 | 0.58 | 0.64 | 0.14 | 5.57 | 0.67 | 0.59 |
| Hex | DC | 5D | 50 | 0 | 3A | 40 | E | 6 | 43 | 3B |
| Octal | 334 | 135 | 120 | 0 | 72 | 100 | 16 | 6 | 103 | 73 |
| Binary | 11011100 | 1011101 | 1010000 | 0 | 111010 | 1000000 | 1110 | 110 | 1000011 | 111011 |
Color Harmonies of #DC5D50
Complementary color
Monochromatic Colors of #DC5D50
Black with #DC5D50
Text Example
Text Example
White with #DC5D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D50; }
p { color: rgb(220,93,80); }
H1.HeaderClassName
{
color: #DC5D50;
}
.AnyTagClassName
{
color: #DC5D50;
}
</style>
background-color css
<style>
a { background-color: #DC5D50; }
a { background-color: rgb(220,93,80); }
div.DivClassName
{
background-color: #DC5D50;
}
.BgClassName
{
background-color: #DC5D50;
}
</style>
border-color css
<style>
span { border-color: #DC5D50; }
span { border-color: rgb(220,93,80); }
td.TdClassName
{
border-color: #DC5D50;
}
.TagClassName
{
border-color: #DC5D50;
}
</style>