Shades of Mandy #DC4761
Tints of Mandy #DC4761
RGB
CMYK
RGB Variations
Color information
#DC4761 (or 0xDC4761) is known color: Mandy. HEX triplet: DC, 47 and 61. RGB value is (220,71,97). Sum of RGB (Red+Green+Blue) = 220+71+97=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4761 is #23B89E. Grayscale: #767676. Windows color (decimal): -2341023 or 6375388. OLE color: 6375388.
HSL color Cylindrical-coordinate representation of color #DC4761: hue angle of 349.53º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4761 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 97 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.14 |
| HSL | 349.53º | 0.68% | 0.57% | - |
| HSV(B) | 349.53º | 0.68% | 0.86% | - |
| XYZ | 33.93 | 20.59 | 13.49 | - |
| YUV | 118.52 | 115.86 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 97 | 0 | 0.68 | 0.56 | 0.14 | 349.53 | 0.68 | 0.57 |
| Hex | DC | 47 | 61 | 0 | 44 | 38 | E | 15E | 44 | 39 |
| Octal | 334 | 107 | 141 | 0 | 104 | 70 | 16 | 536 | 104 | 71 |
| Binary | 11011100 | 1000111 | 1100001 | 0 | 1000100 | 111000 | 1110 | 101011110 | 1000100 | 111001 |
Color Harmonies of #DC4761
Complementary color
Monochromatic Colors of #DC4761
Black with #DC4761
Text Example
Text Example
White with #DC4761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4761; }
p { color: rgb(220,71,97); }
H1.HeaderClassName
{
color: #DC4761;
}
.AnyTagClassName
{
color: #DC4761;
}
</style>
background-color css
<style>
a { background-color: #DC4761; }
a { background-color: rgb(220,71,97); }
div.DivClassName
{
background-color: #DC4761;
}
.BgClassName
{
background-color: #DC4761;
}
</style>
border-color css
<style>
span { border-color: #DC4761; }
span { border-color: rgb(220,71,97); }
td.TdClassName
{
border-color: #DC4761;
}
.TagClassName
{
border-color: #DC4761;
}
</style>