Shades of Flamingo #DD5E52
Tints of Flamingo #DD5E52
RGB
CMYK
RGB Variations
Color information
#DD5E52 (or 0xDD5E52) is known color: Flamingo. HEX triplet: DD, 5E and 52. RGB value is (221,94,82). Sum of RGB (Red+Green+Blue) = 221+94+82=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5E52 is #22A1AD. Grayscale: #828282. Windows color (decimal): -2269614 or 5398237. OLE color: 5398237.
HSL color Cylindrical-coordinate representation of color #DD5E52: hue angle of 5.18º 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 #DD5E52 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 82 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.13 |
| HSL | 5.18º | 0.67% | 0.59% | - |
| HSV(B) | 5.18º | 0.63% | 0.87% | - |
| XYZ | 35.34 | 23.99 | 10.75 | - |
| YUV | 130.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 82 | 0 | 0.57 | 0.63 | 0.13 | 5.18 | 0.67 | 0.59 |
| Hex | DD | 5E | 52 | 0 | 39 | 3F | D | 5 | 43 | 3B |
| Octal | 335 | 136 | 122 | 0 | 71 | 77 | 15 | 5 | 103 | 73 |
| Binary | 11011101 | 1011110 | 1010010 | 0 | 111001 | 111111 | 1101 | 101 | 1000011 | 111011 |
Color Harmonies of #DD5E52
Complementary color
Monochromatic Colors of #DD5E52
Black with #DD5E52
Text Example
Text Example
White with #DD5E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E52; }
p { color: rgb(221,94,82); }
H1.HeaderClassName
{
color: #DD5E52;
}
.AnyTagClassName
{
color: #DD5E52;
}
</style>
background-color css
<style>
a { background-color: #DD5E52; }
a { background-color: rgb(221,94,82); }
div.DivClassName
{
background-color: #DD5E52;
}
.BgClassName
{
background-color: #DD5E52;
}
</style>
border-color css
<style>
span { border-color: #DD5E52; }
span { border-color: rgb(221,94,82); }
td.TdClassName
{
border-color: #DD5E52;
}
.TagClassName
{
border-color: #DD5E52;
}
</style>