Shades of Mandy #D34657
Tints of Mandy #D34657
RGB
CMYK
RGB Variations
Color information
#D34657 (or 0xD34657) is known color: Mandy. HEX triplet: D3, 46 and 57. RGB value is (211,70,87). Sum of RGB (Red+Green+Blue) = 211+70+87=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D34657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34657 is #2CB9A8. Grayscale: #727272. Windows color (decimal): -2931113 or 5719763. OLE color: 5719763.
HSL color Cylindrical-coordinate representation of color #D34657: hue angle of 352.77º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D34657 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 87 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.17 |
| HSL | 352.77º | 0.62% | 0.55% | - |
| HSV(B) | 352.77º | 0.67% | 0.83% | - |
| XYZ | 30.77 | 18.92 | 11.05 | - |
| YUV | 114.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 87 | 0 | 0.67 | 0.59 | 0.17 | 352.77 | 0.62 | 0.55 |
| Hex | D3 | 46 | 57 | 0 | 43 | 3B | 11 | 161 | 3E | 37 |
| Octal | 323 | 106 | 127 | 0 | 103 | 73 | 21 | 541 | 76 | 67 |
| Binary | 11010011 | 1000110 | 1010111 | 0 | 1000011 | 111011 | 10001 | 101100001 | 111110 | 110111 |
Color Harmonies of #D34657
Complementary color
Monochromatic Colors of #D34657
Black with #D34657
Text Example
Text Example
White with #D34657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34657; }
p { color: rgb(211,70,87); }
H1.HeaderClassName
{
color: #D34657;
}
.AnyTagClassName
{
color: #D34657;
}
</style>
background-color css
<style>
a { background-color: #D34657; }
a { background-color: rgb(211,70,87); }
div.DivClassName
{
background-color: #D34657;
}
.BgClassName
{
background-color: #D34657;
}
</style>
border-color css
<style>
span { border-color: #D34657; }
span { border-color: rgb(211,70,87); }
td.TdClassName
{
border-color: #D34657;
}
.TagClassName
{
border-color: #D34657;
}
</style>