Shades of Mandy #D34856
Tints of Mandy #D34856
RGB
CMYK
RGB Variations
Color information
#D34856 (or 0xD34856) is known color: Mandy. HEX triplet: D3, 48 and 56. RGB value is (211,72,86). Sum of RGB (Red+Green+Blue) = 211+72+86=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D34856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34856 is #2CB7A9. Grayscale: #737373. Windows color (decimal): -2930602 or 5654739. OLE color: 5654739.
HSL color Cylindrical-coordinate representation of color #D34856: hue angle of 353.96º 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 #D34856 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 86 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.17 |
| HSL | 353.96º | 0.61% | 0.55% | - |
| HSV(B) | 353.96º | 0.66% | 0.83% | - |
| XYZ | 30.86 | 19.16 | 10.87 | - |
| YUV | 115.16 | 111.55 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 86 | 0 | 0.66 | 0.59 | 0.17 | 353.96 | 0.61 | 0.55 |
| Hex | D3 | 48 | 56 | 0 | 42 | 3B | 11 | 162 | 3D | 37 |
| Octal | 323 | 110 | 126 | 0 | 102 | 73 | 21 | 542 | 75 | 67 |
| Binary | 11010011 | 1001000 | 1010110 | 0 | 1000010 | 111011 | 10001 | 101100010 | 111101 | 110111 |
Color Harmonies of #D34856
Complementary color
Monochromatic Colors of #D34856
Black with #D34856
Text Example
Text Example
White with #D34856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34856; }
p { color: rgb(211,72,86); }
H1.HeaderClassName
{
color: #D34856;
}
.AnyTagClassName
{
color: #D34856;
}
</style>
background-color css
<style>
a { background-color: #D34856; }
a { background-color: rgb(211,72,86); }
div.DivClassName
{
background-color: #D34856;
}
.BgClassName
{
background-color: #D34856;
}
</style>
border-color css
<style>
span { border-color: #D34856; }
span { border-color: rgb(211,72,86); }
td.TdClassName
{
border-color: #D34856;
}
.TagClassName
{
border-color: #D34856;
}
</style>