Shades of Mandy #DC4350
Tints of Mandy #DC4350
RGB
CMYK
RGB Variations
Color information
#DC4350 (or 0xDC4350) is known color: Mandy. HEX triplet: DC, 43 and 50. RGB value is (220,67,80). Sum of RGB (Red+Green+Blue) = 220+67+80=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4350 is #23BCAF. Grayscale: #727272. Windows color (decimal): -2342064 or 5260252. OLE color: 5260252.
HSL color Cylindrical-coordinate representation of color #DC4350: hue angle of 354.9º 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 #DC4350 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 80 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.14 |
| HSL | 354.9º | 0.69% | 0.56% | - |
| HSV(B) | 354.9º | 0.7% | 0.86% | - |
| XYZ | 32.97 | 19.81 | 9.68 | - |
| YUV | 114.23 | 108.69 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 80 | 0 | 0.70 | 0.64 | 0.14 | 354.9 | 0.69 | 0.56 |
| Hex | DC | 43 | 50 | 0 | 46 | 40 | E | 163 | 45 | 38 |
| Octal | 334 | 103 | 120 | 0 | 106 | 100 | 16 | 543 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1010000 | 0 | 1000110 | 1000000 | 1110 | 101100011 | 1000101 | 111000 |
Color Harmonies of #DC4350
Complementary color
Monochromatic Colors of #DC4350
Black with #DC4350
Text Example
Text Example
White with #DC4350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4350; }
p { color: rgb(220,67,80); }
H1.HeaderClassName
{
color: #DC4350;
}
.AnyTagClassName
{
color: #DC4350;
}
</style>
background-color css
<style>
a { background-color: #DC4350; }
a { background-color: rgb(220,67,80); }
div.DivClassName
{
background-color: #DC4350;
}
.BgClassName
{
background-color: #DC4350;
}
</style>
border-color css
<style>
span { border-color: #DC4350; }
span { border-color: rgb(220,67,80); }
td.TdClassName
{
border-color: #DC4350;
}
.TagClassName
{
border-color: #DC4350;
}
</style>