Shades of Flamingo #DD6952
Tints of Flamingo #DD6952
RGB
CMYK
RGB Variations
Color information
#DD6952 (or 0xDD6952) is known color: Flamingo. HEX triplet: DD, 69 and 52. RGB value is (221,105,82). Sum of RGB (Red+Green+Blue) = 221+105+82=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6952 is #2296AD. Grayscale: #898989. Windows color (decimal): -2266798 or 5401053. OLE color: 5401053.
HSL color Cylindrical-coordinate representation of color #DD6952: hue angle of 9.93º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD6952 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 82 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.13 |
| HSL | 9.93º | 0.67% | 0.59% | - |
| HSV(B) | 9.93º | 0.63% | 0.87% | - |
| XYZ | 36.39 | 26.08 | 11.1 | - |
| YUV | 137.06 | 96.93 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 82 | 0 | 0.52 | 0.63 | 0.13 | 9.93 | 0.67 | 0.59 |
| Hex | DD | 69 | 52 | 0 | 34 | 3F | D | A | 43 | 3B |
| Octal | 335 | 151 | 122 | 0 | 64 | 77 | 15 | 12 | 103 | 73 |
| Binary | 11011101 | 1101001 | 1010010 | 0 | 110100 | 111111 | 1101 | 1010 | 1000011 | 111011 |
Color Harmonies of #DD6952
Complementary color
Monochromatic Colors of #DD6952
Black with #DD6952
Text Example
Text Example
White with #DD6952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6952; }
p { color: rgb(221,105,82); }
H1.HeaderClassName
{
color: #DD6952;
}
.AnyTagClassName
{
color: #DD6952;
}
</style>
background-color css
<style>
a { background-color: #DD6952; }
a { background-color: rgb(221,105,82); }
div.DivClassName
{
background-color: #DD6952;
}
.BgClassName
{
background-color: #DD6952;
}
</style>
border-color css
<style>
span { border-color: #DD6952; }
span { border-color: rgb(221,105,82); }
td.TdClassName
{
border-color: #DD6952;
}
.TagClassName
{
border-color: #DD6952;
}
</style>