Shades of Mandy #DC4855
Tints of Mandy #DC4855
RGB
CMYK
RGB Variations
Color information
#DC4855 (or 0xDC4855) is known color: Mandy. HEX triplet: DC, 48 and 55. RGB value is (220,72,85). Sum of RGB (Red+Green+Blue) = 220+72+85=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4855 is #23B7AA. Grayscale: #757575. Windows color (decimal): -2340779 or 5589212. OLE color: 5589212.
HSL color Cylindrical-coordinate representation of color #DC4855: hue angle of 354.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC4855 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 85 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.14 |
| HSL | 354.73º | 0.68% | 0.57% | - |
| HSV(B) | 354.73º | 0.67% | 0.86% | - |
| XYZ | 33.47 | 20.51 | 10.79 | - |
| YUV | 117.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 85 | 0 | 0.67 | 0.61 | 0.14 | 354.73 | 0.68 | 0.57 |
| Hex | DC | 48 | 55 | 0 | 43 | 3D | E | 163 | 44 | 39 |
| Octal | 334 | 110 | 125 | 0 | 103 | 75 | 16 | 543 | 104 | 71 |
| Binary | 11011100 | 1001000 | 1010101 | 0 | 1000011 | 111101 | 1110 | 101100011 | 1000100 | 111001 |
Color Harmonies of #DC4855
Complementary color
Monochromatic Colors of #DC4855
Black with #DC4855
Text Example
Text Example
White with #DC4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4855; }
p { color: rgb(220,72,85); }
H1.HeaderClassName
{
color: #DC4855;
}
.AnyTagClassName
{
color: #DC4855;
}
</style>
background-color css
<style>
a { background-color: #DC4855; }
a { background-color: rgb(220,72,85); }
div.DivClassName
{
background-color: #DC4855;
}
.BgClassName
{
background-color: #DC4855;
}
</style>
border-color css
<style>
span { border-color: #DC4855; }
span { border-color: rgb(220,72,85); }
td.TdClassName
{
border-color: #DC4855;
}
.TagClassName
{
border-color: #DC4855;
}
</style>