Shades of Mandy #DC4549
Tints of Mandy #DC4549
RGB
CMYK
RGB Variations
Color information
#DC4549 (or 0xDC4549) is known color: Mandy. HEX triplet: DC, 45 and 49. RGB value is (220,69,73). Sum of RGB (Red+Green+Blue) = 220+69+73=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4549 is #23BAB6. Grayscale: #727272. Windows color (decimal): -2341559 or 4802012. OLE color: 4802012.
HSL color Cylindrical-coordinate representation of color #DC4549: hue angle of 358.41º 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 #DC4549 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 73 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.14 |
| HSL | 358.41º | 0.68% | 0.57% | - |
| HSV(B) | 358.41º | 0.69% | 0.86% | - |
| XYZ | 32.85 | 19.95 | 8.42 | - |
| YUV | 114.61 | 104.53 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 73 | 0 | 0.69 | 0.67 | 0.14 | 358.41 | 0.68 | 0.57 |
| Hex | DC | 45 | 49 | 0 | 45 | 43 | E | 166 | 44 | 39 |
| Octal | 334 | 105 | 111 | 0 | 105 | 103 | 16 | 546 | 104 | 71 |
| Binary | 11011100 | 1000101 | 1001001 | 0 | 1000101 | 1000011 | 1110 | 101100110 | 1000100 | 111001 |
Color Harmonies of #DC4549
Complementary color
Monochromatic Colors of #DC4549
Black with #DC4549
Text Example
Text Example
White with #DC4549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4549; }
p { color: rgb(220,69,73); }
H1.HeaderClassName
{
color: #DC4549;
}
.AnyTagClassName
{
color: #DC4549;
}
</style>
background-color css
<style>
a { background-color: #DC4549; }
a { background-color: rgb(220,69,73); }
div.DivClassName
{
background-color: #DC4549;
}
.BgClassName
{
background-color: #DC4549;
}
</style>
border-color css
<style>
span { border-color: #DC4549; }
span { border-color: rgb(220,69,73); }
td.TdClassName
{
border-color: #DC4549;
}
.TagClassName
{
border-color: #DC4549;
}
</style>