Shades of Mandy #DC5D63
Tints of Mandy #DC5D63
RGB
CMYK
RGB Variations
Color information
#DC5D63 (or 0xDC5D63) is known color: Mandy. HEX triplet: DC, 5D and 63. RGB value is (220,93,99). Sum of RGB (Red+Green+Blue) = 220+93+99=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D63 is #23A29C. Grayscale: #838383. Windows color (decimal): -2335389 or 6512092. OLE color: 6512092.
HSL color Cylindrical-coordinate representation of color #DC5D63: hue angle of 357.17º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5D63 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 99 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.14 |
| HSL | 357.17º | 0.64% | 0.61% | - |
| HSV(B) | 357.17º | 0.58% | 0.86% | - |
| XYZ | 35.68 | 23.95 | 14.55 | - |
| YUV | 131.66 | 109.58 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 99 | 0 | 0.58 | 0.55 | 0.14 | 357.17 | 0.64 | 0.61 |
| Hex | DC | 5D | 63 | 0 | 3A | 37 | E | 165 | 40 | 3D |
| Octal | 334 | 135 | 143 | 0 | 72 | 67 | 16 | 545 | 100 | 75 |
| Binary | 11011100 | 1011101 | 1100011 | 0 | 111010 | 110111 | 1110 | 101100101 | 1000000 | 111101 |
Color Harmonies of #DC5D63
Complementary color
Monochromatic Colors of #DC5D63
Black with #DC5D63
Text Example
Text Example
White with #DC5D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D63; }
p { color: rgb(220,93,99); }
H1.HeaderClassName
{
color: #DC5D63;
}
.AnyTagClassName
{
color: #DC5D63;
}
</style>
background-color css
<style>
a { background-color: #DC5D63; }
a { background-color: rgb(220,93,99); }
div.DivClassName
{
background-color: #DC5D63;
}
.BgClassName
{
background-color: #DC5D63;
}
</style>
border-color css
<style>
span { border-color: #DC5D63; }
span { border-color: rgb(220,93,99); }
td.TdClassName
{
border-color: #DC5D63;
}
.TagClassName
{
border-color: #DC5D63;
}
</style>