Shades of Flamingo #DF6352
Tints of Flamingo #DF6352
RGB
CMYK
RGB Variations
Color information
#DF6352 (or 0xDF6352) is known color: Flamingo. HEX triplet: DF, 63 and 52. RGB value is (223,99,82). Sum of RGB (Red+Green+Blue) = 223+99+82=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6352 is #209CAD. Grayscale: #868686. Windows color (decimal): -2137262 or 5399519. OLE color: 5399519.
HSL color Cylindrical-coordinate representation of color #DF6352: hue angle of 7.23º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF6352 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 82 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.13 |
| HSL | 7.23º | 0.69% | 0.6% | - |
| HSV(B) | 7.23º | 0.63% | 0.87% | - |
| XYZ | 36.42 | 25.22 | 10.93 | - |
| YUV | 134.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 82 | 0 | 0.56 | 0.63 | 0.13 | 7.23 | 0.69 | 0.6 |
| Hex | DF | 63 | 52 | 0 | 38 | 3F | D | 7 | 45 | 3C |
| Octal | 337 | 143 | 122 | 0 | 70 | 77 | 15 | 7 | 105 | 74 |
| Binary | 11011111 | 1100011 | 1010010 | 0 | 111000 | 111111 | 1101 | 111 | 1000101 | 111100 |
Color Harmonies of #DF6352
Complementary color
Monochromatic Colors of #DF6352
Black with #DF6352
Text Example
Text Example
White with #DF6352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6352; }
p { color: rgb(223,99,82); }
H1.HeaderClassName
{
color: #DF6352;
}
.AnyTagClassName
{
color: #DF6352;
}
</style>
background-color css
<style>
a { background-color: #DF6352; }
a { background-color: rgb(223,99,82); }
div.DivClassName
{
background-color: #DF6352;
}
.BgClassName
{
background-color: #DF6352;
}
</style>
border-color css
<style>
span { border-color: #DF6352; }
span { border-color: rgb(223,99,82); }
td.TdClassName
{
border-color: #DF6352;
}
.TagClassName
{
border-color: #DF6352;
}
</style>