Shades of Flamingo #DF6253
Tints of Flamingo #DF6253
RGB
CMYK
RGB Variations
Color information
#DF6253 (or 0xDF6253) is known color: Flamingo. HEX triplet: DF, 62 and 53. RGB value is (223,98,83). Sum of RGB (Red+Green+Blue) = 223+98+83=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6253 is #209DAC. Grayscale: #858585. Windows color (decimal): -2137517 or 5464799. OLE color: 5464799.
HSL color Cylindrical-coordinate representation of color #DF6253: hue angle of 6.43º 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 #DF6253 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 83 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.13 |
| HSL | 6.43º | 0.69% | 0.6% | - |
| HSV(B) | 6.43º | 0.63% | 0.87% | - |
| XYZ | 36.36 | 25.05 | 11.1 | - |
| YUV | 133.67 | 99.41 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 83 | 0 | 0.56 | 0.63 | 0.13 | 6.43 | 0.69 | 0.6 |
| Hex | DF | 62 | 53 | 0 | 38 | 3F | D | 6 | 45 | 3C |
| Octal | 337 | 142 | 123 | 0 | 70 | 77 | 15 | 6 | 105 | 74 |
| Binary | 11011111 | 1100010 | 1010011 | 0 | 111000 | 111111 | 1101 | 110 | 1000101 | 111100 |
Color Harmonies of #DF6253
Complementary color
Monochromatic Colors of #DF6253
Black with #DF6253
Text Example
Text Example
White with #DF6253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6253; }
p { color: rgb(223,98,83); }
H1.HeaderClassName
{
color: #DF6253;
}
.AnyTagClassName
{
color: #DF6253;
}
</style>
background-color css
<style>
a { background-color: #DF6253; }
a { background-color: rgb(223,98,83); }
div.DivClassName
{
background-color: #DF6253;
}
.BgClassName
{
background-color: #DF6253;
}
</style>
border-color css
<style>
span { border-color: #DF6253; }
span { border-color: rgb(223,98,83); }
td.TdClassName
{
border-color: #DF6253;
}
.TagClassName
{
border-color: #DF6253;
}
</style>