Shades of Mandy #DC585C
Tints of Mandy #DC585C
RGB
CMYK
RGB Variations
Color information
#DC585C (or 0xDC585C) is known color: Mandy. HEX triplet: DC, 58 and 5C. RGB value is (220,88,92). Sum of RGB (Red+Green+Blue) = 220+88+92=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC585C is #23A7A3. Grayscale: #808080. Windows color (decimal): -2336676 or 6052060. OLE color: 6052060.
HSL color Cylindrical-coordinate representation of color #DC585C: hue angle of 358.18º 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 #DC585C is Cyan = 0, Magento = 0.6, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 92 | - |
| CMYK | 0 | 0.6 | 0.58 | 0.14 |
| HSL | 358.18º | 0.65% | 0.6% | - |
| HSV(B) | 358.18º | 0.6% | 0.86% | - |
| XYZ | 34.94 | 22.97 | 12.72 | - |
| YUV | 127.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 92 | 0 | 0.6 | 0.58 | 0.14 | 358.18 | 0.65 | 0.6 |
| Hex | DC | 58 | 5C | 0 | 3C | 3A | E | 166 | 41 | 3C |
| Octal | 334 | 130 | 134 | 0 | 74 | 72 | 16 | 546 | 101 | 74 |
| Binary | 11011100 | 1011000 | 1011100 | 0 | 111100 | 111010 | 1110 | 101100110 | 1000001 | 111100 |
Color Harmonies of #DC585C
Complementary color
Monochromatic Colors of #DC585C
Black with #DC585C
Text Example
Text Example
White with #DC585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC585C; }
p { color: rgb(220,88,92); }
H1.HeaderClassName
{
color: #DC585C;
}
.AnyTagClassName
{
color: #DC585C;
}
</style>
background-color css
<style>
a { background-color: #DC585C; }
a { background-color: rgb(220,88,92); }
div.DivClassName
{
background-color: #DC585C;
}
.BgClassName
{
background-color: #DC585C;
}
</style>
border-color css
<style>
span { border-color: #DC585C; }
span { border-color: rgb(220,88,92); }
td.TdClassName
{
border-color: #DC585C;
}
.TagClassName
{
border-color: #DC585C;
}
</style>