Shades of Flamingo #DC614B
Tints of Flamingo #DC614B
RGB
CMYK
RGB Variations
Color information
#DC614B (or 0xDC614B) is known color: Flamingo. HEX triplet: DC, 61 and 4B. RGB value is (220,97,75). Sum of RGB (Red+Green+Blue) = 220+97+75=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC614B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC614B is #239EB4. Grayscale: #838383. Windows color (decimal): -2334389 or 4940252. OLE color: 4940252.
HSL color Cylindrical-coordinate representation of color #DC614B: hue angle of 9.1º 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 #DC614B is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 75 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.14 |
| HSL | 9.1º | 0.67% | 0.58% | - |
| HSV(B) | 9.1º | 0.66% | 0.86% | - |
| XYZ | 35.06 | 24.27 | 9.49 | - |
| YUV | 131.27 | 96.25 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 75 | 0 | 0.56 | 0.66 | 0.14 | 9.1 | 0.67 | 0.58 |
| Hex | DC | 61 | 4B | 0 | 38 | 42 | E | 9 | 43 | 3A |
| Octal | 334 | 141 | 113 | 0 | 70 | 102 | 16 | 11 | 103 | 72 |
| Binary | 11011100 | 1100001 | 1001011 | 0 | 111000 | 1000010 | 1110 | 1001 | 1000011 | 111010 |
Color Harmonies of #DC614B
Complementary color
Monochromatic Colors of #DC614B
Black with #DC614B
Text Example
Text Example
White with #DC614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC614B; }
p { color: rgb(220,97,75); }
H1.HeaderClassName
{
color: #DC614B;
}
.AnyTagClassName
{
color: #DC614B;
}
</style>
background-color css
<style>
a { background-color: #DC614B; }
a { background-color: rgb(220,97,75); }
div.DivClassName
{
background-color: #DC614B;
}
.BgClassName
{
background-color: #DC614B;
}
</style>
border-color css
<style>
span { border-color: #DC614B; }
span { border-color: rgb(220,97,75); }
td.TdClassName
{
border-color: #DC614B;
}
.TagClassName
{
border-color: #DC614B;
}
</style>