Shades of Flamingo #DD5D53
Tints of Flamingo #DD5D53
RGB
CMYK
RGB Variations
Color information
#DD5D53 (or 0xDD5D53) is known color: Flamingo. HEX triplet: DD, 5D and 53. RGB value is (221,93,83). Sum of RGB (Red+Green+Blue) = 221+93+83=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D53 is #22A2AC. Grayscale: #828282. Windows color (decimal): -2269869 or 5463517. OLE color: 5463517.
HSL color Cylindrical-coordinate representation of color #DD5D53: hue angle of 4.35º 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 #DD5D53 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 83 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.13 |
| HSL | 4.35º | 0.67% | 0.6% | - |
| HSV(B) | 4.35º | 0.62% | 0.87% | - |
| XYZ | 35.29 | 23.83 | 10.92 | - |
| YUV | 130.13 | 101.41 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 83 | 0 | 0.58 | 0.62 | 0.13 | 4.35 | 0.67 | 0.6 |
| Hex | DD | 5D | 53 | 0 | 3A | 3E | D | 4 | 43 | 3C |
| Octal | 335 | 135 | 123 | 0 | 72 | 76 | 15 | 4 | 103 | 74 |
| Binary | 11011101 | 1011101 | 1010011 | 0 | 111010 | 111110 | 1101 | 100 | 1000011 | 111100 |
Color Harmonies of #DD5D53
Complementary color
Monochromatic Colors of #DD5D53
Black with #DD5D53
Text Example
Text Example
White with #DD5D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D53; }
p { color: rgb(221,93,83); }
H1.HeaderClassName
{
color: #DD5D53;
}
.AnyTagClassName
{
color: #DD5D53;
}
</style>
background-color css
<style>
a { background-color: #DD5D53; }
a { background-color: rgb(221,93,83); }
div.DivClassName
{
background-color: #DD5D53;
}
.BgClassName
{
background-color: #DD5D53;
}
</style>
border-color css
<style>
span { border-color: #DD5D53; }
span { border-color: rgb(221,93,83); }
td.TdClassName
{
border-color: #DD5D53;
}
.TagClassName
{
border-color: #DD5D53;
}
</style>