Shades of Mandy #DC4150
Tints of Mandy #DC4150
RGB
CMYK
RGB Variations
Color information
#DC4150 (or 0xDC4150) is known color: Mandy. HEX triplet: DC, 41 and 50. RGB value is (220,65,80). Sum of RGB (Red+Green+Blue) = 220+65+80=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4150 is #23BEAF. Grayscale: #717171. Windows color (decimal): -2342576 or 5259740. OLE color: 5259740.
HSL color Cylindrical-coordinate representation of color #DC4150: hue angle of 354.19º 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 #DC4150 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 80 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.14 |
| HSL | 354.19º | 0.69% | 0.56% | - |
| HSV(B) | 354.19º | 0.7% | 0.86% | - |
| XYZ | 32.85 | 19.58 | 9.64 | - |
| YUV | 113.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 80 | 0 | 0.70 | 0.64 | 0.14 | 354.19 | 0.69 | 0.56 |
| Hex | DC | 41 | 50 | 0 | 46 | 40 | E | 162 | 45 | 38 |
| Octal | 334 | 101 | 120 | 0 | 106 | 100 | 16 | 542 | 105 | 70 |
| Binary | 11011100 | 1000001 | 1010000 | 0 | 1000110 | 1000000 | 1110 | 101100010 | 1000101 | 111000 |
Color Harmonies of #DC4150
Complementary color
Monochromatic Colors of #DC4150
Black with #DC4150
Text Example
Text Example
White with #DC4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4150; }
p { color: rgb(220,65,80); }
H1.HeaderClassName
{
color: #DC4150;
}
.AnyTagClassName
{
color: #DC4150;
}
</style>
background-color css
<style>
a { background-color: #DC4150; }
a { background-color: rgb(220,65,80); }
div.DivClassName
{
background-color: #DC4150;
}
.BgClassName
{
background-color: #DC4150;
}
</style>
border-color css
<style>
span { border-color: #DC4150; }
span { border-color: rgb(220,65,80); }
td.TdClassName
{
border-color: #DC4150;
}
.TagClassName
{
border-color: #DC4150;
}
</style>