Shades of Mandy #DC5357
Tints of Mandy #DC5357
RGB
CMYK
RGB Variations
Color information
#DC5357 (or 0xDC5357) is known color: Mandy. HEX triplet: DC, 53 and 57. RGB value is (220,83,87). Sum of RGB (Red+Green+Blue) = 220+83+87=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5357 is #23ACA8. Grayscale: #7C7C7C. Windows color (decimal): -2337961 or 5723100. OLE color: 5723100.
HSL color Cylindrical-coordinate representation of color #DC5357: hue angle of 358.25º 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 #DC5357 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 87 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.14 |
| HSL | 358.25º | 0.66% | 0.59% | - |
| HSV(B) | 358.25º | 0.62% | 0.86% | - |
| XYZ | 34.33 | 22.09 | 11.47 | - |
| YUV | 124.42 | 106.89 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 87 | 0 | 0.62 | 0.60 | 0.14 | 358.25 | 0.66 | 0.59 |
| Hex | DC | 53 | 57 | 0 | 3E | 3C | E | 166 | 42 | 3B |
| Octal | 334 | 123 | 127 | 0 | 76 | 74 | 16 | 546 | 102 | 73 |
| Binary | 11011100 | 1010011 | 1010111 | 0 | 111110 | 111100 | 1110 | 101100110 | 1000010 | 111011 |
Color Harmonies of #DC5357
Complementary color
Monochromatic Colors of #DC5357
Black with #DC5357
Text Example
Text Example
White with #DC5357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5357; }
p { color: rgb(220,83,87); }
H1.HeaderClassName
{
color: #DC5357;
}
.AnyTagClassName
{
color: #DC5357;
}
</style>
background-color css
<style>
a { background-color: #DC5357; }
a { background-color: rgb(220,83,87); }
div.DivClassName
{
background-color: #DC5357;
}
.BgClassName
{
background-color: #DC5357;
}
</style>
border-color css
<style>
span { border-color: #DC5357; }
span { border-color: rgb(220,83,87); }
td.TdClassName
{
border-color: #DC5357;
}
.TagClassName
{
border-color: #DC5357;
}
</style>