Shades of Mandy #DC444C
Tints of Mandy #DC444C
RGB
CMYK
RGB Variations
Color information
#DC444C (or 0xDC444C) is known color: Mandy. HEX triplet: DC, 44 and 4C. RGB value is (220,68,76). Sum of RGB (Red+Green+Blue) = 220+68+76=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC444C is #23BBB3. Grayscale: #727272. Windows color (decimal): -2341812 or 4998364. OLE color: 4998364.
HSL color Cylindrical-coordinate representation of color #DC444C: hue angle of 356.84º 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 #DC444C is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 76 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.14 |
| HSL | 356.84º | 0.68% | 0.56% | - |
| HSV(B) | 356.84º | 0.69% | 0.86% | - |
| XYZ | 32.89 | 19.87 | 8.94 | - |
| YUV | 114.36 | 106.36 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 76 | 0 | 0.69 | 0.65 | 0.14 | 356.84 | 0.68 | 0.56 |
| Hex | DC | 44 | 4C | 0 | 45 | 41 | E | 165 | 44 | 38 |
| Octal | 334 | 104 | 114 | 0 | 105 | 101 | 16 | 545 | 104 | 70 |
| Binary | 11011100 | 1000100 | 1001100 | 0 | 1000101 | 1000001 | 1110 | 101100101 | 1000100 | 111000 |
Color Harmonies of #DC444C
Complementary color
Monochromatic Colors of #DC444C
Black with #DC444C
Text Example
Text Example
White with #DC444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC444C; }
p { color: rgb(220,68,76); }
H1.HeaderClassName
{
color: #DC444C;
}
.AnyTagClassName
{
color: #DC444C;
}
</style>
background-color css
<style>
a { background-color: #DC444C; }
a { background-color: rgb(220,68,76); }
div.DivClassName
{
background-color: #DC444C;
}
.BgClassName
{
background-color: #DC444C;
}
</style>
border-color css
<style>
span { border-color: #DC444C; }
span { border-color: rgb(220,68,76); }
td.TdClassName
{
border-color: #DC444C;
}
.TagClassName
{
border-color: #DC444C;
}
</style>