Shades of Flamingo #DF5A52
Tints of Flamingo #DF5A52
RGB
CMYK
RGB Variations
Color information
#DF5A52 (or 0xDF5A52) is known color: Flamingo. HEX triplet: DF, 5A and 52. RGB value is (223,90,82). Sum of RGB (Red+Green+Blue) = 223+90+82=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5A52 is #20A5AD. Grayscale: #818181. Windows color (decimal): -2139566 or 5397215. OLE color: 5397215.
HSL color Cylindrical-coordinate representation of color #DF5A52: hue angle of 3.4º 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 #DF5A52 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 90 | 82 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.13 |
| HSL | 3.4º | 0.69% | 0.6% | - |
| HSV(B) | 3.4º | 0.63% | 0.87% | - |
| XYZ | 35.61 | 23.61 | 10.66 | - |
| YUV | 128.86 | 101.56 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 82 | 0 | 0.60 | 0.63 | 0.13 | 3.4 | 0.69 | 0.6 |
| Hex | DF | 5A | 52 | 0 | 3C | 3F | D | 3 | 45 | 3C |
| Octal | 337 | 132 | 122 | 0 | 74 | 77 | 15 | 3 | 105 | 74 |
| Binary | 11011111 | 1011010 | 1010010 | 0 | 111100 | 111111 | 1101 | 11 | 1000101 | 111100 |
Color Harmonies of #DF5A52
Complementary color
Monochromatic Colors of #DF5A52
Black with #DF5A52
Text Example
Text Example
White with #DF5A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5A52; }
p { color: rgb(223,90,82); }
H1.HeaderClassName
{
color: #DF5A52;
}
.AnyTagClassName
{
color: #DF5A52;
}
</style>
background-color css
<style>
a { background-color: #DF5A52; }
a { background-color: rgb(223,90,82); }
div.DivClassName
{
background-color: #DF5A52;
}
.BgClassName
{
background-color: #DF5A52;
}
</style>
border-color css
<style>
span { border-color: #DF5A52; }
span { border-color: rgb(223,90,82); }
td.TdClassName
{
border-color: #DF5A52;
}
.TagClassName
{
border-color: #DF5A52;
}
</style>