Shades of Flamingo #DD5E4E
Tints of Flamingo #DD5E4E
RGB
CMYK
RGB Variations
Color information
#DD5E4E (or 0xDD5E4E) is known color: Flamingo. HEX triplet: DD, 5E and 4E. RGB value is (221,94,78). Sum of RGB (Red+Green+Blue) = 221+94+78=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5E4E is #22A1B1. Grayscale: #828282. Windows color (decimal): -2269618 or 5136093. OLE color: 5136093.
HSL color Cylindrical-coordinate representation of color #DD5E4E: hue angle of 6.71º 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 #DD5E4E is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 78 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.13 |
| HSL | 6.71º | 0.68% | 0.59% | - |
| HSV(B) | 6.71º | 0.65% | 0.87% | - |
| XYZ | 35.2 | 23.93 | 9.97 | - |
| YUV | 130.15 | 98.58 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 78 | 0 | 0.57 | 0.65 | 0.13 | 6.71 | 0.68 | 0.59 |
| Hex | DD | 5E | 4E | 0 | 39 | 41 | D | 7 | 44 | 3B |
| Octal | 335 | 136 | 116 | 0 | 71 | 101 | 15 | 7 | 104 | 73 |
| Binary | 11011101 | 1011110 | 1001110 | 0 | 111001 | 1000001 | 1101 | 111 | 1000100 | 111011 |
Color Harmonies of #DD5E4E
Complementary color
Monochromatic Colors of #DD5E4E
Black with #DD5E4E
Text Example
Text Example
White with #DD5E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E4E; }
p { color: rgb(221,94,78); }
H1.HeaderClassName
{
color: #DD5E4E;
}
.AnyTagClassName
{
color: #DD5E4E;
}
</style>
background-color css
<style>
a { background-color: #DD5E4E; }
a { background-color: rgb(221,94,78); }
div.DivClassName
{
background-color: #DD5E4E;
}
.BgClassName
{
background-color: #DD5E4E;
}
</style>
border-color css
<style>
span { border-color: #DD5E4E; }
span { border-color: rgb(221,94,78); }
td.TdClassName
{
border-color: #DD5E4E;
}
.TagClassName
{
border-color: #DD5E4E;
}
</style>