Shades of Mandy #DC485D
Tints of Mandy #DC485D
RGB
CMYK
RGB Variations
Color information
#DC485D (or 0xDC485D) is known color: Mandy. HEX triplet: DC, 48 and 5D. RGB value is (220,72,93). Sum of RGB (Red+Green+Blue) = 220+72+93=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC485D is #23B7A2. Grayscale: #767676. Windows color (decimal): -2340771 or 6113500. OLE color: 6113500.
HSL color Cylindrical-coordinate representation of color #DC485D: hue angle of 351.49º 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 #DC485D is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 93 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.14 |
| HSL | 351.49º | 0.68% | 0.57% | - |
| HSV(B) | 351.49º | 0.67% | 0.86% | - |
| XYZ | 33.81 | 20.64 | 12.56 | - |
| YUV | 118.65 | 113.53 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 93 | 0 | 0.67 | 0.58 | 0.14 | 351.49 | 0.68 | 0.57 |
| Hex | DC | 48 | 5D | 0 | 43 | 3A | E | 15F | 44 | 39 |
| Octal | 334 | 110 | 135 | 0 | 103 | 72 | 16 | 537 | 104 | 71 |
| Binary | 11011100 | 1001000 | 1011101 | 0 | 1000011 | 111010 | 1110 | 101011111 | 1000100 | 111001 |
Color Harmonies of #DC485D
Complementary color
Monochromatic Colors of #DC485D
Black with #DC485D
Text Example
Text Example
White with #DC485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC485D; }
p { color: rgb(220,72,93); }
H1.HeaderClassName
{
color: #DC485D;
}
.AnyTagClassName
{
color: #DC485D;
}
</style>
background-color css
<style>
a { background-color: #DC485D; }
a { background-color: rgb(220,72,93); }
div.DivClassName
{
background-color: #DC485D;
}
.BgClassName
{
background-color: #DC485D;
}
</style>
border-color css
<style>
span { border-color: #DC485D; }
span { border-color: rgb(220,72,93); }
td.TdClassName
{
border-color: #DC485D;
}
.TagClassName
{
border-color: #DC485D;
}
</style>