Shades of Mandy #DC4E5C
Tints of Mandy #DC4E5C
RGB
CMYK
RGB Variations
Color information
#DC4E5C (or 0xDC4E5C) is known color: Mandy. HEX triplet: DC, 4E and 5C. RGB value is (220,78,92). Sum of RGB (Red+Green+Blue) = 220+78+92=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4E5C is #23B1A3. Grayscale: #7A7A7A. Windows color (decimal): -2339236 or 6049500. OLE color: 6049500.
HSL color Cylindrical-coordinate representation of color #DC4E5C: hue angle of 354.08º 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 #DC4E5C is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 92 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.14 |
| HSL | 354.08º | 0.67% | 0.58% | - |
| HSV(B) | 354.08º | 0.65% | 0.86% | - |
| XYZ | 34.17 | 21.44 | 12.46 | - |
| YUV | 122.05 | 111.04 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 92 | 0 | 0.65 | 0.58 | 0.14 | 354.08 | 0.67 | 0.58 |
| Hex | DC | 4E | 5C | 0 | 41 | 3A | E | 162 | 43 | 3A |
| Octal | 334 | 116 | 134 | 0 | 101 | 72 | 16 | 542 | 103 | 72 |
| Binary | 11011100 | 1001110 | 1011100 | 0 | 1000001 | 111010 | 1110 | 101100010 | 1000011 | 111010 |
Color Harmonies of #DC4E5C
Complementary color
Monochromatic Colors of #DC4E5C
Black with #DC4E5C
Text Example
Text Example
White with #DC4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E5C; }
p { color: rgb(220,78,92); }
H1.HeaderClassName
{
color: #DC4E5C;
}
.AnyTagClassName
{
color: #DC4E5C;
}
</style>
background-color css
<style>
a { background-color: #DC4E5C; }
a { background-color: rgb(220,78,92); }
div.DivClassName
{
background-color: #DC4E5C;
}
.BgClassName
{
background-color: #DC4E5C;
}
</style>
border-color css
<style>
span { border-color: #DC4E5C; }
span { border-color: rgb(220,78,92); }
td.TdClassName
{
border-color: #DC4E5C;
}
.TagClassName
{
border-color: #DC4E5C;
}
</style>