Shades of Mandy #DC585D
Tints of Mandy #DC585D
RGB
CMYK
RGB Variations
Color information
#DC585D (or 0xDC585D) is known color: Mandy. HEX triplet: DC, 58 and 5D. RGB value is (220,88,93). Sum of RGB (Red+Green+Blue) = 220+88+93=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC585D is #23A7A2. Grayscale: #808080. Windows color (decimal): -2336675 or 6117596. OLE color: 6117596.
HSL color Cylindrical-coordinate representation of color #DC585D: hue angle of 357.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC585D is Cyan = 0, Magento = 0.6, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 93 | - |
| CMYK | 0 | 0.6 | 0.58 | 0.14 |
| HSL | 357.73º | 0.65% | 0.6% | - |
| HSV(B) | 357.73º | 0.6% | 0.86% | - |
| XYZ | 34.98 | 22.99 | 12.95 | - |
| YUV | 128.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 93 | 0 | 0.6 | 0.58 | 0.14 | 357.73 | 0.65 | 0.6 |
| Hex | DC | 58 | 5D | 0 | 3C | 3A | E | 166 | 41 | 3C |
| Octal | 334 | 130 | 135 | 0 | 74 | 72 | 16 | 546 | 101 | 74 |
| Binary | 11011100 | 1011000 | 1011101 | 0 | 111100 | 111010 | 1110 | 101100110 | 1000001 | 111100 |
Color Harmonies of #DC585D
Complementary color
Monochromatic Colors of #DC585D
Black with #DC585D
Text Example
Text Example
White with #DC585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC585D; }
p { color: rgb(220,88,93); }
H1.HeaderClassName
{
color: #DC585D;
}
.AnyTagClassName
{
color: #DC585D;
}
</style>
background-color css
<style>
a { background-color: #DC585D; }
a { background-color: rgb(220,88,93); }
div.DivClassName
{
background-color: #DC585D;
}
.BgClassName
{
background-color: #DC585D;
}
</style>
border-color css
<style>
span { border-color: #DC585D; }
span { border-color: rgb(220,88,93); }
td.TdClassName
{
border-color: #DC585D;
}
.TagClassName
{
border-color: #DC585D;
}
</style>