Shades of Mandy #DC545F
Tints of Mandy #DC545F
RGB
CMYK
RGB Variations
Color information
#DC545F (or 0xDC545F) is known color: Mandy. HEX triplet: DC, 54 and 5F. RGB value is (220,84,95). Sum of RGB (Red+Green+Blue) = 220+84+95=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC545F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC545F is #23ABA0. Grayscale: #7E7E7E. Windows color (decimal): -2337697 or 6247644. OLE color: 6247644.
HSL color Cylindrical-coordinate representation of color #DC545F: hue angle of 355.15º 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 #DC545F is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 95 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.14 |
| HSL | 355.15º | 0.66% | 0.6% | - |
| HSV(B) | 355.15º | 0.62% | 0.86% | - |
| XYZ | 34.75 | 22.38 | 13.32 | - |
| YUV | 125.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 95 | 0 | 0.62 | 0.57 | 0.14 | 355.15 | 0.66 | 0.6 |
| Hex | DC | 54 | 5F | 0 | 3E | 39 | E | 163 | 42 | 3C |
| Octal | 334 | 124 | 137 | 0 | 76 | 71 | 16 | 543 | 102 | 74 |
| Binary | 11011100 | 1010100 | 1011111 | 0 | 111110 | 111001 | 1110 | 101100011 | 1000010 | 111100 |
Color Harmonies of #DC545F
Complementary color
Monochromatic Colors of #DC545F
Black with #DC545F
Text Example
Text Example
White with #DC545F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC545F; }
p { color: rgb(220,84,95); }
H1.HeaderClassName
{
color: #DC545F;
}
.AnyTagClassName
{
color: #DC545F;
}
</style>
background-color css
<style>
a { background-color: #DC545F; }
a { background-color: rgb(220,84,95); }
div.DivClassName
{
background-color: #DC545F;
}
.BgClassName
{
background-color: #DC545F;
}
</style>
border-color css
<style>
span { border-color: #DC545F; }
span { border-color: rgb(220,84,95); }
td.TdClassName
{
border-color: #DC545F;
}
.TagClassName
{
border-color: #DC545F;
}
</style>