Shades of Flamingo #DF634D
Tints of Flamingo #DF634D
RGB
CMYK
RGB Variations
Color information
#DF634D (or 0xDF634D) is known color: Flamingo. HEX triplet: DF, 63 and 4D. RGB value is (223,99,77). Sum of RGB (Red+Green+Blue) = 223+99+77=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF634D is #209CB2. Grayscale: #858585. Windows color (decimal): -2137267 or 5071839. OLE color: 5071839.
HSL color Cylindrical-coordinate representation of color #DF634D: hue angle of 9.04º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF634D is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 77 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.13 |
| HSL | 9.04º | 0.7% | 0.59% | - |
| HSV(B) | 9.04º | 0.65% | 0.87% | - |
| XYZ | 36.23 | 25.15 | 9.97 | - |
| YUV | 133.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 77 | 0 | 0.56 | 0.65 | 0.13 | 9.04 | 0.7 | 0.59 |
| Hex | DF | 63 | 4D | 0 | 38 | 41 | D | 9 | 46 | 3B |
| Octal | 337 | 143 | 115 | 0 | 70 | 101 | 15 | 11 | 106 | 73 |
| Binary | 11011111 | 1100011 | 1001101 | 0 | 111000 | 1000001 | 1101 | 1001 | 1000110 | 111011 |
Color Harmonies of #DF634D
Complementary color
Monochromatic Colors of #DF634D
Black with #DF634D
Text Example
Text Example
White with #DF634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF634D; }
p { color: rgb(223,99,77); }
H1.HeaderClassName
{
color: #DF634D;
}
.AnyTagClassName
{
color: #DF634D;
}
</style>
background-color css
<style>
a { background-color: #DF634D; }
a { background-color: rgb(223,99,77); }
div.DivClassName
{
background-color: #DF634D;
}
.BgClassName
{
background-color: #DF634D;
}
</style>
border-color css
<style>
span { border-color: #DF634D; }
span { border-color: rgb(223,99,77); }
td.TdClassName
{
border-color: #DF634D;
}
.TagClassName
{
border-color: #DF634D;
}
</style>