Shades of Flamingo #DF6151
Tints of Flamingo #DF6151
RGB
CMYK
RGB Variations
Color information
#DF6151 (or 0xDF6151) is known color: Flamingo. HEX triplet: DF, 61 and 51. RGB value is (223,97,81). Sum of RGB (Red+Green+Blue) = 223+97+81=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6151 is #209EAE. Grayscale: #858585. Windows color (decimal): -2137775 or 5333471. OLE color: 5333471.
HSL color Cylindrical-coordinate representation of color #DF6151: hue angle of 6.76º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF6151 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 81 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.13 |
| HSL | 6.76º | 0.69% | 0.6% | - |
| HSV(B) | 6.76º | 0.64% | 0.87% | - |
| XYZ | 36.19 | 24.83 | 10.67 | - |
| YUV | 132.85 | 98.74 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 81 | 0 | 0.57 | 0.64 | 0.13 | 6.76 | 0.69 | 0.6 |
| Hex | DF | 61 | 51 | 0 | 39 | 40 | D | 7 | 45 | 3C |
| Octal | 337 | 141 | 121 | 0 | 71 | 100 | 15 | 7 | 105 | 74 |
| Binary | 11011111 | 1100001 | 1010001 | 0 | 111001 | 1000000 | 1101 | 111 | 1000101 | 111100 |
Color Harmonies of #DF6151
Complementary color
Monochromatic Colors of #DF6151
Black with #DF6151
Text Example
Text Example
White with #DF6151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6151; }
p { color: rgb(223,97,81); }
H1.HeaderClassName
{
color: #DF6151;
}
.AnyTagClassName
{
color: #DF6151;
}
</style>
background-color css
<style>
a { background-color: #DF6151; }
a { background-color: rgb(223,97,81); }
div.DivClassName
{
background-color: #DF6151;
}
.BgClassName
{
background-color: #DF6151;
}
</style>
border-color css
<style>
span { border-color: #DF6151; }
span { border-color: rgb(223,97,81); }
td.TdClassName
{
border-color: #DF6151;
}
.TagClassName
{
border-color: #DF6151;
}
</style>