Shades of Flamingo #DD6551
Tints of Flamingo #DD6551
RGB
CMYK
RGB Variations
Color information
#DD6551 (or 0xDD6551) is known color: Flamingo. HEX triplet: DD, 65 and 51. RGB value is (221,101,81). Sum of RGB (Red+Green+Blue) = 221+101+81=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6551 is #229AAE. Grayscale: #868686. Windows color (decimal): -2267823 or 5334493. OLE color: 5334493.
HSL color Cylindrical-coordinate representation of color #DD6551: hue angle of 8.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 #DD6551 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 81 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.13 |
| HSL | 8.57º | 0.67% | 0.59% | - |
| HSV(B) | 8.57º | 0.63% | 0.87% | - |
| XYZ | 35.96 | 25.27 | 10.77 | - |
| YUV | 134.6 | 97.76 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 81 | 0 | 0.54 | 0.63 | 0.13 | 8.57 | 0.67 | 0.59 |
| Hex | DD | 65 | 51 | 0 | 36 | 3F | D | 9 | 43 | 3B |
| Octal | 335 | 145 | 121 | 0 | 66 | 77 | 15 | 11 | 103 | 73 |
| Binary | 11011101 | 1100101 | 1010001 | 0 | 110110 | 111111 | 1101 | 1001 | 1000011 | 111011 |
Color Harmonies of #DD6551
Complementary color
Monochromatic Colors of #DD6551
Black with #DD6551
Text Example
Text Example
White with #DD6551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6551; }
p { color: rgb(221,101,81); }
H1.HeaderClassName
{
color: #DD6551;
}
.AnyTagClassName
{
color: #DD6551;
}
</style>
background-color css
<style>
a { background-color: #DD6551; }
a { background-color: rgb(221,101,81); }
div.DivClassName
{
background-color: #DD6551;
}
.BgClassName
{
background-color: #DD6551;
}
</style>
border-color css
<style>
span { border-color: #DD6551; }
span { border-color: rgb(221,101,81); }
td.TdClassName
{
border-color: #DD6551;
}
.TagClassName
{
border-color: #DD6551;
}
</style>