Shades of Flamingo #DD604B
Tints of Flamingo #DD604B
RGB
CMYK
RGB Variations
Color information
#DD604B (or 0xDD604B) is known color: Flamingo. HEX triplet: DD, 60 and 4B. RGB value is (221,96,75). Sum of RGB (Red+Green+Blue) = 221+96+75=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD604B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD604B is #229FB4. Grayscale: #838383. Windows color (decimal): -2269109 or 4939997. OLE color: 4939997.
HSL color Cylindrical-coordinate representation of color #DD604B: hue angle of 8.63º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD604B is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 75 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.13 |
| HSL | 8.63º | 0.68% | 0.58% | - |
| HSV(B) | 8.63º | 0.66% | 0.87% | - |
| XYZ | 35.27 | 24.25 | 9.48 | - |
| YUV | 130.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 75 | 0 | 0.57 | 0.66 | 0.13 | 8.63 | 0.68 | 0.58 |
| Hex | DD | 60 | 4B | 0 | 39 | 42 | D | 9 | 44 | 3A |
| Octal | 335 | 140 | 113 | 0 | 71 | 102 | 15 | 11 | 104 | 72 |
| Binary | 11011101 | 1100000 | 1001011 | 0 | 111001 | 1000010 | 1101 | 1001 | 1000100 | 111010 |
Color Harmonies of #DD604B
Complementary color
Monochromatic Colors of #DD604B
Black with #DD604B
Text Example
Text Example
White with #DD604B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD604B; }
p { color: rgb(221,96,75); }
H1.HeaderClassName
{
color: #DD604B;
}
.AnyTagClassName
{
color: #DD604B;
}
</style>
background-color css
<style>
a { background-color: #DD604B; }
a { background-color: rgb(221,96,75); }
div.DivClassName
{
background-color: #DD604B;
}
.BgClassName
{
background-color: #DD604B;
}
</style>
border-color css
<style>
span { border-color: #DD604B; }
span { border-color: rgb(221,96,75); }
td.TdClassName
{
border-color: #DD604B;
}
.TagClassName
{
border-color: #DD604B;
}
</style>