Shades of Flamingo #DD6950
Tints of Flamingo #DD6950
RGB
CMYK
RGB Variations
Color information
#DD6950 (or 0xDD6950) is known color: Flamingo. HEX triplet: DD, 69 and 50. RGB value is (221,105,80). Sum of RGB (Red+Green+Blue) = 221+105+80=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6950 is #2296AF. Grayscale: #898989. Windows color (decimal): -2266800 or 5269981. OLE color: 5269981.
HSL color Cylindrical-coordinate representation of color #DD6950: hue angle of 10.64º 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 #DD6950 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 80 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.13 |
| HSL | 10.64º | 0.67% | 0.59% | - |
| HSV(B) | 10.64º | 0.64% | 0.87% | - |
| XYZ | 36.32 | 26.05 | 10.7 | - |
| YUV | 136.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 80 | 0 | 0.52 | 0.64 | 0.13 | 10.64 | 0.67 | 0.59 |
| Hex | DD | 69 | 50 | 0 | 34 | 40 | D | B | 43 | 3B |
| Octal | 335 | 151 | 120 | 0 | 64 | 100 | 15 | 13 | 103 | 73 |
| Binary | 11011101 | 1101001 | 1010000 | 0 | 110100 | 1000000 | 1101 | 1011 | 1000011 | 111011 |
Color Harmonies of #DD6950
Complementary color
Monochromatic Colors of #DD6950
Black with #DD6950
Text Example
Text Example
White with #DD6950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6950; }
p { color: rgb(221,105,80); }
H1.HeaderClassName
{
color: #DD6950;
}
.AnyTagClassName
{
color: #DD6950;
}
</style>
background-color css
<style>
a { background-color: #DD6950; }
a { background-color: rgb(221,105,80); }
div.DivClassName
{
background-color: #DD6950;
}
.BgClassName
{
background-color: #DD6950;
}
</style>
border-color css
<style>
span { border-color: #DD6950; }
span { border-color: rgb(221,105,80); }
td.TdClassName
{
border-color: #DD6950;
}
.TagClassName
{
border-color: #DD6950;
}
</style>