Shades of Flamingo #DD5E46
Tints of Flamingo #DD5E46
RGB
CMYK
RGB Variations
Color information
#DD5E46 (or 0xDD5E46) is known color: Flamingo. HEX triplet: DD, 5E and 46. RGB value is (221,94,70). Sum of RGB (Red+Green+Blue) = 221+94+70=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5E46 is #22A1B9. Grayscale: #818181. Windows color (decimal): -2269626 or 4611805. OLE color: 4611805.
HSL color Cylindrical-coordinate representation of color #DD5E46: hue angle of 9.54º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD5E46 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 70 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.13 |
| HSL | 9.54º | 0.69% | 0.57% | - |
| HSV(B) | 9.54º | 0.68% | 0.87% | - |
| XYZ | 34.93 | 23.82 | 8.55 | - |
| YUV | 129.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 70 | 0 | 0.57 | 0.68 | 0.13 | 9.54 | 0.69 | 0.57 |
| Hex | DD | 5E | 46 | 0 | 39 | 44 | D | A | 45 | 39 |
| Octal | 335 | 136 | 106 | 0 | 71 | 104 | 15 | 12 | 105 | 71 |
| Binary | 11011101 | 1011110 | 1000110 | 0 | 111001 | 1000100 | 1101 | 1010 | 1000101 | 111001 |
Color Harmonies of #DD5E46
Complementary color
Monochromatic Colors of #DD5E46
Black with #DD5E46
Text Example
Text Example
White with #DD5E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E46; }
p { color: rgb(221,94,70); }
H1.HeaderClassName
{
color: #DD5E46;
}
.AnyTagClassName
{
color: #DD5E46;
}
</style>
background-color css
<style>
a { background-color: #DD5E46; }
a { background-color: rgb(221,94,70); }
div.DivClassName
{
background-color: #DD5E46;
}
.BgClassName
{
background-color: #DD5E46;
}
</style>
border-color css
<style>
span { border-color: #DD5E46; }
span { border-color: rgb(221,94,70); }
td.TdClassName
{
border-color: #DD5E46;
}
.TagClassName
{
border-color: #DD5E46;
}
</style>