Shades of Flamingo #DD6053
Tints of Flamingo #DD6053
RGB
CMYK
RGB Variations
Color information
#DD6053 (or 0xDD6053) is known color: Flamingo. HEX triplet: DD, 60 and 53. RGB value is (221,96,83). Sum of RGB (Red+Green+Blue) = 221+96+83=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6053 is #229FAC. Grayscale: #848484. Windows color (decimal): -2269101 or 5464285. OLE color: 5464285.
HSL color Cylindrical-coordinate representation of color #DD6053: hue angle of 5.65º 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 #DD6053 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 83 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.13 |
| HSL | 5.65º | 0.67% | 0.6% | - |
| HSV(B) | 5.65º | 0.62% | 0.87% | - |
| XYZ | 35.56 | 24.36 | 11.01 | - |
| YUV | 131.89 | 100.41 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 83 | 0 | 0.57 | 0.62 | 0.13 | 5.65 | 0.67 | 0.6 |
| Hex | DD | 60 | 53 | 0 | 39 | 3E | D | 6 | 43 | 3C |
| Octal | 335 | 140 | 123 | 0 | 71 | 76 | 15 | 6 | 103 | 74 |
| Binary | 11011101 | 1100000 | 1010011 | 0 | 111001 | 111110 | 1101 | 110 | 1000011 | 111100 |
Color Harmonies of #DD6053
Complementary color
Monochromatic Colors of #DD6053
Black with #DD6053
Text Example
Text Example
White with #DD6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6053; }
p { color: rgb(221,96,83); }
H1.HeaderClassName
{
color: #DD6053;
}
.AnyTagClassName
{
color: #DD6053;
}
</style>
background-color css
<style>
a { background-color: #DD6053; }
a { background-color: rgb(221,96,83); }
div.DivClassName
{
background-color: #DD6053;
}
.BgClassName
{
background-color: #DD6053;
}
</style>
border-color css
<style>
span { border-color: #DD6053; }
span { border-color: rgb(221,96,83); }
td.TdClassName
{
border-color: #DD6053;
}
.TagClassName
{
border-color: #DD6053;
}
</style>