Shades of Mandy #DC5359
Tints of Mandy #DC5359
RGB
CMYK
RGB Variations
Color information
#DC5359 (or 0xDC5359) is known color: Mandy. HEX triplet: DC, 53 and 59. RGB value is (220,83,89). Sum of RGB (Red+Green+Blue) = 220+83+89=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5359 is #23ACA6. Grayscale: #7C7C7C. Windows color (decimal): -2337959 or 5854172. OLE color: 5854172.
HSL color Cylindrical-coordinate representation of color #DC5359: hue angle of 357.37º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5359 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 89 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.14 |
| HSL | 357.37º | 0.66% | 0.59% | - |
| HSV(B) | 357.37º | 0.62% | 0.86% | - |
| XYZ | 34.41 | 22.12 | 11.91 | - |
| YUV | 124.65 | 107.89 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 89 | 0 | 0.62 | 0.60 | 0.14 | 357.37 | 0.66 | 0.59 |
| Hex | DC | 53 | 59 | 0 | 3E | 3C | E | 165 | 42 | 3B |
| Octal | 334 | 123 | 131 | 0 | 76 | 74 | 16 | 545 | 102 | 73 |
| Binary | 11011100 | 1010011 | 1011001 | 0 | 111110 | 111100 | 1110 | 101100101 | 1000010 | 111011 |
Color Harmonies of #DC5359
Complementary color
Monochromatic Colors of #DC5359
Black with #DC5359
Text Example
Text Example
White with #DC5359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5359; }
p { color: rgb(220,83,89); }
H1.HeaderClassName
{
color: #DC5359;
}
.AnyTagClassName
{
color: #DC5359;
}
</style>
background-color css
<style>
a { background-color: #DC5359; }
a { background-color: rgb(220,83,89); }
div.DivClassName
{
background-color: #DC5359;
}
.BgClassName
{
background-color: #DC5359;
}
</style>
border-color css
<style>
span { border-color: #DC5359; }
span { border-color: rgb(220,83,89); }
td.TdClassName
{
border-color: #DC5359;
}
.TagClassName
{
border-color: #DC5359;
}
</style>