Shades of Mandy #DC444E
Tints of Mandy #DC444E
RGB
CMYK
RGB Variations
Color information
#DC444E (or 0xDC444E) is known color: Mandy. HEX triplet: DC, 44 and 4E. RGB value is (220,68,78). Sum of RGB (Red+Green+Blue) = 220+68+78=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC444E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC444E is #23BBB1. Grayscale: #727272. Windows color (decimal): -2341810 or 5129436. OLE color: 5129436.
HSL color Cylindrical-coordinate representation of color #DC444E: hue angle of 356.05º 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 #DC444E is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 78 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.14 |
| HSL | 356.05º | 0.68% | 0.56% | - |
| HSV(B) | 356.05º | 0.69% | 0.86% | - |
| XYZ | 32.96 | 19.9 | 9.31 | - |
| YUV | 114.59 | 107.36 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 78 | 0 | 0.69 | 0.65 | 0.14 | 356.05 | 0.68 | 0.56 |
| Hex | DC | 44 | 4E | 0 | 45 | 41 | E | 164 | 44 | 38 |
| Octal | 334 | 104 | 116 | 0 | 105 | 101 | 16 | 544 | 104 | 70 |
| Binary | 11011100 | 1000100 | 1001110 | 0 | 1000101 | 1000001 | 1110 | 101100100 | 1000100 | 111000 |
Color Harmonies of #DC444E
Complementary color
Monochromatic Colors of #DC444E
Black with #DC444E
Text Example
Text Example
White with #DC444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC444E; }
p { color: rgb(220,68,78); }
H1.HeaderClassName
{
color: #DC444E;
}
.AnyTagClassName
{
color: #DC444E;
}
</style>
background-color css
<style>
a { background-color: #DC444E; }
a { background-color: rgb(220,68,78); }
div.DivClassName
{
background-color: #DC444E;
}
.BgClassName
{
background-color: #DC444E;
}
</style>
border-color css
<style>
span { border-color: #DC444E; }
span { border-color: rgb(220,68,78); }
td.TdClassName
{
border-color: #DC444E;
}
.TagClassName
{
border-color: #DC444E;
}
</style>