Shades of Flamingo #DD6850
Tints of Flamingo #DD6850
RGB
CMYK
RGB Variations
Color information
#DD6850 (or 0xDD6850) is known color: Flamingo. HEX triplet: DD, 68 and 50. RGB value is (221,104,80). Sum of RGB (Red+Green+Blue) = 221+104+80=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6850 is #2297AF. Grayscale: #888888. Windows color (decimal): -2267056 or 5269725. OLE color: 5269725.
HSL color Cylindrical-coordinate representation of color #DD6850: hue angle of 10.21º 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 #DD6850 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 80 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.13 |
| HSL | 10.21º | 0.67% | 0.59% | - |
| HSV(B) | 10.21º | 0.64% | 0.87% | - |
| XYZ | 36.22 | 25.85 | 10.67 | - |
| YUV | 136.25 | 96.26 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 80 | 0 | 0.53 | 0.64 | 0.13 | 10.21 | 0.67 | 0.59 |
| Hex | DD | 68 | 50 | 0 | 35 | 40 | D | A | 43 | 3B |
| Octal | 335 | 150 | 120 | 0 | 65 | 100 | 15 | 12 | 103 | 73 |
| Binary | 11011101 | 1101000 | 1010000 | 0 | 110101 | 1000000 | 1101 | 1010 | 1000011 | 111011 |
Color Harmonies of #DD6850
Complementary color
Monochromatic Colors of #DD6850
Black with #DD6850
Text Example
Text Example
White with #DD6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6850; }
p { color: rgb(221,104,80); }
H1.HeaderClassName
{
color: #DD6850;
}
.AnyTagClassName
{
color: #DD6850;
}
</style>
background-color css
<style>
a { background-color: #DD6850; }
a { background-color: rgb(221,104,80); }
div.DivClassName
{
background-color: #DD6850;
}
.BgClassName
{
background-color: #DD6850;
}
</style>
border-color css
<style>
span { border-color: #DD6850; }
span { border-color: rgb(221,104,80); }
td.TdClassName
{
border-color: #DD6850;
}
.TagClassName
{
border-color: #DD6850;
}
</style>