Shades of Flamingo #DD6153
Tints of Flamingo #DD6153
RGB
CMYK
RGB Variations
Color information
#DD6153 (or 0xDD6153) is known color: Flamingo. HEX triplet: DD, 61 and 53. RGB value is (221,97,83). Sum of RGB (Red+Green+Blue) = 221+97+83=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6153 is #229EAC. Grayscale: #848484. Windows color (decimal): -2268845 or 5464541. OLE color: 5464541.
HSL color Cylindrical-coordinate representation of color #DD6153: hue angle of 6.09º 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 #DD6153 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 83 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.13 |
| HSL | 6.09º | 0.67% | 0.6% | - |
| HSV(B) | 6.09º | 0.62% | 0.87% | - |
| XYZ | 35.65 | 24.55 | 11.04 | - |
| YUV | 132.48 | 100.08 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 83 | 0 | 0.56 | 0.62 | 0.13 | 6.09 | 0.67 | 0.6 |
| Hex | DD | 61 | 53 | 0 | 38 | 3E | D | 6 | 43 | 3C |
| Octal | 335 | 141 | 123 | 0 | 70 | 76 | 15 | 6 | 103 | 74 |
| Binary | 11011101 | 1100001 | 1010011 | 0 | 111000 | 111110 | 1101 | 110 | 1000011 | 111100 |
Color Harmonies of #DD6153
Complementary color
Monochromatic Colors of #DD6153
Black with #DD6153
Text Example
Text Example
White with #DD6153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6153; }
p { color: rgb(221,97,83); }
H1.HeaderClassName
{
color: #DD6153;
}
.AnyTagClassName
{
color: #DD6153;
}
</style>
background-color css
<style>
a { background-color: #DD6153; }
a { background-color: rgb(221,97,83); }
div.DivClassName
{
background-color: #DD6153;
}
.BgClassName
{
background-color: #DD6153;
}
</style>
border-color css
<style>
span { border-color: #DD6153; }
span { border-color: rgb(221,97,83); }
td.TdClassName
{
border-color: #DD6153;
}
.TagClassName
{
border-color: #DD6153;
}
</style>