Shades of Mandy #DC4447
Tints of Mandy #DC4447
RGB
CMYK
RGB Variations
Color information
#DC4447 (or 0xDC4447) is known color: Mandy. HEX triplet: DC, 44 and 47. RGB value is (220,68,71). Sum of RGB (Red+Green+Blue) = 220+68+71=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4447 is #23BBB8. Grayscale: #717171. Windows color (decimal): -2341817 or 4670684. OLE color: 4670684.
HSL color Cylindrical-coordinate representation of color #DC4447: hue angle of 358.82º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4447 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 71 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.14 |
| HSL | 358.82º | 0.68% | 0.56% | - |
| HSV(B) | 358.82º | 0.69% | 0.86% | - |
| XYZ | 32.72 | 19.8 | 8.06 | - |
| YUV | 113.79 | 103.86 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 71 | 0 | 0.69 | 0.68 | 0.14 | 358.82 | 0.68 | 0.56 |
| Hex | DC | 44 | 47 | 0 | 45 | 44 | E | 167 | 44 | 38 |
| Octal | 334 | 104 | 107 | 0 | 105 | 104 | 16 | 547 | 104 | 70 |
| Binary | 11011100 | 1000100 | 1000111 | 0 | 1000101 | 1000100 | 1110 | 101100111 | 1000100 | 111000 |
Color Harmonies of #DC4447
Complementary color
Monochromatic Colors of #DC4447
Black with #DC4447
Text Example
Text Example
White with #DC4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4447; }
p { color: rgb(220,68,71); }
H1.HeaderClassName
{
color: #DC4447;
}
.AnyTagClassName
{
color: #DC4447;
}
</style>
background-color css
<style>
a { background-color: #DC4447; }
a { background-color: rgb(220,68,71); }
div.DivClassName
{
background-color: #DC4447;
}
.BgClassName
{
background-color: #DC4447;
}
</style>
border-color css
<style>
span { border-color: #DC4447; }
span { border-color: rgb(220,68,71); }
td.TdClassName
{
border-color: #DC4447;
}
.TagClassName
{
border-color: #DC4447;
}
</style>