Shades of Flamingo #DC5E4B
Tints of Flamingo #DC5E4B
RGB
CMYK
RGB Variations
Color information
#DC5E4B (or 0xDC5E4B) is known color: Flamingo. HEX triplet: DC, 5E and 4B. RGB value is (220,94,75). Sum of RGB (Red+Green+Blue) = 220+94+75=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5E4B is #23A1B4. Grayscale: #818181. Windows color (decimal): -2335157 or 4939484. OLE color: 4939484.
HSL color Cylindrical-coordinate representation of color #DC5E4B: hue angle of 7.86º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC5E4B is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 75 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.14 |
| HSL | 7.86º | 0.67% | 0.58% | - |
| HSV(B) | 7.86º | 0.66% | 0.86% | - |
| XYZ | 34.79 | 23.73 | 9.4 | - |
| YUV | 129.51 | 97.24 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 75 | 0 | 0.57 | 0.66 | 0.14 | 7.86 | 0.67 | 0.58 |
| Hex | DC | 5E | 4B | 0 | 39 | 42 | E | 8 | 43 | 3A |
| Octal | 334 | 136 | 113 | 0 | 71 | 102 | 16 | 10 | 103 | 72 |
| Binary | 11011100 | 1011110 | 1001011 | 0 | 111001 | 1000010 | 1110 | 1000 | 1000011 | 111010 |
Color Harmonies of #DC5E4B
Complementary color
Monochromatic Colors of #DC5E4B
Black with #DC5E4B
Text Example
Text Example
White with #DC5E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E4B; }
p { color: rgb(220,94,75); }
H1.HeaderClassName
{
color: #DC5E4B;
}
.AnyTagClassName
{
color: #DC5E4B;
}
</style>
background-color css
<style>
a { background-color: #DC5E4B; }
a { background-color: rgb(220,94,75); }
div.DivClassName
{
background-color: #DC5E4B;
}
.BgClassName
{
background-color: #DC5E4B;
}
</style>
border-color css
<style>
span { border-color: #DC5E4B; }
span { border-color: rgb(220,94,75); }
td.TdClassName
{
border-color: #DC5E4B;
}
.TagClassName
{
border-color: #DC5E4B;
}
</style>