Shades of Mandy #DC4351
Tints of Mandy #DC4351
RGB
CMYK
RGB Variations
Color information
#DC4351 (or 0xDC4351) is known color: Mandy. HEX triplet: DC, 43 and 51. RGB value is (220,67,81). Sum of RGB (Red+Green+Blue) = 220+67+81=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4351 is #23BCAE. Grayscale: #727272. Windows color (decimal): -2342063 or 5325788. OLE color: 5325788.
HSL color Cylindrical-coordinate representation of color #DC4351: hue angle of 354.51º 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 #DC4351 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 81 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.14 |
| HSL | 354.51º | 0.69% | 0.56% | - |
| HSV(B) | 354.51º | 0.7% | 0.86% | - |
| XYZ | 33.01 | 19.82 | 9.87 | - |
| YUV | 114.34 | 109.19 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 81 | 0 | 0.70 | 0.63 | 0.14 | 354.51 | 0.69 | 0.56 |
| Hex | DC | 43 | 51 | 0 | 46 | 3F | E | 163 | 45 | 38 |
| Octal | 334 | 103 | 121 | 0 | 106 | 77 | 16 | 543 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1010001 | 0 | 1000110 | 111111 | 1110 | 101100011 | 1000101 | 111000 |
Color Harmonies of #DC4351
Complementary color
Monochromatic Colors of #DC4351
Black with #DC4351
Text Example
Text Example
White with #DC4351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4351; }
p { color: rgb(220,67,81); }
H1.HeaderClassName
{
color: #DC4351;
}
.AnyTagClassName
{
color: #DC4351;
}
</style>
background-color css
<style>
a { background-color: #DC4351; }
a { background-color: rgb(220,67,81); }
div.DivClassName
{
background-color: #DC4351;
}
.BgClassName
{
background-color: #DC4351;
}
</style>
border-color css
<style>
span { border-color: #DC4351; }
span { border-color: rgb(220,67,81); }
td.TdClassName
{
border-color: #DC4351;
}
.TagClassName
{
border-color: #DC4351;
}
</style>