Shades of Flamingo #DD624A
Tints of Flamingo #DD624A
RGB
CMYK
RGB Variations
Color information
#DD624A (or 0xDD624A) is known color: Flamingo. HEX triplet: DD, 62 and 4A. RGB value is (221,98,74). Sum of RGB (Red+Green+Blue) = 221+98+74=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD624A is #229DB5. Grayscale: #848484. Windows color (decimal): -2268598 or 4874973. OLE color: 4874973.
HSL color Cylindrical-coordinate representation of color #DD624A: hue angle of 9.8º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD624A is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 74 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.13 |
| HSL | 9.8º | 0.68% | 0.58% | - |
| HSV(B) | 9.8º | 0.67% | 0.87% | - |
| XYZ | 35.42 | 24.6 | 9.36 | - |
| YUV | 132.04 | 95.25 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 74 | 0 | 0.56 | 0.67 | 0.13 | 9.8 | 0.68 | 0.58 |
| Hex | DD | 62 | 4A | 0 | 38 | 43 | D | A | 44 | 3A |
| Octal | 335 | 142 | 112 | 0 | 70 | 103 | 15 | 12 | 104 | 72 |
| Binary | 11011101 | 1100010 | 1001010 | 0 | 111000 | 1000011 | 1101 | 1010 | 1000100 | 111010 |
Color Harmonies of #DD624A
Complementary color
Monochromatic Colors of #DD624A
Black with #DD624A
Text Example
Text Example
White with #DD624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD624A; }
p { color: rgb(221,98,74); }
H1.HeaderClassName
{
color: #DD624A;
}
.AnyTagClassName
{
color: #DD624A;
}
</style>
background-color css
<style>
a { background-color: #DD624A; }
a { background-color: rgb(221,98,74); }
div.DivClassName
{
background-color: #DD624A;
}
.BgClassName
{
background-color: #DD624A;
}
</style>
border-color css
<style>
span { border-color: #DD624A; }
span { border-color: rgb(221,98,74); }
td.TdClassName
{
border-color: #DD624A;
}
.TagClassName
{
border-color: #DD624A;
}
</style>