Shades of Flamingo #DD5D4E
Tints of Flamingo #DD5D4E
RGB
CMYK
RGB Variations
Color information
#DD5D4E (or 0xDD5D4E) is known color: Flamingo. HEX triplet: DD, 5D and 4E. RGB value is (221,93,78). Sum of RGB (Red+Green+Blue) = 221+93+78=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D4E is #22A2B1. Grayscale: #818181. Windows color (decimal): -2269874 or 5135837. OLE color: 5135837.
HSL color Cylindrical-coordinate representation of color #DD5D4E: hue angle of 6.29º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD5D4E is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 78 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.13 |
| HSL | 6.29º | 0.68% | 0.59% | - |
| HSV(B) | 6.29º | 0.65% | 0.87% | - |
| XYZ | 35.11 | 23.75 | 9.94 | - |
| YUV | 129.56 | 98.91 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 78 | 0 | 0.58 | 0.65 | 0.13 | 6.29 | 0.68 | 0.59 |
| Hex | DD | 5D | 4E | 0 | 3A | 41 | D | 6 | 44 | 3B |
| Octal | 335 | 135 | 116 | 0 | 72 | 101 | 15 | 6 | 104 | 73 |
| Binary | 11011101 | 1011101 | 1001110 | 0 | 111010 | 1000001 | 1101 | 110 | 1000100 | 111011 |
Color Harmonies of #DD5D4E
Complementary color
Monochromatic Colors of #DD5D4E
Black with #DD5D4E
Text Example
Text Example
White with #DD5D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D4E; }
p { color: rgb(221,93,78); }
H1.HeaderClassName
{
color: #DD5D4E;
}
.AnyTagClassName
{
color: #DD5D4E;
}
</style>
background-color css
<style>
a { background-color: #DD5D4E; }
a { background-color: rgb(221,93,78); }
div.DivClassName
{
background-color: #DD5D4E;
}
.BgClassName
{
background-color: #DD5D4E;
}
</style>
border-color css
<style>
span { border-color: #DD5D4E; }
span { border-color: rgb(221,93,78); }
td.TdClassName
{
border-color: #DD5D4E;
}
.TagClassName
{
border-color: #DD5D4E;
}
</style>