Shades of Flamingo #DF6153
Tints of Flamingo #DF6153
RGB
CMYK
RGB Variations
Color information
#DF6153 (or 0xDF6153) is known color: Flamingo. HEX triplet: DF, 61 and 53. RGB value is (223,97,83). Sum of RGB (Red+Green+Blue) = 223+97+83=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6153 is #209EAC. Grayscale: #858585. Windows color (decimal): -2137773 or 5464543. OLE color: 5464543.
HSL color Cylindrical-coordinate representation of color #DF6153: hue angle of 6º 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 #DF6153 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 83 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.13 |
| HSL | 6º | 0.69% | 0.6% | - |
| HSV(B) | 6º | 0.63% | 0.87% | - |
| XYZ | 36.27 | 24.86 | 11.07 | - |
| YUV | 133.08 | 99.74 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 83 | 0 | 0.57 | 0.63 | 0.13 | 6 | 0.69 | 0.6 |
| Hex | DF | 61 | 53 | 0 | 39 | 3F | D | 6 | 45 | 3C |
| Octal | 337 | 141 | 123 | 0 | 71 | 77 | 15 | 6 | 105 | 74 |
| Binary | 11011111 | 1100001 | 1010011 | 0 | 111001 | 111111 | 1101 | 110 | 1000101 | 111100 |
Color Harmonies of #DF6153
Complementary color
Monochromatic Colors of #DF6153
Black with #DF6153
Text Example
Text Example
White with #DF6153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6153; }
p { color: rgb(223,97,83); }
H1.HeaderClassName
{
color: #DF6153;
}
.AnyTagClassName
{
color: #DF6153;
}
</style>
background-color css
<style>
a { background-color: #DF6153; }
a { background-color: rgb(223,97,83); }
div.DivClassName
{
background-color: #DF6153;
}
.BgClassName
{
background-color: #DF6153;
}
</style>
border-color css
<style>
span { border-color: #DF6153; }
span { border-color: rgb(223,97,83); }
td.TdClassName
{
border-color: #DF6153;
}
.TagClassName
{
border-color: #DF6153;
}
</style>