Shades of Flamingo #DD5E51
Tints of Flamingo #DD5E51
RGB
CMYK
RGB Variations
Color information
#DD5E51 (or 0xDD5E51) is known color: Flamingo. HEX triplet: DD, 5E and 51. RGB value is (221,94,81). Sum of RGB (Red+Green+Blue) = 221+94+81=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5E51 is #22A1AE. Grayscale: #828282. Windows color (decimal): -2269615 or 5332701. OLE color: 5332701.
HSL color Cylindrical-coordinate representation of color #DD5E51: hue angle of 5.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5E51 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 81 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.13 |
| HSL | 5.57º | 0.67% | 0.59% | - |
| HSV(B) | 5.57º | 0.63% | 0.87% | - |
| XYZ | 35.31 | 23.97 | 10.55 | - |
| YUV | 130.49 | 100.08 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 81 | 0 | 0.57 | 0.63 | 0.13 | 5.57 | 0.67 | 0.59 |
| Hex | DD | 5E | 51 | 0 | 39 | 3F | D | 6 | 43 | 3B |
| Octal | 335 | 136 | 121 | 0 | 71 | 77 | 15 | 6 | 103 | 73 |
| Binary | 11011101 | 1011110 | 1010001 | 0 | 111001 | 111111 | 1101 | 110 | 1000011 | 111011 |
Color Harmonies of #DD5E51
Complementary color
Monochromatic Colors of #DD5E51
Black with #DD5E51
Text Example
Text Example
White with #DD5E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E51; }
p { color: rgb(221,94,81); }
H1.HeaderClassName
{
color: #DD5E51;
}
.AnyTagClassName
{
color: #DD5E51;
}
</style>
background-color css
<style>
a { background-color: #DD5E51; }
a { background-color: rgb(221,94,81); }
div.DivClassName
{
background-color: #DD5E51;
}
.BgClassName
{
background-color: #DD5E51;
}
</style>
border-color css
<style>
span { border-color: #DD5E51; }
span { border-color: rgb(221,94,81); }
td.TdClassName
{
border-color: #DD5E51;
}
.TagClassName
{
border-color: #DD5E51;
}
</style>