Shades of Mandy #DC5354
Tints of Mandy #DC5354
RGB
CMYK
RGB Variations
Color information
#DC5354 (or 0xDC5354) is known color: Mandy. HEX triplet: DC, 53 and 54. RGB value is (220,83,84). Sum of RGB (Red+Green+Blue) = 220+83+84=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5354 is #23ACAB. Grayscale: #7C7C7C. Windows color (decimal): -2337964 or 5526492. OLE color: 5526492.
HSL color Cylindrical-coordinate representation of color #DC5354: hue angle of 359.56º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5354 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 84 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.14 |
| HSL | 359.56º | 0.66% | 0.59% | - |
| HSV(B) | 359.56º | 0.62% | 0.86% | - |
| XYZ | 34.21 | 22.04 | 10.84 | - |
| YUV | 124.08 | 105.39 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 84 | 0 | 0.62 | 0.62 | 0.14 | 359.56 | 0.66 | 0.59 |
| Hex | DC | 53 | 54 | 0 | 3E | 3E | E | 168 | 42 | 3B |
| Octal | 334 | 123 | 124 | 0 | 76 | 76 | 16 | 550 | 102 | 73 |
| Binary | 11011100 | 1010011 | 1010100 | 0 | 111110 | 111110 | 1110 | 101101000 | 1000010 | 111011 |
Color Harmonies of #DC5354
Complementary color
Monochromatic Colors of #DC5354
Black with #DC5354
Text Example
Text Example
White with #DC5354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5354; }
p { color: rgb(220,83,84); }
H1.HeaderClassName
{
color: #DC5354;
}
.AnyTagClassName
{
color: #DC5354;
}
</style>
background-color css
<style>
a { background-color: #DC5354; }
a { background-color: rgb(220,83,84); }
div.DivClassName
{
background-color: #DC5354;
}
.BgClassName
{
background-color: #DC5354;
}
</style>
border-color css
<style>
span { border-color: #DC5354; }
span { border-color: rgb(220,83,84); }
td.TdClassName
{
border-color: #DC5354;
}
.TagClassName
{
border-color: #DC5354;
}
</style>