Shades of Mandy #DC5356
Tints of Mandy #DC5356
RGB
CMYK
RGB Variations
Color information
#DC5356 (or 0xDC5356) is known color: Mandy. HEX triplet: DC, 53 and 56. RGB value is (220,83,86). Sum of RGB (Red+Green+Blue) = 220+83+86=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5356 is #23ACA9. Grayscale: #7C7C7C. Windows color (decimal): -2337962 or 5657564. OLE color: 5657564.
HSL color Cylindrical-coordinate representation of color #DC5356: hue angle of 358.69º 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 #DC5356 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 86 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.14 |
| HSL | 358.69º | 0.66% | 0.59% | - |
| HSV(B) | 358.69º | 0.62% | 0.86% | - |
| XYZ | 34.29 | 22.07 | 11.26 | - |
| YUV | 124.31 | 106.39 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 86 | 0 | 0.62 | 0.61 | 0.14 | 358.69 | 0.66 | 0.59 |
| Hex | DC | 53 | 56 | 0 | 3E | 3D | E | 167 | 42 | 3B |
| Octal | 334 | 123 | 126 | 0 | 76 | 75 | 16 | 547 | 102 | 73 |
| Binary | 11011100 | 1010011 | 1010110 | 0 | 111110 | 111101 | 1110 | 101100111 | 1000010 | 111011 |
Color Harmonies of #DC5356
Complementary color
Monochromatic Colors of #DC5356
Black with #DC5356
Text Example
Text Example
White with #DC5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5356; }
p { color: rgb(220,83,86); }
H1.HeaderClassName
{
color: #DC5356;
}
.AnyTagClassName
{
color: #DC5356;
}
</style>
background-color css
<style>
a { background-color: #DC5356; }
a { background-color: rgb(220,83,86); }
div.DivClassName
{
background-color: #DC5356;
}
.BgClassName
{
background-color: #DC5356;
}
</style>
border-color css
<style>
span { border-color: #DC5356; }
span { border-color: rgb(220,83,86); }
td.TdClassName
{
border-color: #DC5356;
}
.TagClassName
{
border-color: #DC5356;
}
</style>