Shades of Flamingo #D56852
Tints of Flamingo #D56852
RGB
CMYK
RGB Variations
Color information
#D56852 (or 0xD56852) is known color: Flamingo. HEX triplet: D5, 68 and 52. RGB value is (213,104,82). Sum of RGB (Red+Green+Blue) = 213+104+82=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D56852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56852 is #2A97AD. Grayscale: #868686. Windows color (decimal): -2791342 or 5400789. OLE color: 5400789.
HSL color Cylindrical-coordinate representation of color #D56852: hue angle of 10.08º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D56852 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 82 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.16 |
| HSL | 10.08º | 0.61% | 0.58% | - |
| HSV(B) | 10.08º | 0.62% | 0.84% | - |
| XYZ | 33.91 | 24.66 | 10.95 | - |
| YUV | 134.08 | 98.61 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 82 | 0 | 0.51 | 0.62 | 0.16 | 10.08 | 0.61 | 0.58 |
| Hex | D5 | 68 | 52 | 0 | 33 | 3E | 10 | A | 3D | 3A |
| Octal | 325 | 150 | 122 | 0 | 63 | 76 | 20 | 12 | 75 | 72 |
| Binary | 11010101 | 1101000 | 1010010 | 0 | 110011 | 111110 | 10000 | 1010 | 111101 | 111010 |
Color Harmonies of #D56852
Complementary color
Monochromatic Colors of #D56852
Black with #D56852
Text Example
Text Example
White with #D56852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56852; }
p { color: rgb(213,104,82); }
H1.HeaderClassName
{
color: #D56852;
}
.AnyTagClassName
{
color: #D56852;
}
</style>
background-color css
<style>
a { background-color: #D56852; }
a { background-color: rgb(213,104,82); }
div.DivClassName
{
background-color: #D56852;
}
.BgClassName
{
background-color: #D56852;
}
</style>
border-color css
<style>
span { border-color: #D56852; }
span { border-color: rgb(213,104,82); }
td.TdClassName
{
border-color: #D56852;
}
.TagClassName
{
border-color: #D56852;
}
</style>