Shades of Mandy #DC545C
Tints of Mandy #DC545C
RGB
CMYK
RGB Variations
Color information
#DC545C (or 0xDC545C) is known color: Mandy. HEX triplet: DC, 54 and 5C. RGB value is (220,84,92). Sum of RGB (Red+Green+Blue) = 220+84+92=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC545C is #23ABA3. Grayscale: #7D7D7D. Windows color (decimal): -2337700 or 6051036. OLE color: 6051036.
HSL color Cylindrical-coordinate representation of color #DC545C: hue angle of 356.47º 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 #DC545C is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 92 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.14 |
| HSL | 356.47º | 0.66% | 0.6% | - |
| HSV(B) | 356.47º | 0.62% | 0.86% | - |
| XYZ | 34.62 | 22.33 | 12.61 | - |
| YUV | 125.58 | 109.06 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 92 | 0 | 0.62 | 0.58 | 0.14 | 356.47 | 0.66 | 0.6 |
| Hex | DC | 54 | 5C | 0 | 3E | 3A | E | 164 | 42 | 3C |
| Octal | 334 | 124 | 134 | 0 | 76 | 72 | 16 | 544 | 102 | 74 |
| Binary | 11011100 | 1010100 | 1011100 | 0 | 111110 | 111010 | 1110 | 101100100 | 1000010 | 111100 |
Color Harmonies of #DC545C
Complementary color
Monochromatic Colors of #DC545C
Black with #DC545C
Text Example
Text Example
White with #DC545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC545C; }
p { color: rgb(220,84,92); }
H1.HeaderClassName
{
color: #DC545C;
}
.AnyTagClassName
{
color: #DC545C;
}
</style>
background-color css
<style>
a { background-color: #DC545C; }
a { background-color: rgb(220,84,92); }
div.DivClassName
{
background-color: #DC545C;
}
.BgClassName
{
background-color: #DC545C;
}
</style>
border-color css
<style>
span { border-color: #DC545C; }
span { border-color: rgb(220,84,92); }
td.TdClassName
{
border-color: #DC545C;
}
.TagClassName
{
border-color: #DC545C;
}
</style>