Shades of Flamingo #DD604F
Tints of Flamingo #DD604F
RGB
CMYK
RGB Variations
Color information
#DD604F (or 0xDD604F) is known color: Flamingo. HEX triplet: DD, 60 and 4F. RGB value is (221,96,79). Sum of RGB (Red+Green+Blue) = 221+96+79=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD604F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD604F is #229FB0. Grayscale: #838383. Windows color (decimal): -2269105 or 5202141. OLE color: 5202141.
HSL color Cylindrical-coordinate representation of color #DD604F: hue angle of 7.18º degrees, saturation: 0.68, 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 #DD604F is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 79 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.13 |
| HSL | 7.18º | 0.68% | 0.59% | - |
| HSV(B) | 7.18º | 0.64% | 0.87% | - |
| XYZ | 35.41 | 24.3 | 10.22 | - |
| YUV | 131.44 | 98.41 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 79 | 0 | 0.57 | 0.64 | 0.13 | 7.18 | 0.68 | 0.59 |
| Hex | DD | 60 | 4F | 0 | 39 | 40 | D | 7 | 44 | 3B |
| Octal | 335 | 140 | 117 | 0 | 71 | 100 | 15 | 7 | 104 | 73 |
| Binary | 11011101 | 1100000 | 1001111 | 0 | 111001 | 1000000 | 1101 | 111 | 1000100 | 111011 |
Color Harmonies of #DD604F
Complementary color
Monochromatic Colors of #DD604F
Black with #DD604F
Text Example
Text Example
White with #DD604F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD604F; }
p { color: rgb(221,96,79); }
H1.HeaderClassName
{
color: #DD604F;
}
.AnyTagClassName
{
color: #DD604F;
}
</style>
background-color css
<style>
a { background-color: #DD604F; }
a { background-color: rgb(221,96,79); }
div.DivClassName
{
background-color: #DD604F;
}
.BgClassName
{
background-color: #DD604F;
}
</style>
border-color css
<style>
span { border-color: #DD604F; }
span { border-color: rgb(221,96,79); }
td.TdClassName
{
border-color: #DD604F;
}
.TagClassName
{
border-color: #DD604F;
}
</style>