Shades of Mandy #DC545B
Tints of Mandy #DC545B
RGB
CMYK
RGB Variations
Color information
#DC545B (or 0xDC545B) is known color: Mandy. HEX triplet: DC, 54 and 5B. RGB value is (220,84,91). Sum of RGB (Red+Green+Blue) = 220+84+91=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC545B is #23ABA4. Grayscale: #7D7D7D. Windows color (decimal): -2337701 or 5985500. OLE color: 5985500.
HSL color Cylindrical-coordinate representation of color #DC545B: hue angle of 356.91º 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 #DC545B is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 91 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.14 |
| HSL | 356.91º | 0.66% | 0.6% | - |
| HSV(B) | 356.91º | 0.62% | 0.86% | - |
| XYZ | 34.57 | 22.31 | 12.38 | - |
| YUV | 125.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 91 | 0 | 0.62 | 0.59 | 0.14 | 356.91 | 0.66 | 0.6 |
| Hex | DC | 54 | 5B | 0 | 3E | 3B | E | 165 | 42 | 3C |
| Octal | 334 | 124 | 133 | 0 | 76 | 73 | 16 | 545 | 102 | 74 |
| Binary | 11011100 | 1010100 | 1011011 | 0 | 111110 | 111011 | 1110 | 101100101 | 1000010 | 111100 |
Color Harmonies of #DC545B
Complementary color
Monochromatic Colors of #DC545B
Black with #DC545B
Text Example
Text Example
White with #DC545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC545B; }
p { color: rgb(220,84,91); }
H1.HeaderClassName
{
color: #DC545B;
}
.AnyTagClassName
{
color: #DC545B;
}
</style>
background-color css
<style>
a { background-color: #DC545B; }
a { background-color: rgb(220,84,91); }
div.DivClassName
{
background-color: #DC545B;
}
.BgClassName
{
background-color: #DC545B;
}
</style>
border-color css
<style>
span { border-color: #DC545B; }
span { border-color: rgb(220,84,91); }
td.TdClassName
{
border-color: #DC545B;
}
.TagClassName
{
border-color: #DC545B;
}
</style>