Shades of Flamingo #DF5F53
Tints of Flamingo #DF5F53
RGB
CMYK
RGB Variations
Color information
#DF5F53 (or 0xDF5F53) is known color: Flamingo. HEX triplet: DF, 5F and 53. RGB value is (223,95,83). Sum of RGB (Red+Green+Blue) = 223+95+83=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5F53 is #20A0AC. Grayscale: #848484. Windows color (decimal): -2138285 or 5464031. OLE color: 5464031.
HSL color Cylindrical-coordinate representation of color #DF5F53: hue angle of 5.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5F53 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 83 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.13 |
| HSL | 5.14º | 0.69% | 0.6% | - |
| HSV(B) | 5.14º | 0.63% | 0.87% | - |
| XYZ | 36.08 | 24.5 | 11.01 | - |
| YUV | 131.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 83 | 0 | 0.57 | 0.63 | 0.13 | 5.14 | 0.69 | 0.6 |
| Hex | DF | 5F | 53 | 0 | 39 | 3F | D | 5 | 45 | 3C |
| Octal | 337 | 137 | 123 | 0 | 71 | 77 | 15 | 5 | 105 | 74 |
| Binary | 11011111 | 1011111 | 1010011 | 0 | 111001 | 111111 | 1101 | 101 | 1000101 | 111100 |
Color Harmonies of #DF5F53
Complementary color
Monochromatic Colors of #DF5F53
Black with #DF5F53
Text Example
Text Example
White with #DF5F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F53; }
p { color: rgb(223,95,83); }
H1.HeaderClassName
{
color: #DF5F53;
}
.AnyTagClassName
{
color: #DF5F53;
}
</style>
background-color css
<style>
a { background-color: #DF5F53; }
a { background-color: rgb(223,95,83); }
div.DivClassName
{
background-color: #DF5F53;
}
.BgClassName
{
background-color: #DF5F53;
}
</style>
border-color css
<style>
span { border-color: #DF5F53; }
span { border-color: rgb(223,95,83); }
td.TdClassName
{
border-color: #DF5F53;
}
.TagClassName
{
border-color: #DF5F53;
}
</style>