Shades of Flamingo #DD6951
Tints of Flamingo #DD6951
RGB
CMYK
RGB Variations
Color information
#DD6951 (or 0xDD6951) is known color: Flamingo. HEX triplet: DD, 69 and 51. RGB value is (221,105,81). Sum of RGB (Red+Green+Blue) = 221+105+81=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6951 is #2296AE. Grayscale: #898989. Windows color (decimal): -2266799 or 5335517. OLE color: 5335517.
HSL color Cylindrical-coordinate representation of color #DD6951: hue angle of 10.29º 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 #DD6951 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 81 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.13 |
| HSL | 10.29º | 0.67% | 0.59% | - |
| HSV(B) | 10.29º | 0.63% | 0.87% | - |
| XYZ | 36.36 | 26.07 | 10.9 | - |
| YUV | 136.95 | 96.43 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 81 | 0 | 0.52 | 0.63 | 0.13 | 10.29 | 0.67 | 0.59 |
| Hex | DD | 69 | 51 | 0 | 34 | 3F | D | A | 43 | 3B |
| Octal | 335 | 151 | 121 | 0 | 64 | 77 | 15 | 12 | 103 | 73 |
| Binary | 11011101 | 1101001 | 1010001 | 0 | 110100 | 111111 | 1101 | 1010 | 1000011 | 111011 |
Color Harmonies of #DD6951
Complementary color
Monochromatic Colors of #DD6951
Black with #DD6951
Text Example
Text Example
White with #DD6951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6951; }
p { color: rgb(221,105,81); }
H1.HeaderClassName
{
color: #DD6951;
}
.AnyTagClassName
{
color: #DD6951;
}
</style>
background-color css
<style>
a { background-color: #DD6951; }
a { background-color: rgb(221,105,81); }
div.DivClassName
{
background-color: #DD6951;
}
.BgClassName
{
background-color: #DD6951;
}
</style>
border-color css
<style>
span { border-color: #DD6951; }
span { border-color: rgb(221,105,81); }
td.TdClassName
{
border-color: #DD6951;
}
.TagClassName
{
border-color: #DD6951;
}
</style>