Shades of Flamingo #DD6250
Tints of Flamingo #DD6250
RGB
CMYK
RGB Variations
Color information
#DD6250 (or 0xDD6250) is known color: Flamingo. HEX triplet: DD, 62 and 50. RGB value is (221,98,80). Sum of RGB (Red+Green+Blue) = 221+98+80=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6250 is #229DAF. Grayscale: #848484. Windows color (decimal): -2268592 or 5268189. OLE color: 5268189.
HSL color Cylindrical-coordinate representation of color #DD6250: hue angle of 7.66º 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 #DD6250 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 80 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.13 |
| HSL | 7.66º | 0.67% | 0.59% | - |
| HSV(B) | 7.66º | 0.64% | 0.87% | - |
| XYZ | 35.63 | 24.69 | 10.48 | - |
| YUV | 132.73 | 98.25 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 80 | 0 | 0.56 | 0.64 | 0.13 | 7.66 | 0.67 | 0.59 |
| Hex | DD | 62 | 50 | 0 | 38 | 40 | D | 8 | 43 | 3B |
| Octal | 335 | 142 | 120 | 0 | 70 | 100 | 15 | 10 | 103 | 73 |
| Binary | 11011101 | 1100010 | 1010000 | 0 | 111000 | 1000000 | 1101 | 1000 | 1000011 | 111011 |
Color Harmonies of #DD6250
Complementary color
Monochromatic Colors of #DD6250
Black with #DD6250
Text Example
Text Example
White with #DD6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6250; }
p { color: rgb(221,98,80); }
H1.HeaderClassName
{
color: #DD6250;
}
.AnyTagClassName
{
color: #DD6250;
}
</style>
background-color css
<style>
a { background-color: #DD6250; }
a { background-color: rgb(221,98,80); }
div.DivClassName
{
background-color: #DD6250;
}
.BgClassName
{
background-color: #DD6250;
}
</style>
border-color css
<style>
span { border-color: #DD6250; }
span { border-color: rgb(221,98,80); }
td.TdClassName
{
border-color: #DD6250;
}
.TagClassName
{
border-color: #DD6250;
}
</style>