Shades of Mandy #D34752
Tints of Mandy #D34752
RGB
CMYK
RGB Variations
Color information
#D34752 (or 0xD34752) is known color: Mandy. HEX triplet: D3, 47 and 52. RGB value is (211,71,82). Sum of RGB (Red+Green+Blue) = 211+71+82=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D34752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34752 is #2CB8AD. Grayscale: #727272. Windows color (decimal): -2930862 or 5392339. OLE color: 5392339.
HSL color Cylindrical-coordinate representation of color #D34752: hue angle of 355.29º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34752 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 82 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.17 |
| HSL | 355.29º | 0.61% | 0.55% | - |
| HSV(B) | 355.29º | 0.66% | 0.83% | - |
| XYZ | 30.64 | 18.96 | 10.03 | - |
| YUV | 114.11 | 109.88 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 82 | 0 | 0.66 | 0.61 | 0.17 | 355.29 | 0.61 | 0.55 |
| Hex | D3 | 47 | 52 | 0 | 42 | 3D | 11 | 163 | 3D | 37 |
| Octal | 323 | 107 | 122 | 0 | 102 | 75 | 21 | 543 | 75 | 67 |
| Binary | 11010011 | 1000111 | 1010010 | 0 | 1000010 | 111101 | 10001 | 101100011 | 111101 | 110111 |
Color Harmonies of #D34752
Complementary color
Monochromatic Colors of #D34752
Black with #D34752
Text Example
Text Example
White with #D34752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34752; }
p { color: rgb(211,71,82); }
H1.HeaderClassName
{
color: #D34752;
}
.AnyTagClassName
{
color: #D34752;
}
</style>
background-color css
<style>
a { background-color: #D34752; }
a { background-color: rgb(211,71,82); }
div.DivClassName
{
background-color: #D34752;
}
.BgClassName
{
background-color: #D34752;
}
</style>
border-color css
<style>
span { border-color: #D34752; }
span { border-color: rgb(211,71,82); }
td.TdClassName
{
border-color: #D34752;
}
.TagClassName
{
border-color: #D34752;
}
</style>