Shades of Mandy #DC5054
Tints of Mandy #DC5054
RGB
CMYK
RGB Variations
Color information
#DC5054 (or 0xDC5054) is known color: Mandy. HEX triplet: DC, 50 and 54. RGB value is (220,80,84). Sum of RGB (Red+Green+Blue) = 220+80+84=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5054 is #23AFAB. Grayscale: #7A7A7A. Windows color (decimal): -2338732 or 5525724. OLE color: 5525724.
HSL color Cylindrical-coordinate representation of color #DC5054: hue angle of 358.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5054 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 84 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.14 |
| HSL | 358.29º | 0.67% | 0.59% | - |
| HSV(B) | 358.29º | 0.64% | 0.86% | - |
| XYZ | 33.98 | 21.59 | 10.76 | - |
| YUV | 122.32 | 106.38 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 84 | 0 | 0.64 | 0.62 | 0.14 | 358.29 | 0.67 | 0.59 |
| Hex | DC | 50 | 54 | 0 | 40 | 3E | E | 166 | 43 | 3B |
| Octal | 334 | 120 | 124 | 0 | 100 | 76 | 16 | 546 | 103 | 73 |
| Binary | 11011100 | 1010000 | 1010100 | 0 | 1000000 | 111110 | 1110 | 101100110 | 1000011 | 111011 |
Color Harmonies of #DC5054
Complementary color
Monochromatic Colors of #DC5054
Black with #DC5054
Text Example
Text Example
White with #DC5054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5054; }
p { color: rgb(220,80,84); }
H1.HeaderClassName
{
color: #DC5054;
}
.AnyTagClassName
{
color: #DC5054;
}
</style>
background-color css
<style>
a { background-color: #DC5054; }
a { background-color: rgb(220,80,84); }
div.DivClassName
{
background-color: #DC5054;
}
.BgClassName
{
background-color: #DC5054;
}
</style>
border-color css
<style>
span { border-color: #DC5054; }
span { border-color: rgb(220,80,84); }
td.TdClassName
{
border-color: #DC5054;
}
.TagClassName
{
border-color: #DC5054;
}
</style>