Shades of Flamingo #DF5D53
Tints of Flamingo #DF5D53
RGB
CMYK
RGB Variations
Color information
#DF5D53 (or 0xDF5D53) is known color: Flamingo. HEX triplet: DF, 5D and 53. RGB value is (223,93,83). Sum of RGB (Red+Green+Blue) = 223+93+83=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5D53 is #20A2AC. Grayscale: #828282. Windows color (decimal): -2138797 or 5463519. OLE color: 5463519.
HSL color Cylindrical-coordinate representation of color #DF5D53: hue angle of 4.29º 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 #DF5D53 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 83 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.13 |
| HSL | 4.29º | 0.69% | 0.6% | - |
| HSV(B) | 4.29º | 0.63% | 0.87% | - |
| XYZ | 35.91 | 24.14 | 10.95 | - |
| YUV | 130.73 | 101.07 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 83 | 0 | 0.58 | 0.63 | 0.13 | 4.29 | 0.69 | 0.6 |
| Hex | DF | 5D | 53 | 0 | 3A | 3F | D | 4 | 45 | 3C |
| Octal | 337 | 135 | 123 | 0 | 72 | 77 | 15 | 4 | 105 | 74 |
| Binary | 11011111 | 1011101 | 1010011 | 0 | 111010 | 111111 | 1101 | 100 | 1000101 | 111100 |
Color Harmonies of #DF5D53
Complementary color
Monochromatic Colors of #DF5D53
Black with #DF5D53
Text Example
Text Example
White with #DF5D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5D53; }
p { color: rgb(223,93,83); }
H1.HeaderClassName
{
color: #DF5D53;
}
.AnyTagClassName
{
color: #DF5D53;
}
</style>
background-color css
<style>
a { background-color: #DF5D53; }
a { background-color: rgb(223,93,83); }
div.DivClassName
{
background-color: #DF5D53;
}
.BgClassName
{
background-color: #DF5D53;
}
</style>
border-color css
<style>
span { border-color: #DF5D53; }
span { border-color: rgb(223,93,83); }
td.TdClassName
{
border-color: #DF5D53;
}
.TagClassName
{
border-color: #DF5D53;
}
</style>