Shades of Mandy #D34559
Tints of Mandy #D34559
RGB
CMYK
RGB Variations
Color information
#D34559 (or 0xD34559) is known color: Mandy. HEX triplet: D3, 45 and 59. RGB value is (211,69,89). Sum of RGB (Red+Green+Blue) = 211+69+89=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D34559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34559 is #2CBAA6. Grayscale: #717171. Windows color (decimal): -2931367 or 5850579. OLE color: 5850579.
HSL color Cylindrical-coordinate representation of color #D34559: hue angle of 351.55º 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 #D34559 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 69 | 89 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.17 |
| HSL | 351.55º | 0.62% | 0.55% | - |
| HSV(B) | 351.55º | 0.67% | 0.83% | - |
| XYZ | 30.8 | 18.83 | 11.46 | - |
| YUV | 113.74 | 114.04 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 89 | 0 | 0.67 | 0.58 | 0.17 | 351.55 | 0.62 | 0.55 |
| Hex | D3 | 45 | 59 | 0 | 43 | 3A | 11 | 160 | 3E | 37 |
| Octal | 323 | 105 | 131 | 0 | 103 | 72 | 21 | 540 | 76 | 67 |
| Binary | 11010011 | 1000101 | 1011001 | 0 | 1000011 | 111010 | 10001 | 101100000 | 111110 | 110111 |
Color Harmonies of #D34559
Complementary color
Monochromatic Colors of #D34559
Black with #D34559
Text Example
Text Example
White with #D34559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34559; }
p { color: rgb(211,69,89); }
H1.HeaderClassName
{
color: #D34559;
}
.AnyTagClassName
{
color: #D34559;
}
</style>
background-color css
<style>
a { background-color: #D34559; }
a { background-color: rgb(211,69,89); }
div.DivClassName
{
background-color: #D34559;
}
.BgClassName
{
background-color: #D34559;
}
</style>
border-color css
<style>
span { border-color: #D34559; }
span { border-color: rgb(211,69,89); }
td.TdClassName
{
border-color: #D34559;
}
.TagClassName
{
border-color: #D34559;
}
</style>