Shades of Flamingo #DC5F53
Tints of Flamingo #DC5F53
RGB
CMYK
RGB Variations
Color information
#DC5F53 (or 0xDC5F53) is known color: Flamingo. HEX triplet: DC, 5F and 53. RGB value is (220,95,83). Sum of RGB (Red+Green+Blue) = 220+95+83=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F53 is #23A0AC. Grayscale: #838383. Windows color (decimal): -2334893 or 5464028. OLE color: 5464028.
HSL color Cylindrical-coordinate representation of color #DC5F53: 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.62%. Process color model (Four color, CMYK) of #DC5F53 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 83 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.14 |
| HSL | 5.26º | 0.66% | 0.59% | - |
| HSV(B) | 5.26º | 0.62% | 0.86% | - |
| XYZ | 35.17 | 24.02 | 10.97 | - |
| YUV | 131.01 | 100.91 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 83 | 0 | 0.57 | 0.62 | 0.14 | 5.26 | 0.66 | 0.59 |
| Hex | DC | 5F | 53 | 0 | 39 | 3E | E | 5 | 42 | 3B |
| Octal | 334 | 137 | 123 | 0 | 71 | 76 | 16 | 5 | 102 | 73 |
| Binary | 11011100 | 1011111 | 1010011 | 0 | 111001 | 111110 | 1110 | 101 | 1000010 | 111011 |
Color Harmonies of #DC5F53
Complementary color
Monochromatic Colors of #DC5F53
Black with #DC5F53
Text Example
Text Example
White with #DC5F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5F53; }
p { color: rgb(220,95,83); }
H1.HeaderClassName
{
color: #DC5F53;
}
.AnyTagClassName
{
color: #DC5F53;
}
</style>
background-color css
<style>
a { background-color: #DC5F53; }
a { background-color: rgb(220,95,83); }
div.DivClassName
{
background-color: #DC5F53;
}
.BgClassName
{
background-color: #DC5F53;
}
</style>
border-color css
<style>
span { border-color: #DC5F53; }
span { border-color: rgb(220,95,83); }
td.TdClassName
{
border-color: #DC5F53;
}
.TagClassName
{
border-color: #DC5F53;
}
</style>