Shades of Mandy #DC565D
Tints of Mandy #DC565D
RGB
CMYK
RGB Variations
Color information
#DC565D (or 0xDC565D) is known color: Mandy. HEX triplet: DC, 56 and 5D. RGB value is (220,86,93). Sum of RGB (Red+Green+Blue) = 220+86+93=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC565D is #23A9A2. Grayscale: #7E7E7E. Windows color (decimal): -2337187 or 6117084. OLE color: 6117084.
HSL color Cylindrical-coordinate representation of color #DC565D: hue angle of 356.87º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC565D is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 93 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.14 |
| HSL | 356.87º | 0.66% | 0.6% | - |
| HSV(B) | 356.87º | 0.61% | 0.86% | - |
| XYZ | 34.82 | 22.66 | 12.89 | - |
| YUV | 126.86 | 108.89 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 93 | 0 | 0.61 | 0.58 | 0.14 | 356.87 | 0.66 | 0.6 |
| Hex | DC | 56 | 5D | 0 | 3D | 3A | E | 165 | 42 | 3C |
| Octal | 334 | 126 | 135 | 0 | 75 | 72 | 16 | 545 | 102 | 74 |
| Binary | 11011100 | 1010110 | 1011101 | 0 | 111101 | 111010 | 1110 | 101100101 | 1000010 | 111100 |
Color Harmonies of #DC565D
Complementary color
Monochromatic Colors of #DC565D
Black with #DC565D
Text Example
Text Example
White with #DC565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC565D; }
p { color: rgb(220,86,93); }
H1.HeaderClassName
{
color: #DC565D;
}
.AnyTagClassName
{
color: #DC565D;
}
</style>
background-color css
<style>
a { background-color: #DC565D; }
a { background-color: rgb(220,86,93); }
div.DivClassName
{
background-color: #DC565D;
}
.BgClassName
{
background-color: #DC565D;
}
</style>
border-color css
<style>
span { border-color: #DC565D; }
span { border-color: rgb(220,86,93); }
td.TdClassName
{
border-color: #DC565D;
}
.TagClassName
{
border-color: #DC565D;
}
</style>