Shades of Flamingo #DF624E
Tints of Flamingo #DF624E
RGB
CMYK
RGB Variations
Color information
#DF624E (or 0xDF624E) is known color: Flamingo. HEX triplet: DF, 62 and 4E. RGB value is (223,98,78). Sum of RGB (Red+Green+Blue) = 223+98+78=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF624E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF624E is #209DB1. Grayscale: #858585. Windows color (decimal): -2137522 or 5137119. OLE color: 5137119.
HSL color Cylindrical-coordinate representation of color #DF624E: hue angle of 8.28º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF624E is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 78 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.13 |
| HSL | 8.28º | 0.69% | 0.59% | - |
| HSV(B) | 8.28º | 0.65% | 0.87% | - |
| XYZ | 36.17 | 24.97 | 10.12 | - |
| YUV | 133.1 | 96.91 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 78 | 0 | 0.56 | 0.65 | 0.13 | 8.28 | 0.69 | 0.59 |
| Hex | DF | 62 | 4E | 0 | 38 | 41 | D | 8 | 45 | 3B |
| Octal | 337 | 142 | 116 | 0 | 70 | 101 | 15 | 10 | 105 | 73 |
| Binary | 11011111 | 1100010 | 1001110 | 0 | 111000 | 1000001 | 1101 | 1000 | 1000101 | 111011 |
Color Harmonies of #DF624E
Complementary color
Monochromatic Colors of #DF624E
Black with #DF624E
Text Example
Text Example
White with #DF624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF624E; }
p { color: rgb(223,98,78); }
H1.HeaderClassName
{
color: #DF624E;
}
.AnyTagClassName
{
color: #DF624E;
}
</style>
background-color css
<style>
a { background-color: #DF624E; }
a { background-color: rgb(223,98,78); }
div.DivClassName
{
background-color: #DF624E;
}
.BgClassName
{
background-color: #DF624E;
}
</style>
border-color css
<style>
span { border-color: #DF624E; }
span { border-color: rgb(223,98,78); }
td.TdClassName
{
border-color: #DF624E;
}
.TagClassName
{
border-color: #DF624E;
}
</style>