Shades of Flamingo #D5644C
Tints of Flamingo #D5644C
RGB
CMYK
RGB Variations
Color information
#D5644C (or 0xD5644C) is known color: Flamingo. HEX triplet: D5, 64 and 4C. RGB value is (213,100,76). Sum of RGB (Red+Green+Blue) = 213+100+76=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5644C is #2A9BB3. Grayscale: #838383. Windows color (decimal): -2792372 or 5006549. OLE color: 5006549.
HSL color Cylindrical-coordinate representation of color #D5644C: hue angle of 10.51º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5644C is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 76 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.16 |
| HSL | 10.51º | 0.62% | 0.57% | - |
| HSV(B) | 10.51º | 0.64% | 0.84% | - |
| XYZ | 33.3 | 23.78 | 9.67 | - |
| YUV | 131.05 | 96.94 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 76 | 0 | 0.53 | 0.64 | 0.16 | 10.51 | 0.62 | 0.57 |
| Hex | D5 | 64 | 4C | 0 | 35 | 40 | 10 | B | 3E | 39 |
| Octal | 325 | 144 | 114 | 0 | 65 | 100 | 20 | 13 | 76 | 71 |
| Binary | 11010101 | 1100100 | 1001100 | 0 | 110101 | 1000000 | 10000 | 1011 | 111110 | 111001 |
Color Harmonies of #D5644C
Complementary color
Monochromatic Colors of #D5644C
Black with #D5644C
Text Example
Text Example
White with #D5644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5644C; }
p { color: rgb(213,100,76); }
H1.HeaderClassName
{
color: #D5644C;
}
.AnyTagClassName
{
color: #D5644C;
}
</style>
background-color css
<style>
a { background-color: #D5644C; }
a { background-color: rgb(213,100,76); }
div.DivClassName
{
background-color: #D5644C;
}
.BgClassName
{
background-color: #D5644C;
}
</style>
border-color css
<style>
span { border-color: #D5644C; }
span { border-color: rgb(213,100,76); }
td.TdClassName
{
border-color: #D5644C;
}
.TagClassName
{
border-color: #D5644C;
}
</style>