Shades of Flamingo #DD6450
Tints of Flamingo #DD6450
RGB
CMYK
RGB Variations
Color information
#DD6450 (or 0xDD6450) is known color: Flamingo. HEX triplet: DD, 64 and 50. RGB value is (221,100,80). Sum of RGB (Red+Green+Blue) = 221+100+80=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6450 is #229BAF. Grayscale: #868686. Windows color (decimal): -2268080 or 5268701. OLE color: 5268701.
HSL color Cylindrical-coordinate representation of color #DD6450: hue angle of 8.51º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD6450 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 80 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.13 |
| HSL | 8.51º | 0.67% | 0.59% | - |
| HSV(B) | 8.51º | 0.64% | 0.87% | - |
| XYZ | 35.82 | 25.07 | 10.54 | - |
| YUV | 133.9 | 97.59 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 80 | 0 | 0.55 | 0.64 | 0.13 | 8.51 | 0.67 | 0.59 |
| Hex | DD | 64 | 50 | 0 | 37 | 40 | D | 9 | 43 | 3B |
| Octal | 335 | 144 | 120 | 0 | 67 | 100 | 15 | 11 | 103 | 73 |
| Binary | 11011101 | 1100100 | 1010000 | 0 | 110111 | 1000000 | 1101 | 1001 | 1000011 | 111011 |
Color Harmonies of #DD6450
Complementary color
Monochromatic Colors of #DD6450
Black with #DD6450
Text Example
Text Example
White with #DD6450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6450; }
p { color: rgb(221,100,80); }
H1.HeaderClassName
{
color: #DD6450;
}
.AnyTagClassName
{
color: #DD6450;
}
</style>
background-color css
<style>
a { background-color: #DD6450; }
a { background-color: rgb(221,100,80); }
div.DivClassName
{
background-color: #DD6450;
}
.BgClassName
{
background-color: #DD6450;
}
</style>
border-color css
<style>
span { border-color: #DD6450; }
span { border-color: rgb(221,100,80); }
td.TdClassName
{
border-color: #DD6450;
}
.TagClassName
{
border-color: #DD6450;
}
</style>