Shades of Mandy #D34357
Tints of Mandy #D34357
RGB
CMYK
RGB Variations
Color information
#D34357 (or 0xD34357) is known color: Mandy. HEX triplet: D3, 43 and 57. RGB value is (211,67,87). Sum of RGB (Red+Green+Blue) = 211+67+87=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D34357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34357 is #2CBCA8. Grayscale: #707070. Windows color (decimal): -2931881 or 5718995. OLE color: 5718995.
HSL color Cylindrical-coordinate representation of color #D34357: hue angle of 351.67º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34357 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 87 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.17 |
| HSL | 351.67º | 0.62% | 0.55% | - |
| HSV(B) | 351.67º | 0.68% | 0.83% | - |
| XYZ | 30.59 | 18.55 | 10.99 | - |
| YUV | 112.34 | 113.71 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 87 | 0 | 0.68 | 0.59 | 0.17 | 351.67 | 0.62 | 0.55 |
| Hex | D3 | 43 | 57 | 0 | 44 | 3B | 11 | 160 | 3E | 37 |
| Octal | 323 | 103 | 127 | 0 | 104 | 73 | 21 | 540 | 76 | 67 |
| Binary | 11010011 | 1000011 | 1010111 | 0 | 1000100 | 111011 | 10001 | 101100000 | 111110 | 110111 |
Color Harmonies of #D34357
Complementary color
Monochromatic Colors of #D34357
Black with #D34357
Text Example
Text Example
White with #D34357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34357; }
p { color: rgb(211,67,87); }
H1.HeaderClassName
{
color: #D34357;
}
.AnyTagClassName
{
color: #D34357;
}
</style>
background-color css
<style>
a { background-color: #D34357; }
a { background-color: rgb(211,67,87); }
div.DivClassName
{
background-color: #D34357;
}
.BgClassName
{
background-color: #D34357;
}
</style>
border-color css
<style>
span { border-color: #D34357; }
span { border-color: rgb(211,67,87); }
td.TdClassName
{
border-color: #D34357;
}
.TagClassName
{
border-color: #D34357;
}
</style>