Shades of Flamingo #DD5E4A
Tints of Flamingo #DD5E4A
RGB
CMYK
RGB Variations
Color information
#DD5E4A (or 0xDD5E4A) is known color: Flamingo. HEX triplet: DD, 5E and 4A. RGB value is (221,94,74). Sum of RGB (Red+Green+Blue) = 221+94+74=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5E4A is #22A1B5. Grayscale: #818181. Windows color (decimal): -2269622 or 4873949. OLE color: 4873949.
HSL color Cylindrical-coordinate representation of color #DD5E4A: hue angle of 8.16º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD5E4A is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 74 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.13 |
| HSL | 8.16º | 0.68% | 0.58% | - |
| HSV(B) | 8.16º | 0.67% | 0.87% | - |
| XYZ | 35.06 | 23.87 | 9.24 | - |
| YUV | 129.69 | 96.58 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 74 | 0 | 0.57 | 0.67 | 0.13 | 8.16 | 0.68 | 0.58 |
| Hex | DD | 5E | 4A | 0 | 39 | 43 | D | 8 | 44 | 3A |
| Octal | 335 | 136 | 112 | 0 | 71 | 103 | 15 | 10 | 104 | 72 |
| Binary | 11011101 | 1011110 | 1001010 | 0 | 111001 | 1000011 | 1101 | 1000 | 1000100 | 111010 |
Color Harmonies of #DD5E4A
Complementary color
Monochromatic Colors of #DD5E4A
Black with #DD5E4A
Text Example
Text Example
White with #DD5E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E4A; }
p { color: rgb(221,94,74); }
H1.HeaderClassName
{
color: #DD5E4A;
}
.AnyTagClassName
{
color: #DD5E4A;
}
</style>
background-color css
<style>
a { background-color: #DD5E4A; }
a { background-color: rgb(221,94,74); }
div.DivClassName
{
background-color: #DD5E4A;
}
.BgClassName
{
background-color: #DD5E4A;
}
</style>
border-color css
<style>
span { border-color: #DD5E4A; }
span { border-color: rgb(221,94,74); }
td.TdClassName
{
border-color: #DD5E4A;
}
.TagClassName
{
border-color: #DD5E4A;
}
</style>