Shades of Mandy #DC465D
Tints of Mandy #DC465D
RGB
CMYK
RGB Variations
Color information
#DC465D (or 0xDC465D) is known color: Mandy. HEX triplet: DC, 46 and 5D. RGB value is (220,70,93). Sum of RGB (Red+Green+Blue) = 220+70+93=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC465D is #23B9A2. Grayscale: #757575. Windows color (decimal): -2341283 or 6112988. OLE color: 6112988.
HSL color Cylindrical-coordinate representation of color #DC465D: hue angle of 350.8º 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 #DC465D is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 93 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.14 |
| HSL | 350.8º | 0.68% | 0.57% | - |
| HSV(B) | 350.8º | 0.68% | 0.86% | - |
| XYZ | 33.68 | 20.39 | 12.52 | - |
| YUV | 117.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 93 | 0 | 0.68 | 0.58 | 0.14 | 350.8 | 0.68 | 0.57 |
| Hex | DC | 46 | 5D | 0 | 44 | 3A | E | 15F | 44 | 39 |
| Octal | 334 | 106 | 135 | 0 | 104 | 72 | 16 | 537 | 104 | 71 |
| Binary | 11011100 | 1000110 | 1011101 | 0 | 1000100 | 111010 | 1110 | 101011111 | 1000100 | 111001 |
Color Harmonies of #DC465D
Complementary color
Monochromatic Colors of #DC465D
Black with #DC465D
Text Example
Text Example
White with #DC465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC465D; }
p { color: rgb(220,70,93); }
H1.HeaderClassName
{
color: #DC465D;
}
.AnyTagClassName
{
color: #DC465D;
}
</style>
background-color css
<style>
a { background-color: #DC465D; }
a { background-color: rgb(220,70,93); }
div.DivClassName
{
background-color: #DC465D;
}
.BgClassName
{
background-color: #DC465D;
}
</style>
border-color css
<style>
span { border-color: #DC465D; }
span { border-color: rgb(220,70,93); }
td.TdClassName
{
border-color: #DC465D;
}
.TagClassName
{
border-color: #DC465D;
}
</style>