Shades of Flamingo #DD604E
Tints of Flamingo #DD604E
RGB
CMYK
RGB Variations
Color information
#DD604E (or 0xDD604E) is known color: Flamingo. HEX triplet: DD, 60 and 4E. RGB value is (221,96,78). Sum of RGB (Red+Green+Blue) = 221+96+78=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD604E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD604E is #229FB1. Grayscale: #838383. Windows color (decimal): -2269106 or 5136605. OLE color: 5136605.
HSL color Cylindrical-coordinate representation of color #DD604E: hue angle of 7.55º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD604E is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 78 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.13 |
| HSL | 7.55º | 0.68% | 0.59% | - |
| HSV(B) | 7.55º | 0.65% | 0.87% | - |
| XYZ | 35.38 | 24.29 | 10.03 | - |
| YUV | 131.32 | 97.91 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 78 | 0 | 0.57 | 0.65 | 0.13 | 7.55 | 0.68 | 0.59 |
| Hex | DD | 60 | 4E | 0 | 39 | 41 | D | 8 | 44 | 3B |
| Octal | 335 | 140 | 116 | 0 | 71 | 101 | 15 | 10 | 104 | 73 |
| Binary | 11011101 | 1100000 | 1001110 | 0 | 111001 | 1000001 | 1101 | 1000 | 1000100 | 111011 |
Color Harmonies of #DD604E
Complementary color
Monochromatic Colors of #DD604E
Black with #DD604E
Text Example
Text Example
White with #DD604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD604E; }
p { color: rgb(221,96,78); }
H1.HeaderClassName
{
color: #DD604E;
}
.AnyTagClassName
{
color: #DD604E;
}
</style>
background-color css
<style>
a { background-color: #DD604E; }
a { background-color: rgb(221,96,78); }
div.DivClassName
{
background-color: #DD604E;
}
.BgClassName
{
background-color: #DD604E;
}
</style>
border-color css
<style>
span { border-color: #DD604E; }
span { border-color: rgb(221,96,78); }
td.TdClassName
{
border-color: #DD604E;
}
.TagClassName
{
border-color: #DD604E;
}
</style>