Shades of Flamingo #DD6050
Tints of Flamingo #DD6050
RGB
CMYK
RGB Variations
Color information
#DD6050 (or 0xDD6050) is known color: Flamingo. HEX triplet: DD, 60 and 50. RGB value is (221,96,80). Sum of RGB (Red+Green+Blue) = 221+96+80=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6050 is #229FAF. Grayscale: #838383. Windows color (decimal): -2269104 or 5267677. OLE color: 5267677.
HSL color Cylindrical-coordinate representation of color #DD6050: hue angle of 6.81º 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 #DD6050 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 80 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.13 |
| HSL | 6.81º | 0.67% | 0.59% | - |
| HSV(B) | 6.81º | 0.64% | 0.87% | - |
| XYZ | 35.45 | 24.32 | 10.41 | - |
| YUV | 131.55 | 98.91 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 80 | 0 | 0.57 | 0.64 | 0.13 | 6.81 | 0.67 | 0.59 |
| Hex | DD | 60 | 50 | 0 | 39 | 40 | D | 7 | 43 | 3B |
| Octal | 335 | 140 | 120 | 0 | 71 | 100 | 15 | 7 | 103 | 73 |
| Binary | 11011101 | 1100000 | 1010000 | 0 | 111001 | 1000000 | 1101 | 111 | 1000011 | 111011 |
Color Harmonies of #DD6050
Complementary color
Monochromatic Colors of #DD6050
Black with #DD6050
Text Example
Text Example
White with #DD6050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6050; }
p { color: rgb(221,96,80); }
H1.HeaderClassName
{
color: #DD6050;
}
.AnyTagClassName
{
color: #DD6050;
}
</style>
background-color css
<style>
a { background-color: #DD6050; }
a { background-color: rgb(221,96,80); }
div.DivClassName
{
background-color: #DD6050;
}
.BgClassName
{
background-color: #DD6050;
}
</style>
border-color css
<style>
span { border-color: #DD6050; }
span { border-color: rgb(221,96,80); }
td.TdClassName
{
border-color: #DD6050;
}
.TagClassName
{
border-color: #DD6050;
}
</style>