Shades of Flamingo #D5654F
Tints of Flamingo #D5654F
RGB
CMYK
RGB Variations
Color information
#D5654F (or 0xD5654F) is known color: Flamingo. HEX triplet: D5, 65 and 4F. RGB value is (213,101,79). Sum of RGB (Red+Green+Blue) = 213+101+79=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5654F is #2A9AB0. Grayscale: #848484. Windows color (decimal): -2792113 or 5203413. OLE color: 5203413.
HSL color Cylindrical-coordinate representation of color #D5654F: hue angle of 9.85º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5654F is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 79 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.16 |
| HSL | 9.85º | 0.61% | 0.57% | - |
| HSV(B) | 9.85º | 0.63% | 0.84% | - |
| XYZ | 33.51 | 24.02 | 10.27 | - |
| YUV | 131.98 | 98.11 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 79 | 0 | 0.53 | 0.63 | 0.16 | 9.85 | 0.61 | 0.57 |
| Hex | D5 | 65 | 4F | 0 | 35 | 3F | 10 | A | 3D | 39 |
| Octal | 325 | 145 | 117 | 0 | 65 | 77 | 20 | 12 | 75 | 71 |
| Binary | 11010101 | 1100101 | 1001111 | 0 | 110101 | 111111 | 10000 | 1010 | 111101 | 111001 |
Color Harmonies of #D5654F
Complementary color
Monochromatic Colors of #D5654F
Black with #D5654F
Text Example
Text Example
White with #D5654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5654F; }
p { color: rgb(213,101,79); }
H1.HeaderClassName
{
color: #D5654F;
}
.AnyTagClassName
{
color: #D5654F;
}
</style>
background-color css
<style>
a { background-color: #D5654F; }
a { background-color: rgb(213,101,79); }
div.DivClassName
{
background-color: #D5654F;
}
.BgClassName
{
background-color: #D5654F;
}
</style>
border-color css
<style>
span { border-color: #D5654F; }
span { border-color: rgb(213,101,79); }
td.TdClassName
{
border-color: #D5654F;
}
.TagClassName
{
border-color: #D5654F;
}
</style>