Shades of Flamingo #DF614E
Tints of Flamingo #DF614E
RGB
CMYK
RGB Variations
Color information
#DF614E (or 0xDF614E) is known color: Flamingo. HEX triplet: DF, 61 and 4E. RGB value is (223,97,78). Sum of RGB (Red+Green+Blue) = 223+97+78=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF614E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF614E is #209EB1. Grayscale: #848484. Windows color (decimal): -2137778 or 5136863. OLE color: 5136863.
HSL color Cylindrical-coordinate representation of color #DF614E: hue angle of 7.86º 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 #DF614E is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 78 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.13 |
| HSL | 7.86º | 0.69% | 0.59% | - |
| HSV(B) | 7.86º | 0.65% | 0.87% | - |
| XYZ | 36.08 | 24.79 | 10.09 | - |
| YUV | 132.51 | 97.24 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 78 | 0 | 0.57 | 0.65 | 0.13 | 7.86 | 0.69 | 0.59 |
| Hex | DF | 61 | 4E | 0 | 39 | 41 | D | 8 | 45 | 3B |
| Octal | 337 | 141 | 116 | 0 | 71 | 101 | 15 | 10 | 105 | 73 |
| Binary | 11011111 | 1100001 | 1001110 | 0 | 111001 | 1000001 | 1101 | 1000 | 1000101 | 111011 |
Color Harmonies of #DF614E
Complementary color
Monochromatic Colors of #DF614E
Black with #DF614E
Text Example
Text Example
White with #DF614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF614E; }
p { color: rgb(223,97,78); }
H1.HeaderClassName
{
color: #DF614E;
}
.AnyTagClassName
{
color: #DF614E;
}
</style>
background-color css
<style>
a { background-color: #DF614E; }
a { background-color: rgb(223,97,78); }
div.DivClassName
{
background-color: #DF614E;
}
.BgClassName
{
background-color: #DF614E;
}
</style>
border-color css
<style>
span { border-color: #DF614E; }
span { border-color: rgb(223,97,78); }
td.TdClassName
{
border-color: #DF614E;
}
.TagClassName
{
border-color: #DF614E;
}
</style>