Shades of Flamingo #DD6957
Tints of Flamingo #DD6957
RGB
CMYK
RGB Variations
Color information
#DD6957 (or 0xDD6957) is known color: Flamingo. HEX triplet: DD, 69 and 57. RGB value is (221,105,87). Sum of RGB (Red+Green+Blue) = 221+105+87=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6957 is #2296A8. Grayscale: #898989. Windows color (decimal): -2266793 or 5728733. OLE color: 5728733.
HSL color Cylindrical-coordinate representation of color #DD6957: hue angle of 8.06º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD6957 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 87 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.13 |
| HSL | 8.06º | 0.66% | 0.6% | - |
| HSV(B) | 8.06º | 0.61% | 0.87% | - |
| XYZ | 36.59 | 26.16 | 12.14 | - |
| YUV | 137.63 | 99.43 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 87 | 0 | 0.52 | 0.61 | 0.13 | 8.06 | 0.66 | 0.6 |
| Hex | DD | 69 | 57 | 0 | 34 | 3D | D | 8 | 42 | 3C |
| Octal | 335 | 151 | 127 | 0 | 64 | 75 | 15 | 10 | 102 | 74 |
| Binary | 11011101 | 1101001 | 1010111 | 0 | 110100 | 111101 | 1101 | 1000 | 1000010 | 111100 |
Color Harmonies of #DD6957
Complementary color
Monochromatic Colors of #DD6957
Black with #DD6957
Text Example
Text Example
White with #DD6957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6957; }
p { color: rgb(221,105,87); }
H1.HeaderClassName
{
color: #DD6957;
}
.AnyTagClassName
{
color: #DD6957;
}
</style>
background-color css
<style>
a { background-color: #DD6957; }
a { background-color: rgb(221,105,87); }
div.DivClassName
{
background-color: #DD6957;
}
.BgClassName
{
background-color: #DD6957;
}
</style>
border-color css
<style>
span { border-color: #DD6957; }
span { border-color: rgb(221,105,87); }
td.TdClassName
{
border-color: #DD6957;
}
.TagClassName
{
border-color: #DD6957;
}
</style>