Shades of Flamingo #DD6248
Tints of Flamingo #DD6248
RGB
CMYK
RGB Variations
Color information
#DD6248 (or 0xDD6248) is known color: Flamingo. HEX triplet: DD, 62 and 48. RGB value is (221,98,72). Sum of RGB (Red+Green+Blue) = 221+98+72=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6248 is #229DB7. Grayscale: #848484. Windows color (decimal): -2268600 or 4743901. OLE color: 4743901.
HSL color Cylindrical-coordinate representation of color #DD6248: hue angle of 10.47º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD6248 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 72 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.13 |
| HSL | 10.47º | 0.69% | 0.57% | - |
| HSV(B) | 10.47º | 0.67% | 0.87% | - |
| XYZ | 35.36 | 24.58 | 9.01 | - |
| YUV | 131.81 | 94.25 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 72 | 0 | 0.56 | 0.67 | 0.13 | 10.47 | 0.69 | 0.57 |
| Hex | DD | 62 | 48 | 0 | 38 | 43 | D | A | 45 | 39 |
| Octal | 335 | 142 | 110 | 0 | 70 | 103 | 15 | 12 | 105 | 71 |
| Binary | 11011101 | 1100010 | 1001000 | 0 | 111000 | 1000011 | 1101 | 1010 | 1000101 | 111001 |
Color Harmonies of #DD6248
Complementary color
Monochromatic Colors of #DD6248
Black with #DD6248
Text Example
Text Example
White with #DD6248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6248; }
p { color: rgb(221,98,72); }
H1.HeaderClassName
{
color: #DD6248;
}
.AnyTagClassName
{
color: #DD6248;
}
</style>
background-color css
<style>
a { background-color: #DD6248; }
a { background-color: rgb(221,98,72); }
div.DivClassName
{
background-color: #DD6248;
}
.BgClassName
{
background-color: #DD6248;
}
</style>
border-color css
<style>
span { border-color: #DD6248; }
span { border-color: rgb(221,98,72); }
td.TdClassName
{
border-color: #DD6248;
}
.TagClassName
{
border-color: #DD6248;
}
</style>