Shades of Mandy #DC5364
Tints of Mandy #DC5364
RGB
CMYK
RGB Variations
Color information
#DC5364 (or 0xDC5364) is known color: Mandy. HEX triplet: DC, 53 and 64. RGB value is (220,83,100). Sum of RGB (Red+Green+Blue) = 220+83+100=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5364 is #23AC9B. Grayscale: #7D7D7D. Windows color (decimal): -2337948 or 6575068. OLE color: 6575068.
HSL color Cylindrical-coordinate representation of color #DC5364: hue angle of 352.55º 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 #DC5364 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 100 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.14 |
| HSL | 352.55º | 0.66% | 0.59% | - |
| HSV(B) | 352.55º | 0.62% | 0.86% | - |
| XYZ | 34.91 | 22.32 | 14.53 | - |
| YUV | 125.9 | 113.39 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 100 | 0 | 0.62 | 0.55 | 0.14 | 352.55 | 0.66 | 0.59 |
| Hex | DC | 53 | 64 | 0 | 3E | 37 | E | 161 | 42 | 3B |
| Octal | 334 | 123 | 144 | 0 | 76 | 67 | 16 | 541 | 102 | 73 |
| Binary | 11011100 | 1010011 | 1100100 | 0 | 111110 | 110111 | 1110 | 101100001 | 1000010 | 111011 |
Color Harmonies of #DC5364
Complementary color
Monochromatic Colors of #DC5364
Black with #DC5364
Text Example
Text Example
White with #DC5364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5364; }
p { color: rgb(220,83,100); }
H1.HeaderClassName
{
color: #DC5364;
}
.AnyTagClassName
{
color: #DC5364;
}
</style>
background-color css
<style>
a { background-color: #DC5364; }
a { background-color: rgb(220,83,100); }
div.DivClassName
{
background-color: #DC5364;
}
.BgClassName
{
background-color: #DC5364;
}
</style>
border-color css
<style>
span { border-color: #DC5364; }
span { border-color: rgb(220,83,100); }
td.TdClassName
{
border-color: #DC5364;
}
.TagClassName
{
border-color: #DC5364;
}
</style>