Shades of Flamingo #DF6155
Tints of Flamingo #DF6155
RGB
CMYK
RGB Variations
Color information
#DF6155 (or 0xDF6155) is known color: Flamingo. HEX triplet: DF, 61 and 55. RGB value is (223,97,85). Sum of RGB (Red+Green+Blue) = 223+97+85=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6155 is #209EAA. Grayscale: #858585. Windows color (decimal): -2137771 or 5595615. OLE color: 5595615.
HSL color Cylindrical-coordinate representation of color #DF6155: hue angle of 5.22º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF6155 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 85 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.13 |
| HSL | 5.22º | 0.68% | 0.6% | - |
| HSV(B) | 5.22º | 0.62% | 0.87% | - |
| XYZ | 36.35 | 24.89 | 11.48 | - |
| YUV | 133.31 | 100.74 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 85 | 0 | 0.57 | 0.62 | 0.13 | 5.22 | 0.68 | 0.6 |
| Hex | DF | 61 | 55 | 0 | 39 | 3E | D | 5 | 44 | 3C |
| Octal | 337 | 141 | 125 | 0 | 71 | 76 | 15 | 5 | 104 | 74 |
| Binary | 11011111 | 1100001 | 1010101 | 0 | 111001 | 111110 | 1101 | 101 | 1000100 | 111100 |
Color Harmonies of #DF6155
Complementary color
Monochromatic Colors of #DF6155
Black with #DF6155
Text Example
Text Example
White with #DF6155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6155; }
p { color: rgb(223,97,85); }
H1.HeaderClassName
{
color: #DF6155;
}
.AnyTagClassName
{
color: #DF6155;
}
</style>
background-color css
<style>
a { background-color: #DF6155; }
a { background-color: rgb(223,97,85); }
div.DivClassName
{
background-color: #DF6155;
}
.BgClassName
{
background-color: #DF6155;
}
</style>
border-color css
<style>
span { border-color: #DF6155; }
span { border-color: rgb(223,97,85); }
td.TdClassName
{
border-color: #DF6155;
}
.TagClassName
{
border-color: #DF6155;
}
</style>