Shades of Flamingo #D66552
Tints of Flamingo #D66552
RGB
CMYK
RGB Variations
Color information
#D66552 (or 0xD66552) is known color: Flamingo. HEX triplet: D6, 65 and 52. RGB value is (214,101,82). Sum of RGB (Red+Green+Blue) = 214+101+82=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D66552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66552 is #299AAD. Grayscale: #848484. Windows color (decimal): -2726574 or 5400022. OLE color: 5400022.
HSL color Cylindrical-coordinate representation of color #D66552: hue angle of 8.64º degrees, saturation: 0.62, 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 #D66552 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 82 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.16 |
| HSL | 8.64º | 0.62% | 0.58% | - |
| HSV(B) | 8.64º | 0.62% | 0.84% | - |
| XYZ | 33.91 | 24.21 | 10.87 | - |
| YUV | 132.62 | 99.44 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 82 | 0 | 0.53 | 0.62 | 0.16 | 8.64 | 0.62 | 0.58 |
| Hex | D6 | 65 | 52 | 0 | 35 | 3E | 10 | 9 | 3E | 3A |
| Octal | 326 | 145 | 122 | 0 | 65 | 76 | 20 | 11 | 76 | 72 |
| Binary | 11010110 | 1100101 | 1010010 | 0 | 110101 | 111110 | 10000 | 1001 | 111110 | 111010 |
Color Harmonies of #D66552
Complementary color
Monochromatic Colors of #D66552
Black with #D66552
Text Example
Text Example
White with #D66552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66552; }
p { color: rgb(214,101,82); }
H1.HeaderClassName
{
color: #D66552;
}
.AnyTagClassName
{
color: #D66552;
}
</style>
background-color css
<style>
a { background-color: #D66552; }
a { background-color: rgb(214,101,82); }
div.DivClassName
{
background-color: #D66552;
}
.BgClassName
{
background-color: #D66552;
}
</style>
border-color css
<style>
span { border-color: #D66552; }
span { border-color: rgb(214,101,82); }
td.TdClassName
{
border-color: #D66552;
}
.TagClassName
{
border-color: #D66552;
}
</style>