Shades of Flamingo #DD6154
Tints of Flamingo #DD6154
RGB
CMYK
RGB Variations
Color information
#DD6154 (or 0xDD6154) is known color: Flamingo. HEX triplet: DD, 61 and 54. RGB value is (221,97,84). Sum of RGB (Red+Green+Blue) = 221+97+84=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6154 is #229EAB. Grayscale: #848484. Windows color (decimal): -2268844 or 5530077. OLE color: 5530077.
HSL color Cylindrical-coordinate representation of color #DD6154: hue angle of 5.69º 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 #DD6154 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 84 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.13 |
| HSL | 5.69º | 0.67% | 0.6% | - |
| HSV(B) | 5.69º | 0.62% | 0.87% | - |
| XYZ | 35.69 | 24.56 | 11.25 | - |
| YUV | 132.59 | 100.58 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 84 | 0 | 0.56 | 0.62 | 0.13 | 5.69 | 0.67 | 0.6 |
| Hex | DD | 61 | 54 | 0 | 38 | 3E | D | 6 | 43 | 3C |
| Octal | 335 | 141 | 124 | 0 | 70 | 76 | 15 | 6 | 103 | 74 |
| Binary | 11011101 | 1100001 | 1010100 | 0 | 111000 | 111110 | 1101 | 110 | 1000011 | 111100 |
Color Harmonies of #DD6154
Complementary color
Monochromatic Colors of #DD6154
Black with #DD6154
Text Example
Text Example
White with #DD6154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6154; }
p { color: rgb(221,97,84); }
H1.HeaderClassName
{
color: #DD6154;
}
.AnyTagClassName
{
color: #DD6154;
}
</style>
background-color css
<style>
a { background-color: #DD6154; }
a { background-color: rgb(221,97,84); }
div.DivClassName
{
background-color: #DD6154;
}
.BgClassName
{
background-color: #DD6154;
}
</style>
border-color css
<style>
span { border-color: #DD6154; }
span { border-color: rgb(221,97,84); }
td.TdClassName
{
border-color: #DD6154;
}
.TagClassName
{
border-color: #DD6154;
}
</style>