Shades of Flamingo #DD5F4A
Tints of Flamingo #DD5F4A
RGB
CMYK
RGB Variations
Color information
#DD5F4A (or 0xDD5F4A) is known color: Flamingo. HEX triplet: DD, 5F and 4A. RGB value is (221,95,74). Sum of RGB (Red+Green+Blue) = 221+95+74=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5F4A is #22A0B5. Grayscale: #828282. Windows color (decimal): -2269366 or 4874205. OLE color: 4874205.
HSL color Cylindrical-coordinate representation of color #DD5F4A: hue angle of 8.57º 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 #DD5F4A is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 74 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.13 |
| HSL | 8.57º | 0.68% | 0.58% | - |
| HSV(B) | 8.57º | 0.67% | 0.87% | - |
| XYZ | 35.15 | 24.05 | 9.27 | - |
| YUV | 130.28 | 96.24 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 74 | 0 | 0.57 | 0.67 | 0.13 | 8.57 | 0.68 | 0.58 |
| Hex | DD | 5F | 4A | 0 | 39 | 43 | D | 9 | 44 | 3A |
| Octal | 335 | 137 | 112 | 0 | 71 | 103 | 15 | 11 | 104 | 72 |
| Binary | 11011101 | 1011111 | 1001010 | 0 | 111001 | 1000011 | 1101 | 1001 | 1000100 | 111010 |
Color Harmonies of #DD5F4A
Complementary color
Monochromatic Colors of #DD5F4A
Black with #DD5F4A
Text Example
Text Example
White with #DD5F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5F4A; }
p { color: rgb(221,95,74); }
H1.HeaderClassName
{
color: #DD5F4A;
}
.AnyTagClassName
{
color: #DD5F4A;
}
</style>
background-color css
<style>
a { background-color: #DD5F4A; }
a { background-color: rgb(221,95,74); }
div.DivClassName
{
background-color: #DD5F4A;
}
.BgClassName
{
background-color: #DD5F4A;
}
</style>
border-color css
<style>
span { border-color: #DD5F4A; }
span { border-color: rgb(221,95,74); }
td.TdClassName
{
border-color: #DD5F4A;
}
.TagClassName
{
border-color: #DD5F4A;
}
</style>