Shades of Flamingo #DD5D52
Tints of Flamingo #DD5D52
RGB
CMYK
RGB Variations
Color information
#DD5D52 (or 0xDD5D52) is known color: Flamingo. HEX triplet: DD, 5D and 52. RGB value is (221,93,82). Sum of RGB (Red+Green+Blue) = 221+93+82=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D52 is #22A2AD. Grayscale: #828282. Windows color (decimal): -2269870 or 5397981. OLE color: 5397981.
HSL color Cylindrical-coordinate representation of color #DD5D52: hue angle of 4.75º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5D52 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 82 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.13 |
| HSL | 4.75º | 0.67% | 0.59% | - |
| HSV(B) | 4.75º | 0.63% | 0.87% | - |
| XYZ | 35.26 | 23.81 | 10.72 | - |
| YUV | 130.02 | 100.91 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 82 | 0 | 0.58 | 0.63 | 0.13 | 4.75 | 0.67 | 0.59 |
| Hex | DD | 5D | 52 | 0 | 3A | 3F | D | 5 | 43 | 3B |
| Octal | 335 | 135 | 122 | 0 | 72 | 77 | 15 | 5 | 103 | 73 |
| Binary | 11011101 | 1011101 | 1010010 | 0 | 111010 | 111111 | 1101 | 101 | 1000011 | 111011 |
Color Harmonies of #DD5D52
Complementary color
Monochromatic Colors of #DD5D52
Black with #DD5D52
Text Example
Text Example
White with #DD5D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D52; }
p { color: rgb(221,93,82); }
H1.HeaderClassName
{
color: #DD5D52;
}
.AnyTagClassName
{
color: #DD5D52;
}
</style>
background-color css
<style>
a { background-color: #DD5D52; }
a { background-color: rgb(221,93,82); }
div.DivClassName
{
background-color: #DD5D52;
}
.BgClassName
{
background-color: #DD5D52;
}
</style>
border-color css
<style>
span { border-color: #DD5D52; }
span { border-color: rgb(221,93,82); }
td.TdClassName
{
border-color: #DD5D52;
}
.TagClassName
{
border-color: #DD5D52;
}
</style>