Shades of Mandy #DC424D
Tints of Mandy #DC424D
RGB
CMYK
RGB Variations
Color information
#DC424D (or 0xDC424D) is known color: Mandy. HEX triplet: DC, 42 and 4D. RGB value is (220,66,77). Sum of RGB (Red+Green+Blue) = 220+66+77=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC424D is #23BDB2. Grayscale: #717171. Windows color (decimal): -2342323 or 5063388. OLE color: 5063388.
HSL color Cylindrical-coordinate representation of color #DC424D: hue angle of 355.71º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC424D is Cyan = 0, Magento = 0.7, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 77 | - |
| CMYK | 0 | 0.7 | 0.65 | 0.14 |
| HSL | 355.71º | 0.69% | 0.56% | - |
| HSV(B) | 355.71º | 0.7% | 0.86% | - |
| XYZ | 32.8 | 19.65 | 9.08 | - |
| YUV | 113.3 | 107.52 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 77 | 0 | 0.7 | 0.65 | 0.14 | 355.71 | 0.69 | 0.56 |
| Hex | DC | 42 | 4D | 0 | 46 | 41 | E | 164 | 45 | 38 |
| Octal | 334 | 102 | 115 | 0 | 106 | 101 | 16 | 544 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1001101 | 0 | 1000110 | 1000001 | 1110 | 101100100 | 1000101 | 111000 |
Color Harmonies of #DC424D
Complementary color
Monochromatic Colors of #DC424D
Black with #DC424D
Text Example
Text Example
White with #DC424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC424D; }
p { color: rgb(220,66,77); }
H1.HeaderClassName
{
color: #DC424D;
}
.AnyTagClassName
{
color: #DC424D;
}
</style>
background-color css
<style>
a { background-color: #DC424D; }
a { background-color: rgb(220,66,77); }
div.DivClassName
{
background-color: #DC424D;
}
.BgClassName
{
background-color: #DC424D;
}
</style>
border-color css
<style>
span { border-color: #DC424D; }
span { border-color: rgb(220,66,77); }
td.TdClassName
{
border-color: #DC424D;
}
.TagClassName
{
border-color: #DC424D;
}
</style>