Shades of Mandy #DC4A60
Tints of Mandy #DC4A60
RGB
CMYK
RGB Variations
Color information
#DC4A60 (or 0xDC4A60) is known color: Mandy. HEX triplet: DC, 4A and 60. RGB value is (220,74,96). Sum of RGB (Red+Green+Blue) = 220+74+96=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4A60 is #23B59F. Grayscale: #787878. Windows color (decimal): -2340256 or 6310620. OLE color: 6310620.
HSL color Cylindrical-coordinate representation of color #DC4A60: hue angle of 350.96º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4A60 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 96 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.14 |
| HSL | 350.96º | 0.68% | 0.58% | - |
| HSV(B) | 350.96º | 0.66% | 0.86% | - |
| XYZ | 34.08 | 20.96 | 13.32 | - |
| YUV | 120.16 | 114.37 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 96 | 0 | 0.66 | 0.56 | 0.14 | 350.96 | 0.68 | 0.58 |
| Hex | DC | 4A | 60 | 0 | 42 | 38 | E | 15F | 44 | 3A |
| Octal | 334 | 112 | 140 | 0 | 102 | 70 | 16 | 537 | 104 | 72 |
| Binary | 11011100 | 1001010 | 1100000 | 0 | 1000010 | 111000 | 1110 | 101011111 | 1000100 | 111010 |
Color Harmonies of #DC4A60
Complementary color
Monochromatic Colors of #DC4A60
Black with #DC4A60
Text Example
Text Example
White with #DC4A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A60; }
p { color: rgb(220,74,96); }
H1.HeaderClassName
{
color: #DC4A60;
}
.AnyTagClassName
{
color: #DC4A60;
}
</style>
background-color css
<style>
a { background-color: #DC4A60; }
a { background-color: rgb(220,74,96); }
div.DivClassName
{
background-color: #DC4A60;
}
.BgClassName
{
background-color: #DC4A60;
}
</style>
border-color css
<style>
span { border-color: #DC4A60; }
span { border-color: rgb(220,74,96); }
td.TdClassName
{
border-color: #DC4A60;
}
.TagClassName
{
border-color: #DC4A60;
}
</style>