Shades of Flamingo #DC614E
Tints of Flamingo #DC614E
RGB
CMYK
RGB Variations
Color information
#DC614E (or 0xDC614E) is known color: Flamingo. HEX triplet: DC, 61 and 4E. RGB value is (220,97,78). Sum of RGB (Red+Green+Blue) = 220+97+78=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC614E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC614E is #239EB1. Grayscale: #838383. Windows color (decimal): -2334386 or 5136860. OLE color: 5136860.
HSL color Cylindrical-coordinate representation of color #DC614E: hue angle of 8.03º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC614E is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 78 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.14 |
| HSL | 8.03º | 0.67% | 0.58% | - |
| HSV(B) | 8.03º | 0.65% | 0.86% | - |
| XYZ | 35.17 | 24.32 | 10.05 | - |
| YUV | 131.61 | 97.75 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 78 | 0 | 0.56 | 0.65 | 0.14 | 8.03 | 0.67 | 0.58 |
| Hex | DC | 61 | 4E | 0 | 38 | 41 | E | 8 | 43 | 3A |
| Octal | 334 | 141 | 116 | 0 | 70 | 101 | 16 | 10 | 103 | 72 |
| Binary | 11011100 | 1100001 | 1001110 | 0 | 111000 | 1000001 | 1110 | 1000 | 1000011 | 111010 |
Color Harmonies of #DC614E
Complementary color
Monochromatic Colors of #DC614E
Black with #DC614E
Text Example
Text Example
White with #DC614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC614E; }
p { color: rgb(220,97,78); }
H1.HeaderClassName
{
color: #DC614E;
}
.AnyTagClassName
{
color: #DC614E;
}
</style>
background-color css
<style>
a { background-color: #DC614E; }
a { background-color: rgb(220,97,78); }
div.DivClassName
{
background-color: #DC614E;
}
.BgClassName
{
background-color: #DC614E;
}
</style>
border-color css
<style>
span { border-color: #DC614E; }
span { border-color: rgb(220,97,78); }
td.TdClassName
{
border-color: #DC614E;
}
.TagClassName
{
border-color: #DC614E;
}
</style>