Shades of Mandy #D34660
Tints of Mandy #D34660
RGB
CMYK
RGB Variations
Color information
#D34660 (or 0xD34660) is known color: Mandy. HEX triplet: D3, 46 and 60. RGB value is (211,70,96). Sum of RGB (Red+Green+Blue) = 211+70+96=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D34660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34660 is #2CB99F. Grayscale: #737373. Windows color (decimal): -2931104 or 6309587. OLE color: 6309587.
HSL color Cylindrical-coordinate representation of color #D34660: hue angle of 348.94º 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 #D34660 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 96 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.17 |
| HSL | 348.94º | 0.62% | 0.55% | - |
| HSV(B) | 348.94º | 0.67% | 0.83% | - |
| XYZ | 31.17 | 19.07 | 13.11 | - |
| YUV | 115.12 | 117.21 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 96 | 0 | 0.67 | 0.55 | 0.17 | 348.94 | 0.62 | 0.55 |
| Hex | D3 | 46 | 60 | 0 | 43 | 37 | 11 | 15D | 3E | 37 |
| Octal | 323 | 106 | 140 | 0 | 103 | 67 | 21 | 535 | 76 | 67 |
| Binary | 11010011 | 1000110 | 1100000 | 0 | 1000011 | 110111 | 10001 | 101011101 | 111110 | 110111 |
Color Harmonies of #D34660
Complementary color
Monochromatic Colors of #D34660
Black with #D34660
Text Example
Text Example
White with #D34660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34660; }
p { color: rgb(211,70,96); }
H1.HeaderClassName
{
color: #D34660;
}
.AnyTagClassName
{
color: #D34660;
}
</style>
background-color css
<style>
a { background-color: #D34660; }
a { background-color: rgb(211,70,96); }
div.DivClassName
{
background-color: #D34660;
}
.BgClassName
{
background-color: #D34660;
}
</style>
border-color css
<style>
span { border-color: #D34660; }
span { border-color: rgb(211,70,96); }
td.TdClassName
{
border-color: #D34660;
}
.TagClassName
{
border-color: #D34660;
}
</style>