Shades of Flamingo #DF6852
Tints of Flamingo #DF6852
RGB
CMYK
RGB Variations
Color information
#DF6852 (or 0xDF6852) is known color: Flamingo. HEX triplet: DF, 68 and 52. RGB value is (223,104,82). Sum of RGB (Red+Green+Blue) = 223+104+82=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6852 is #2097AD. Grayscale: #898989. Windows color (decimal): -2135982 or 5400799. OLE color: 5400799.
HSL color Cylindrical-coordinate representation of color #DF6852: hue angle of 9.36º 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 #DF6852 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 82 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.13 |
| HSL | 9.36º | 0.69% | 0.6% | - |
| HSV(B) | 9.36º | 0.63% | 0.87% | - |
| XYZ | 36.9 | 26.2 | 11.09 | - |
| YUV | 137.07 | 96.92 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 82 | 0 | 0.53 | 0.63 | 0.13 | 9.36 | 0.69 | 0.6 |
| Hex | DF | 68 | 52 | 0 | 35 | 3F | D | 9 | 45 | 3C |
| Octal | 337 | 150 | 122 | 0 | 65 | 77 | 15 | 11 | 105 | 74 |
| Binary | 11011111 | 1101000 | 1010010 | 0 | 110101 | 111111 | 1101 | 1001 | 1000101 | 111100 |
Color Harmonies of #DF6852
Complementary color
Monochromatic Colors of #DF6852
Black with #DF6852
Text Example
Text Example
White with #DF6852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6852; }
p { color: rgb(223,104,82); }
H1.HeaderClassName
{
color: #DF6852;
}
.AnyTagClassName
{
color: #DF6852;
}
</style>
background-color css
<style>
a { background-color: #DF6852; }
a { background-color: rgb(223,104,82); }
div.DivClassName
{
background-color: #DF6852;
}
.BgClassName
{
background-color: #DF6852;
}
</style>
border-color css
<style>
span { border-color: #DF6852; }
span { border-color: rgb(223,104,82); }
td.TdClassName
{
border-color: #DF6852;
}
.TagClassName
{
border-color: #DF6852;
}
</style>