Shades of Flamingo #DD6552
Tints of Flamingo #DD6552
RGB
CMYK
RGB Variations
Color information
#DD6552 (or 0xDD6552) is known color: Flamingo. HEX triplet: DD, 65 and 52. RGB value is (221,101,82). Sum of RGB (Red+Green+Blue) = 221+101+82=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6552 is #229AAD. Grayscale: #868686. Windows color (decimal): -2267822 or 5400029. OLE color: 5400029.
HSL color Cylindrical-coordinate representation of color #DD6552: hue angle of 8.2º 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 #DD6552 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 82 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.13 |
| HSL | 8.2º | 0.67% | 0.59% | - |
| HSV(B) | 8.2º | 0.63% | 0.87% | - |
| XYZ | 36 | 25.29 | 10.97 | - |
| YUV | 134.71 | 98.26 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 82 | 0 | 0.54 | 0.63 | 0.13 | 8.2 | 0.67 | 0.59 |
| Hex | DD | 65 | 52 | 0 | 36 | 3F | D | 8 | 43 | 3B |
| Octal | 335 | 145 | 122 | 0 | 66 | 77 | 15 | 10 | 103 | 73 |
| Binary | 11011101 | 1100101 | 1010010 | 0 | 110110 | 111111 | 1101 | 1000 | 1000011 | 111011 |
Color Harmonies of #DD6552
Complementary color
Monochromatic Colors of #DD6552
Black with #DD6552
Text Example
Text Example
White with #DD6552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6552; }
p { color: rgb(221,101,82); }
H1.HeaderClassName
{
color: #DD6552;
}
.AnyTagClassName
{
color: #DD6552;
}
</style>
background-color css
<style>
a { background-color: #DD6552; }
a { background-color: rgb(221,101,82); }
div.DivClassName
{
background-color: #DD6552;
}
.BgClassName
{
background-color: #DD6552;
}
</style>
border-color css
<style>
span { border-color: #DD6552; }
span { border-color: rgb(221,101,82); }
td.TdClassName
{
border-color: #DD6552;
}
.TagClassName
{
border-color: #DD6552;
}
</style>