Shades of Mandy #DC5964
Tints of Mandy #DC5964
RGB
CMYK
RGB Variations
Color information
#DC5964 (or 0xDC5964) is known color: Mandy. HEX triplet: DC, 59 and 64. RGB value is (220,89,100). Sum of RGB (Red+Green+Blue) = 220+89+100=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5964 is #23A69B. Grayscale: #818181. Windows color (decimal): -2336412 or 6576604. OLE color: 6576604.
HSL color Cylindrical-coordinate representation of color #DC5964: hue angle of 354.96º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5964 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 100 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.14 |
| HSL | 354.96º | 0.65% | 0.61% | - |
| HSV(B) | 354.96º | 0.6% | 0.86% | - |
| XYZ | 35.39 | 23.28 | 14.69 | - |
| YUV | 129.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 100 | 0 | 0.60 | 0.55 | 0.14 | 354.96 | 0.65 | 0.61 |
| Hex | DC | 59 | 64 | 0 | 3C | 37 | E | 163 | 41 | 3D |
| Octal | 334 | 131 | 144 | 0 | 74 | 67 | 16 | 543 | 101 | 75 |
| Binary | 11011100 | 1011001 | 1100100 | 0 | 111100 | 110111 | 1110 | 101100011 | 1000001 | 111101 |
Color Harmonies of #DC5964
Complementary color
Monochromatic Colors of #DC5964
Black with #DC5964
Text Example
Text Example
White with #DC5964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5964; }
p { color: rgb(220,89,100); }
H1.HeaderClassName
{
color: #DC5964;
}
.AnyTagClassName
{
color: #DC5964;
}
</style>
background-color css
<style>
a { background-color: #DC5964; }
a { background-color: rgb(220,89,100); }
div.DivClassName
{
background-color: #DC5964;
}
.BgClassName
{
background-color: #DC5964;
}
</style>
border-color css
<style>
span { border-color: #DC5964; }
span { border-color: rgb(220,89,100); }
td.TdClassName
{
border-color: #DC5964;
}
.TagClassName
{
border-color: #DC5964;
}
</style>