Shades of Mandy #DC4354
Tints of Mandy #DC4354
RGB
CMYK
RGB Variations
Color information
#DC4354 (or 0xDC4354) is known color: Mandy. HEX triplet: DC, 43 and 54. RGB value is (220,67,84). Sum of RGB (Red+Green+Blue) = 220+67+84=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4354 is #23BCAB. Grayscale: #727272. Windows color (decimal): -2342060 or 5522396. OLE color: 5522396.
HSL color Cylindrical-coordinate representation of color #DC4354: hue angle of 353.33º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4354 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 84 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.14 |
| HSL | 353.33º | 0.69% | 0.56% | - |
| HSV(B) | 353.33º | 0.7% | 0.86% | - |
| XYZ | 33.12 | 19.87 | 10.48 | - |
| YUV | 114.69 | 110.69 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 84 | 0 | 0.70 | 0.62 | 0.14 | 353.33 | 0.69 | 0.56 |
| Hex | DC | 43 | 54 | 0 | 46 | 3E | E | 161 | 45 | 38 |
| Octal | 334 | 103 | 124 | 0 | 106 | 76 | 16 | 541 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1010100 | 0 | 1000110 | 111110 | 1110 | 101100001 | 1000101 | 111000 |
Color Harmonies of #DC4354
Complementary color
Monochromatic Colors of #DC4354
Black with #DC4354
Text Example
Text Example
White with #DC4354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4354; }
p { color: rgb(220,67,84); }
H1.HeaderClassName
{
color: #DC4354;
}
.AnyTagClassName
{
color: #DC4354;
}
</style>
background-color css
<style>
a { background-color: #DC4354; }
a { background-color: rgb(220,67,84); }
div.DivClassName
{
background-color: #DC4354;
}
.BgClassName
{
background-color: #DC4354;
}
</style>
border-color css
<style>
span { border-color: #DC4354; }
span { border-color: rgb(220,67,84); }
td.TdClassName
{
border-color: #DC4354;
}
.TagClassName
{
border-color: #DC4354;
}
</style>