Shades of Flamingo #DF634B
Tints of Flamingo #DF634B
RGB
CMYK
RGB Variations
Color information
#DF634B (or 0xDF634B) is known color: Flamingo. HEX triplet: DF, 63 and 4B. RGB value is (223,99,75). Sum of RGB (Red+Green+Blue) = 223+99+75=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF634B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF634B is #209CB4. Grayscale: #858585. Windows color (decimal): -2137269 or 4940767. OLE color: 4940767.
HSL color Cylindrical-coordinate representation of color #DF634B: hue angle of 9.73º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF634B is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 75 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.13 |
| HSL | 9.73º | 0.7% | 0.58% | - |
| HSV(B) | 9.73º | 0.66% | 0.87% | - |
| XYZ | 36.16 | 25.12 | 9.6 | - |
| YUV | 133.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 75 | 0 | 0.56 | 0.66 | 0.13 | 9.73 | 0.7 | 0.58 |
| Hex | DF | 63 | 4B | 0 | 38 | 42 | D | A | 46 | 3A |
| Octal | 337 | 143 | 113 | 0 | 70 | 102 | 15 | 12 | 106 | 72 |
| Binary | 11011111 | 1100011 | 1001011 | 0 | 111000 | 1000010 | 1101 | 1010 | 1000110 | 111010 |
Color Harmonies of #DF634B
Complementary color
Monochromatic Colors of #DF634B
Black with #DF634B
Text Example
Text Example
White with #DF634B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF634B; }
p { color: rgb(223,99,75); }
H1.HeaderClassName
{
color: #DF634B;
}
.AnyTagClassName
{
color: #DF634B;
}
</style>
background-color css
<style>
a { background-color: #DF634B; }
a { background-color: rgb(223,99,75); }
div.DivClassName
{
background-color: #DF634B;
}
.BgClassName
{
background-color: #DF634B;
}
</style>
border-color css
<style>
span { border-color: #DF634B; }
span { border-color: rgb(223,99,75); }
td.TdClassName
{
border-color: #DF634B;
}
.TagClassName
{
border-color: #DF634B;
}
</style>