Shades of Flamingo #DD6144
Tints of Flamingo #DD6144
RGB
CMYK
RGB Variations
Color information
#DD6144 (or 0xDD6144) is known color: Flamingo. HEX triplet: DD, 61 and 44. RGB value is (221,97,68). Sum of RGB (Red+Green+Blue) = 221+97+68=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6144 is #229EBB. Grayscale: #838383. Windows color (decimal): -2268860 or 4481501. OLE color: 4481501.
HSL color Cylindrical-coordinate representation of color #DD6144: hue angle of 11.37º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD6144 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 68 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.13 |
| HSL | 11.37º | 0.69% | 0.57% | - |
| HSV(B) | 11.37º | 0.69% | 0.87% | - |
| XYZ | 35.14 | 24.34 | 8.31 | - |
| YUV | 130.77 | 92.58 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 68 | 0 | 0.56 | 0.69 | 0.13 | 11.37 | 0.69 | 0.57 |
| Hex | DD | 61 | 44 | 0 | 38 | 45 | D | B | 45 | 39 |
| Octal | 335 | 141 | 104 | 0 | 70 | 105 | 15 | 13 | 105 | 71 |
| Binary | 11011101 | 1100001 | 1000100 | 0 | 111000 | 1000101 | 1101 | 1011 | 1000101 | 111001 |
Color Harmonies of #DD6144
Complementary color
Monochromatic Colors of #DD6144
Black with #DD6144
Text Example
Text Example
White with #DD6144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6144; }
p { color: rgb(221,97,68); }
H1.HeaderClassName
{
color: #DD6144;
}
.AnyTagClassName
{
color: #DD6144;
}
</style>
background-color css
<style>
a { background-color: #DD6144; }
a { background-color: rgb(221,97,68); }
div.DivClassName
{
background-color: #DD6144;
}
.BgClassName
{
background-color: #DD6144;
}
</style>
border-color css
<style>
span { border-color: #DD6144; }
span { border-color: rgb(221,97,68); }
td.TdClassName
{
border-color: #DD6144;
}
.TagClassName
{
border-color: #DD6144;
}
</style>