Shades of Mandy #DC424C
Tints of Mandy #DC424C
RGB
CMYK
RGB Variations
Color information
#DC424C (or 0xDC424C) is known color: Mandy. HEX triplet: DC, 42 and 4C. RGB value is (220,66,76). Sum of RGB (Red+Green+Blue) = 220+66+76=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC424C is #23BDB3. Grayscale: #717171. Windows color (decimal): -2342324 or 4997852. OLE color: 4997852.
HSL color Cylindrical-coordinate representation of color #DC424C: hue angle of 356.1º 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 #DC424C is Cyan = 0, Magento = 0.7, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 76 | - |
| CMYK | 0 | 0.7 | 0.65 | 0.14 |
| HSL | 356.1º | 0.69% | 0.56% | - |
| HSV(B) | 356.1º | 0.7% | 0.86% | - |
| XYZ | 32.77 | 19.63 | 8.9 | - |
| YUV | 113.19 | 107.02 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 76 | 0 | 0.7 | 0.65 | 0.14 | 356.1 | 0.69 | 0.56 |
| Hex | DC | 42 | 4C | 0 | 46 | 41 | E | 164 | 45 | 38 |
| Octal | 334 | 102 | 114 | 0 | 106 | 101 | 16 | 544 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1001100 | 0 | 1000110 | 1000001 | 1110 | 101100100 | 1000101 | 111000 |
Color Harmonies of #DC424C
Complementary color
Monochromatic Colors of #DC424C
Black with #DC424C
Text Example
Text Example
White with #DC424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC424C; }
p { color: rgb(220,66,76); }
H1.HeaderClassName
{
color: #DC424C;
}
.AnyTagClassName
{
color: #DC424C;
}
</style>
background-color css
<style>
a { background-color: #DC424C; }
a { background-color: rgb(220,66,76); }
div.DivClassName
{
background-color: #DC424C;
}
.BgClassName
{
background-color: #DC424C;
}
</style>
border-color css
<style>
span { border-color: #DC424C; }
span { border-color: rgb(220,66,76); }
td.TdClassName
{
border-color: #DC424C;
}
.TagClassName
{
border-color: #DC424C;
}
</style>