Shades of Mandy #DC4A4D
Tints of Mandy #DC4A4D
RGB
CMYK
RGB Variations
Color information
#DC4A4D (or 0xDC4A4D) is known color: Mandy. HEX triplet: DC, 4A and 4D. RGB value is (220,74,77). Sum of RGB (Red+Green+Blue) = 220+74+77=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4A4D is #23B5B2. Grayscale: #767676. Windows color (decimal): -2340275 or 5065436. OLE color: 5065436.
HSL color Cylindrical-coordinate representation of color #DC4A4D: hue angle of 358.77º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4A4D is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 77 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.14 |
| HSL | 358.77º | 0.68% | 0.58% | - |
| HSV(B) | 358.77º | 0.66% | 0.86% | - |
| XYZ | 33.3 | 20.65 | 9.25 | - |
| YUV | 118 | 104.87 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 77 | 0 | 0.66 | 0.65 | 0.14 | 358.77 | 0.68 | 0.58 |
| Hex | DC | 4A | 4D | 0 | 42 | 41 | E | 167 | 44 | 3A |
| Octal | 334 | 112 | 115 | 0 | 102 | 101 | 16 | 547 | 104 | 72 |
| Binary | 11011100 | 1001010 | 1001101 | 0 | 1000010 | 1000001 | 1110 | 101100111 | 1000100 | 111010 |
Color Harmonies of #DC4A4D
Complementary color
Monochromatic Colors of #DC4A4D
Black with #DC4A4D
Text Example
Text Example
White with #DC4A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A4D; }
p { color: rgb(220,74,77); }
H1.HeaderClassName
{
color: #DC4A4D;
}
.AnyTagClassName
{
color: #DC4A4D;
}
</style>
background-color css
<style>
a { background-color: #DC4A4D; }
a { background-color: rgb(220,74,77); }
div.DivClassName
{
background-color: #DC4A4D;
}
.BgClassName
{
background-color: #DC4A4D;
}
</style>
border-color css
<style>
span { border-color: #DC4A4D; }
span { border-color: rgb(220,74,77); }
td.TdClassName
{
border-color: #DC4A4D;
}
.TagClassName
{
border-color: #DC4A4D;
}
</style>