Shades of Mandy #DC424F
Tints of Mandy #DC424F
RGB
CMYK
RGB Variations
Color information
#DC424F (or 0xDC424F) is known color: Mandy. HEX triplet: DC, 42 and 4F. RGB value is (220,66,79). Sum of RGB (Red+Green+Blue) = 220+66+79=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC424F is #23BDB0. Grayscale: #717171. Windows color (decimal): -2342321 or 5194460. OLE color: 5194460.
HSL color Cylindrical-coordinate representation of color #DC424F: hue angle of 354.94º 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 #DC424F is Cyan = 0, Magento = 0.7, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 79 | - |
| CMYK | 0 | 0.7 | 0.64 | 0.14 |
| HSL | 354.94º | 0.69% | 0.56% | - |
| HSV(B) | 354.94º | 0.7% | 0.86% | - |
| XYZ | 32.87 | 19.68 | 9.46 | - |
| YUV | 113.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 79 | 0 | 0.7 | 0.64 | 0.14 | 354.94 | 0.69 | 0.56 |
| Hex | DC | 42 | 4F | 0 | 46 | 40 | E | 163 | 45 | 38 |
| Octal | 334 | 102 | 117 | 0 | 106 | 100 | 16 | 543 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1001111 | 0 | 1000110 | 1000000 | 1110 | 101100011 | 1000101 | 111000 |
Color Harmonies of #DC424F
Complementary color
Monochromatic Colors of #DC424F
Black with #DC424F
Text Example
Text Example
White with #DC424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC424F; }
p { color: rgb(220,66,79); }
H1.HeaderClassName
{
color: #DC424F;
}
.AnyTagClassName
{
color: #DC424F;
}
</style>
background-color css
<style>
a { background-color: #DC424F; }
a { background-color: rgb(220,66,79); }
div.DivClassName
{
background-color: #DC424F;
}
.BgClassName
{
background-color: #DC424F;
}
</style>
border-color css
<style>
span { border-color: #DC424F; }
span { border-color: rgb(220,66,79); }
td.TdClassName
{
border-color: #DC424F;
}
.TagClassName
{
border-color: #DC424F;
}
</style>