Shades of Flamingo #D56351
Tints of Flamingo #D56351
RGB
CMYK
RGB Variations
Color information
#D56351 (or 0xD56351) is known color: Flamingo. HEX triplet: D5, 63 and 51. RGB value is (213,99,81). Sum of RGB (Red+Green+Blue) = 213+99+81=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D56351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56351 is #2A9CAE. Grayscale: #838383. Windows color (decimal): -2792623 or 5333973. OLE color: 5333973.
HSL color Cylindrical-coordinate representation of color #D56351: hue angle of 8.18º 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 #D56351 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 81 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.16 |
| HSL | 8.18º | 0.61% | 0.58% | - |
| HSV(B) | 8.18º | 0.62% | 0.84% | - |
| XYZ | 33.39 | 23.66 | 10.59 | - |
| YUV | 131.03 | 99.77 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 81 | 0 | 0.54 | 0.62 | 0.16 | 8.18 | 0.61 | 0.58 |
| Hex | D5 | 63 | 51 | 0 | 36 | 3E | 10 | 8 | 3D | 3A |
| Octal | 325 | 143 | 121 | 0 | 66 | 76 | 20 | 10 | 75 | 72 |
| Binary | 11010101 | 1100011 | 1010001 | 0 | 110110 | 111110 | 10000 | 1000 | 111101 | 111010 |
Color Harmonies of #D56351
Complementary color
Monochromatic Colors of #D56351
Black with #D56351
Text Example
Text Example
White with #D56351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56351; }
p { color: rgb(213,99,81); }
H1.HeaderClassName
{
color: #D56351;
}
.AnyTagClassName
{
color: #D56351;
}
</style>
background-color css
<style>
a { background-color: #D56351; }
a { background-color: rgb(213,99,81); }
div.DivClassName
{
background-color: #D56351;
}
.BgClassName
{
background-color: #D56351;
}
</style>
border-color css
<style>
span { border-color: #D56351; }
span { border-color: rgb(213,99,81); }
td.TdClassName
{
border-color: #D56351;
}
.TagClassName
{
border-color: #D56351;
}
</style>