Shades of Mandy #D34D62
Tints of Mandy #D34D62
RGB
CMYK
RGB Variations
Color information
#D34D62 (or 0xD34D62) is known color: Mandy. HEX triplet: D3, 4D and 62. RGB value is (211,77,98). Sum of RGB (Red+Green+Blue) = 211+77+98=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D34D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34D62 is #2CB29D. Grayscale: #777777. Windows color (decimal): -2929310 or 6442451. OLE color: 6442451.
HSL color Cylindrical-coordinate representation of color #D34D62: hue angle of 350.6º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34D62 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 77 | 98 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.17 |
| HSL | 350.6º | 0.6% | 0.56% | - |
| HSV(B) | 350.6º | 0.64% | 0.83% | - |
| XYZ | 31.72 | 20.04 | 13.75 | - |
| YUV | 119.46 | 115.89 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 77 | 98 | 0 | 0.64 | 0.54 | 0.17 | 350.6 | 0.6 | 0.56 |
| Hex | D3 | 4D | 62 | 0 | 40 | 36 | 11 | 15F | 3C | 38 |
| Octal | 323 | 115 | 142 | 0 | 100 | 66 | 21 | 537 | 74 | 70 |
| Binary | 11010011 | 1001101 | 1100010 | 0 | 1000000 | 110110 | 10001 | 101011111 | 111100 | 111000 |
Color Harmonies of #D34D62
Complementary color
Monochromatic Colors of #D34D62
Black with #D34D62
Text Example
Text Example
White with #D34D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34D62; }
p { color: rgb(211,77,98); }
H1.HeaderClassName
{
color: #D34D62;
}
.AnyTagClassName
{
color: #D34D62;
}
</style>
background-color css
<style>
a { background-color: #D34D62; }
a { background-color: rgb(211,77,98); }
div.DivClassName
{
background-color: #D34D62;
}
.BgClassName
{
background-color: #D34D62;
}
</style>
border-color css
<style>
span { border-color: #D34D62; }
span { border-color: rgb(211,77,98); }
td.TdClassName
{
border-color: #D34D62;
}
.TagClassName
{
border-color: #D34D62;
}
</style>