Shades of Mandy #DC5255
Tints of Mandy #DC5255
RGB
CMYK
RGB Variations
Color information
#DC5255 (or 0xDC5255) is known color: Mandy. HEX triplet: DC, 52 and 55. RGB value is (220,82,85). Sum of RGB (Red+Green+Blue) = 220+82+85=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5255 is #23ADAA. Grayscale: #7B7B7B. Windows color (decimal): -2338219 or 5591772. OLE color: 5591772.
HSL color Cylindrical-coordinate representation of color #DC5255: hue angle of 358.7º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5255 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 85 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.14 |
| HSL | 358.7º | 0.66% | 0.59% | - |
| HSV(B) | 358.7º | 0.63% | 0.86% | - |
| XYZ | 34.17 | 21.91 | 11.02 | - |
| YUV | 123.6 | 106.22 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 85 | 0 | 0.63 | 0.61 | 0.14 | 358.7 | 0.66 | 0.59 |
| Hex | DC | 52 | 55 | 0 | 3F | 3D | E | 167 | 42 | 3B |
| Octal | 334 | 122 | 125 | 0 | 77 | 75 | 16 | 547 | 102 | 73 |
| Binary | 11011100 | 1010010 | 1010101 | 0 | 111111 | 111101 | 1110 | 101100111 | 1000010 | 111011 |
Color Harmonies of #DC5255
Complementary color
Monochromatic Colors of #DC5255
Black with #DC5255
Text Example
Text Example
White with #DC5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5255; }
p { color: rgb(220,82,85); }
H1.HeaderClassName
{
color: #DC5255;
}
.AnyTagClassName
{
color: #DC5255;
}
</style>
background-color css
<style>
a { background-color: #DC5255; }
a { background-color: rgb(220,82,85); }
div.DivClassName
{
background-color: #DC5255;
}
.BgClassName
{
background-color: #DC5255;
}
</style>
border-color css
<style>
span { border-color: #DC5255; }
span { border-color: rgb(220,82,85); }
td.TdClassName
{
border-color: #DC5255;
}
.TagClassName
{
border-color: #DC5255;
}
</style>