Shades of Mandy #DC465F
Tints of Mandy #DC465F
RGB
CMYK
RGB Variations
Color information
#DC465F (or 0xDC465F) is known color: Mandy. HEX triplet: DC, 46 and 5F. RGB value is (220,70,95). Sum of RGB (Red+Green+Blue) = 220+70+95=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC465F is #23B9A0. Grayscale: #757575. Windows color (decimal): -2341281 or 6244060. OLE color: 6244060.
HSL color Cylindrical-coordinate representation of color #DC465F: hue angle of 350º 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 #DC465F is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 95 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.14 |
| HSL | 350º | 0.68% | 0.57% | - |
| HSV(B) | 350º | 0.68% | 0.86% | - |
| XYZ | 33.77 | 20.42 | 12.99 | - |
| YUV | 117.7 | 115.2 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 95 | 0 | 0.68 | 0.57 | 0.14 | 350 | 0.68 | 0.57 |
| Hex | DC | 46 | 5F | 0 | 44 | 39 | E | 15E | 44 | 39 |
| Octal | 334 | 106 | 137 | 0 | 104 | 71 | 16 | 536 | 104 | 71 |
| Binary | 11011100 | 1000110 | 1011111 | 0 | 1000100 | 111001 | 1110 | 101011110 | 1000100 | 111001 |
Color Harmonies of #DC465F
Complementary color
Monochromatic Colors of #DC465F
Black with #DC465F
Text Example
Text Example
White with #DC465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC465F; }
p { color: rgb(220,70,95); }
H1.HeaderClassName
{
color: #DC465F;
}
.AnyTagClassName
{
color: #DC465F;
}
</style>
background-color css
<style>
a { background-color: #DC465F; }
a { background-color: rgb(220,70,95); }
div.DivClassName
{
background-color: #DC465F;
}
.BgClassName
{
background-color: #DC465F;
}
</style>
border-color css
<style>
span { border-color: #DC465F; }
span { border-color: rgb(220,70,95); }
td.TdClassName
{
border-color: #DC465F;
}
.TagClassName
{
border-color: #DC465F;
}
</style>