Shades of Mandy #D34757
Tints of Mandy #D34757
RGB
CMYK
RGB Variations
Color information
#D34757 (or 0xD34757) is known color: Mandy. HEX triplet: D3, 47 and 57. RGB value is (211,71,87). Sum of RGB (Red+Green+Blue) = 211+71+87=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D34757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34757 is #2CB8A8. Grayscale: #727272. Windows color (decimal): -2930857 or 5720019. OLE color: 5720019.
HSL color Cylindrical-coordinate representation of color #D34757: hue angle of 353.14º 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 #D34757 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 87 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.17 |
| HSL | 353.14º | 0.61% | 0.55% | - |
| HSV(B) | 353.14º | 0.66% | 0.83% | - |
| XYZ | 30.84 | 19.04 | 11.07 | - |
| YUV | 114.68 | 112.38 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 87 | 0 | 0.66 | 0.59 | 0.17 | 353.14 | 0.61 | 0.55 |
| Hex | D3 | 47 | 57 | 0 | 42 | 3B | 11 | 161 | 3D | 37 |
| Octal | 323 | 107 | 127 | 0 | 102 | 73 | 21 | 541 | 75 | 67 |
| Binary | 11010011 | 1000111 | 1010111 | 0 | 1000010 | 111011 | 10001 | 101100001 | 111101 | 110111 |
Color Harmonies of #D34757
Complementary color
Monochromatic Colors of #D34757
Black with #D34757
Text Example
Text Example
White with #D34757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34757; }
p { color: rgb(211,71,87); }
H1.HeaderClassName
{
color: #D34757;
}
.AnyTagClassName
{
color: #D34757;
}
</style>
background-color css
<style>
a { background-color: #D34757; }
a { background-color: rgb(211,71,87); }
div.DivClassName
{
background-color: #D34757;
}
.BgClassName
{
background-color: #D34757;
}
</style>
border-color css
<style>
span { border-color: #D34757; }
span { border-color: rgb(211,71,87); }
td.TdClassName
{
border-color: #D34757;
}
.TagClassName
{
border-color: #D34757;
}
</style>