Shades of Flamingo #DD6454
Tints of Flamingo #DD6454
RGB
CMYK
RGB Variations
Color information
#DD6454 (or 0xDD6454) is known color: Flamingo. HEX triplet: DD, 64 and 54. RGB value is (221,100,84). Sum of RGB (Red+Green+Blue) = 221+100+84=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6454 is #229BAB. Grayscale: #868686. Windows color (decimal): -2268076 or 5530845. OLE color: 5530845.
HSL color Cylindrical-coordinate representation of color #DD6454: hue angle of 7.01º 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 #DD6454 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 84 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.13 |
| HSL | 7.01º | 0.67% | 0.6% | - |
| HSV(B) | 7.01º | 0.62% | 0.87% | - |
| XYZ | 35.98 | 25.13 | 11.34 | - |
| YUV | 134.36 | 99.59 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 84 | 0 | 0.55 | 0.62 | 0.13 | 7.01 | 0.67 | 0.6 |
| Hex | DD | 64 | 54 | 0 | 37 | 3E | D | 7 | 43 | 3C |
| Octal | 335 | 144 | 124 | 0 | 67 | 76 | 15 | 7 | 103 | 74 |
| Binary | 11011101 | 1100100 | 1010100 | 0 | 110111 | 111110 | 1101 | 111 | 1000011 | 111100 |
Color Harmonies of #DD6454
Complementary color
Monochromatic Colors of #DD6454
Black with #DD6454
Text Example
Text Example
White with #DD6454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6454; }
p { color: rgb(221,100,84); }
H1.HeaderClassName
{
color: #DD6454;
}
.AnyTagClassName
{
color: #DD6454;
}
</style>
background-color css
<style>
a { background-color: #DD6454; }
a { background-color: rgb(221,100,84); }
div.DivClassName
{
background-color: #DD6454;
}
.BgClassName
{
background-color: #DD6454;
}
</style>
border-color css
<style>
span { border-color: #DD6454; }
span { border-color: rgb(221,100,84); }
td.TdClassName
{
border-color: #DD6454;
}
.TagClassName
{
border-color: #DD6454;
}
</style>