Shades of Mandy #DC545A
Tints of Mandy #DC545A
RGB
CMYK
RGB Variations
Color information
#DC545A (or 0xDC545A) is known color: Mandy. HEX triplet: DC, 54 and 5A. RGB value is (220,84,90). Sum of RGB (Red+Green+Blue) = 220+84+90=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC545A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC545A is #23ABA5. Grayscale: #7D7D7D. Windows color (decimal): -2337702 or 5919964. OLE color: 5919964.
HSL color Cylindrical-coordinate representation of color #DC545A: hue angle of 357.35º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC545A is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 90 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.14 |
| HSL | 357.35º | 0.66% | 0.6% | - |
| HSV(B) | 357.35º | 0.62% | 0.86% | - |
| XYZ | 34.53 | 22.29 | 12.16 | - |
| YUV | 125.35 | 108.06 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 90 | 0 | 0.62 | 0.59 | 0.14 | 357.35 | 0.66 | 0.6 |
| Hex | DC | 54 | 5A | 0 | 3E | 3B | E | 165 | 42 | 3C |
| Octal | 334 | 124 | 132 | 0 | 76 | 73 | 16 | 545 | 102 | 74 |
| Binary | 11011100 | 1010100 | 1011010 | 0 | 111110 | 111011 | 1110 | 101100101 | 1000010 | 111100 |
Color Harmonies of #DC545A
Complementary color
Monochromatic Colors of #DC545A
Black with #DC545A
Text Example
Text Example
White with #DC545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC545A; }
p { color: rgb(220,84,90); }
H1.HeaderClassName
{
color: #DC545A;
}
.AnyTagClassName
{
color: #DC545A;
}
</style>
background-color css
<style>
a { background-color: #DC545A; }
a { background-color: rgb(220,84,90); }
div.DivClassName
{
background-color: #DC545A;
}
.BgClassName
{
background-color: #DC545A;
}
</style>
border-color css
<style>
span { border-color: #DC545A; }
span { border-color: rgb(220,84,90); }
td.TdClassName
{
border-color: #DC545A;
}
.TagClassName
{
border-color: #DC545A;
}
</style>