Shades of Mandy #DC4755
Tints of Mandy #DC4755
RGB
CMYK
RGB Variations
Color information
#DC4755 (or 0xDC4755) is known color: Mandy. HEX triplet: DC, 47 and 55. RGB value is (220,71,85). Sum of RGB (Red+Green+Blue) = 220+71+85=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4755 is #23B8AA. Grayscale: #757575. Windows color (decimal): -2341035 or 5588956. OLE color: 5588956.
HSL color Cylindrical-coordinate representation of color #DC4755: hue angle of 354.36º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4755 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 85 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.14 |
| HSL | 354.36º | 0.68% | 0.57% | - |
| HSV(B) | 354.36º | 0.68% | 0.86% | - |
| XYZ | 33.41 | 20.38 | 10.77 | - |
| YUV | 117.15 | 109.86 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 85 | 0 | 0.68 | 0.61 | 0.14 | 354.36 | 0.68 | 0.57 |
| Hex | DC | 47 | 55 | 0 | 44 | 3D | E | 162 | 44 | 39 |
| Octal | 334 | 107 | 125 | 0 | 104 | 75 | 16 | 542 | 104 | 71 |
| Binary | 11011100 | 1000111 | 1010101 | 0 | 1000100 | 111101 | 1110 | 101100010 | 1000100 | 111001 |
Color Harmonies of #DC4755
Complementary color
Monochromatic Colors of #DC4755
Black with #DC4755
Text Example
Text Example
White with #DC4755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4755; }
p { color: rgb(220,71,85); }
H1.HeaderClassName
{
color: #DC4755;
}
.AnyTagClassName
{
color: #DC4755;
}
</style>
background-color css
<style>
a { background-color: #DC4755; }
a { background-color: rgb(220,71,85); }
div.DivClassName
{
background-color: #DC4755;
}
.BgClassName
{
background-color: #DC4755;
}
</style>
border-color css
<style>
span { border-color: #DC4755; }
span { border-color: rgb(220,71,85); }
td.TdClassName
{
border-color: #DC4755;
}
.TagClassName
{
border-color: #DC4755;
}
</style>