Shades of Flamingo #DC5D52
Tints of Flamingo #DC5D52
RGB
CMYK
RGB Variations
Color information
#DC5D52 (or 0xDC5D52) is known color: Flamingo. HEX triplet: DC, 5D and 52. RGB value is (220,93,82). Sum of RGB (Red+Green+Blue) = 220+93+82=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D52 is #23A2AD. Grayscale: #818181. Windows color (decimal): -2335406 or 5397980. OLE color: 5397980.
HSL color Cylindrical-coordinate representation of color #DC5D52: hue angle of 4.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5D52 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 82 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.14 |
| HSL | 4.78º | 0.66% | 0.59% | - |
| HSV(B) | 4.78º | 0.63% | 0.86% | - |
| XYZ | 34.95 | 23.65 | 10.71 | - |
| YUV | 129.72 | 101.08 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 82 | 0 | 0.58 | 0.63 | 0.14 | 4.78 | 0.66 | 0.59 |
| Hex | DC | 5D | 52 | 0 | 3A | 3F | E | 5 | 42 | 3B |
| Octal | 334 | 135 | 122 | 0 | 72 | 77 | 16 | 5 | 102 | 73 |
| Binary | 11011100 | 1011101 | 1010010 | 0 | 111010 | 111111 | 1110 | 101 | 1000010 | 111011 |
Color Harmonies of #DC5D52
Complementary color
Monochromatic Colors of #DC5D52
Black with #DC5D52
Text Example
Text Example
White with #DC5D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D52; }
p { color: rgb(220,93,82); }
H1.HeaderClassName
{
color: #DC5D52;
}
.AnyTagClassName
{
color: #DC5D52;
}
</style>
background-color css
<style>
a { background-color: #DC5D52; }
a { background-color: rgb(220,93,82); }
div.DivClassName
{
background-color: #DC5D52;
}
.BgClassName
{
background-color: #DC5D52;
}
</style>
border-color css
<style>
span { border-color: #DC5D52; }
span { border-color: rgb(220,93,82); }
td.TdClassName
{
border-color: #DC5D52;
}
.TagClassName
{
border-color: #DC5D52;
}
</style>