Shades of Flamingo #DD6854
Tints of Flamingo #DD6854
RGB
CMYK
RGB Variations
Color information
#DD6854 (or 0xDD6854) is known color: Flamingo. HEX triplet: DD, 68 and 54. RGB value is (221,104,84). Sum of RGB (Red+Green+Blue) = 221+104+84=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6854 is #2297AB. Grayscale: #888888. Windows color (decimal): -2267052 or 5531869. OLE color: 5531869.
HSL color Cylindrical-coordinate representation of color #DD6854: hue angle of 8.76º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD6854 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 84 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.13 |
| HSL | 8.76º | 0.67% | 0.6% | - |
| HSV(B) | 8.76º | 0.62% | 0.87% | - |
| XYZ | 36.37 | 25.91 | 11.47 | - |
| YUV | 136.7 | 98.26 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 84 | 0 | 0.53 | 0.62 | 0.13 | 8.76 | 0.67 | 0.6 |
| Hex | DD | 68 | 54 | 0 | 35 | 3E | D | 9 | 43 | 3C |
| Octal | 335 | 150 | 124 | 0 | 65 | 76 | 15 | 11 | 103 | 74 |
| Binary | 11011101 | 1101000 | 1010100 | 0 | 110101 | 111110 | 1101 | 1001 | 1000011 | 111100 |
Color Harmonies of #DD6854
Complementary color
Monochromatic Colors of #DD6854
Black with #DD6854
Text Example
Text Example
White with #DD6854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6854; }
p { color: rgb(221,104,84); }
H1.HeaderClassName
{
color: #DD6854;
}
.AnyTagClassName
{
color: #DD6854;
}
</style>
background-color css
<style>
a { background-color: #DD6854; }
a { background-color: rgb(221,104,84); }
div.DivClassName
{
background-color: #DD6854;
}
.BgClassName
{
background-color: #DD6854;
}
</style>
border-color css
<style>
span { border-color: #DD6854; }
span { border-color: rgb(221,104,84); }
td.TdClassName
{
border-color: #DD6854;
}
.TagClassName
{
border-color: #DD6854;
}
</style>