Shades of Flamingo #DD6452
Tints of Flamingo #DD6452
RGB
CMYK
RGB Variations
Color information
#DD6452 (or 0xDD6452) is known color: Flamingo. HEX triplet: DD, 64 and 52. RGB value is (221,100,82). Sum of RGB (Red+Green+Blue) = 221+100+82=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6452 is #229BAD. Grayscale: #868686. Windows color (decimal): -2268078 or 5399773. OLE color: 5399773.
HSL color Cylindrical-coordinate representation of color #DD6452: hue angle of 7.77º 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 #DD6452 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 82 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.13 |
| HSL | 7.77º | 0.67% | 0.59% | - |
| HSV(B) | 7.77º | 0.63% | 0.87% | - |
| XYZ | 35.9 | 25.1 | 10.93 | - |
| YUV | 134.13 | 98.59 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 82 | 0 | 0.55 | 0.63 | 0.13 | 7.77 | 0.67 | 0.59 |
| Hex | DD | 64 | 52 | 0 | 37 | 3F | D | 8 | 43 | 3B |
| Octal | 335 | 144 | 122 | 0 | 67 | 77 | 15 | 10 | 103 | 73 |
| Binary | 11011101 | 1100100 | 1010010 | 0 | 110111 | 111111 | 1101 | 1000 | 1000011 | 111011 |
Color Harmonies of #DD6452
Complementary color
Monochromatic Colors of #DD6452
Black with #DD6452
Text Example
Text Example
White with #DD6452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6452; }
p { color: rgb(221,100,82); }
H1.HeaderClassName
{
color: #DD6452;
}
.AnyTagClassName
{
color: #DD6452;
}
</style>
background-color css
<style>
a { background-color: #DD6452; }
a { background-color: rgb(221,100,82); }
div.DivClassName
{
background-color: #DD6452;
}
.BgClassName
{
background-color: #DD6452;
}
</style>
border-color css
<style>
span { border-color: #DD6452; }
span { border-color: rgb(221,100,82); }
td.TdClassName
{
border-color: #DD6452;
}
.TagClassName
{
border-color: #DD6452;
}
</style>