Shades of Mandy #DC4550
Tints of Mandy #DC4550
RGB
CMYK
RGB Variations
Color information
#DC4550 (or 0xDC4550) is known color: Mandy. HEX triplet: DC, 45 and 50. RGB value is (220,69,80). Sum of RGB (Red+Green+Blue) = 220+69+80=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4550 is #23BAAF. Grayscale: #737373. Windows color (decimal): -2341552 or 5260764. OLE color: 5260764.
HSL color Cylindrical-coordinate representation of color #DC4550: hue angle of 355.63º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4550 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 80 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.14 |
| HSL | 355.63º | 0.68% | 0.57% | - |
| HSV(B) | 355.63º | 0.69% | 0.86% | - |
| XYZ | 33.09 | 20.05 | 9.72 | - |
| YUV | 115.4 | 108.03 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 80 | 0 | 0.69 | 0.64 | 0.14 | 355.63 | 0.68 | 0.57 |
| Hex | DC | 45 | 50 | 0 | 45 | 40 | E | 164 | 44 | 39 |
| Octal | 334 | 105 | 120 | 0 | 105 | 100 | 16 | 544 | 104 | 71 |
| Binary | 11011100 | 1000101 | 1010000 | 0 | 1000101 | 1000000 | 1110 | 101100100 | 1000100 | 111001 |
Color Harmonies of #DC4550
Complementary color
Monochromatic Colors of #DC4550
Black with #DC4550
Text Example
Text Example
White with #DC4550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4550; }
p { color: rgb(220,69,80); }
H1.HeaderClassName
{
color: #DC4550;
}
.AnyTagClassName
{
color: #DC4550;
}
</style>
background-color css
<style>
a { background-color: #DC4550; }
a { background-color: rgb(220,69,80); }
div.DivClassName
{
background-color: #DC4550;
}
.BgClassName
{
background-color: #DC4550;
}
</style>
border-color css
<style>
span { border-color: #DC4550; }
span { border-color: rgb(220,69,80); }
td.TdClassName
{
border-color: #DC4550;
}
.TagClassName
{
border-color: #DC4550;
}
</style>