Shades of Flamingo #DD6251
Tints of Flamingo #DD6251
RGB
CMYK
RGB Variations
Color information
#DD6251 (or 0xDD6251) is known color: Flamingo. HEX triplet: DD, 62 and 51. RGB value is (221,98,81). Sum of RGB (Red+Green+Blue) = 221+98+81=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6251 is #229DAE. Grayscale: #858585. Windows color (decimal): -2268591 or 5333725. OLE color: 5333725.
HSL color Cylindrical-coordinate representation of color #DD6251: hue angle of 7.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 #DD6251 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 81 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.13 |
| HSL | 7.29º | 0.67% | 0.59% | - |
| HSV(B) | 7.29º | 0.63% | 0.87% | - |
| XYZ | 35.67 | 24.7 | 10.67 | - |
| YUV | 132.84 | 98.75 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 81 | 0 | 0.56 | 0.63 | 0.13 | 7.29 | 0.67 | 0.59 |
| Hex | DD | 62 | 51 | 0 | 38 | 3F | D | 7 | 43 | 3B |
| Octal | 335 | 142 | 121 | 0 | 70 | 77 | 15 | 7 | 103 | 73 |
| Binary | 11011101 | 1100010 | 1010001 | 0 | 111000 | 111111 | 1101 | 111 | 1000011 | 111011 |
Color Harmonies of #DD6251
Complementary color
Monochromatic Colors of #DD6251
Black with #DD6251
Text Example
Text Example
White with #DD6251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6251; }
p { color: rgb(221,98,81); }
H1.HeaderClassName
{
color: #DD6251;
}
.AnyTagClassName
{
color: #DD6251;
}
</style>
background-color css
<style>
a { background-color: #DD6251; }
a { background-color: rgb(221,98,81); }
div.DivClassName
{
background-color: #DD6251;
}
.BgClassName
{
background-color: #DD6251;
}
</style>
border-color css
<style>
span { border-color: #DD6251; }
span { border-color: rgb(221,98,81); }
td.TdClassName
{
border-color: #DD6251;
}
.TagClassName
{
border-color: #DD6251;
}
</style>