Shades of Flamingo #DF624B
Tints of Flamingo #DF624B
RGB
CMYK
RGB Variations
Color information
#DF624B (or 0xDF624B) is known color: Flamingo. HEX triplet: DF, 62 and 4B. RGB value is (223,98,75). Sum of RGB (Red+Green+Blue) = 223+98+75=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF624B is #209DB4. Grayscale: #848484. Windows color (decimal): -2137525 or 4940511. OLE color: 4940511.
HSL color Cylindrical-coordinate representation of color #DF624B: hue angle of 9.32º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF624B is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 75 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.13 |
| HSL | 9.32º | 0.7% | 0.58% | - |
| HSV(B) | 9.32º | 0.66% | 0.87% | - |
| XYZ | 36.07 | 24.93 | 9.57 | - |
| YUV | 132.75 | 95.41 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 75 | 0 | 0.56 | 0.66 | 0.13 | 9.32 | 0.7 | 0.58 |
| Hex | DF | 62 | 4B | 0 | 38 | 42 | D | 9 | 46 | 3A |
| Octal | 337 | 142 | 113 | 0 | 70 | 102 | 15 | 11 | 106 | 72 |
| Binary | 11011111 | 1100010 | 1001011 | 0 | 111000 | 1000010 | 1101 | 1001 | 1000110 | 111010 |
Color Harmonies of #DF624B
Complementary color
Monochromatic Colors of #DF624B
Black with #DF624B
Text Example
Text Example
White with #DF624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF624B; }
p { color: rgb(223,98,75); }
H1.HeaderClassName
{
color: #DF624B;
}
.AnyTagClassName
{
color: #DF624B;
}
</style>
background-color css
<style>
a { background-color: #DF624B; }
a { background-color: rgb(223,98,75); }
div.DivClassName
{
background-color: #DF624B;
}
.BgClassName
{
background-color: #DF624B;
}
</style>
border-color css
<style>
span { border-color: #DF624B; }
span { border-color: rgb(223,98,75); }
td.TdClassName
{
border-color: #DF624B;
}
.TagClassName
{
border-color: #DF624B;
}
</style>