Shades of Mandy #D13E57
Tints of Mandy #D13E57
RGB
CMYK
RGB Variations
Color information
#D13E57 (or 0xD13E57) is known color: Mandy. HEX triplet: D1, 3E and 57. RGB value is (209,62,87). Sum of RGB (Red+Green+Blue) = 209+62+87=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13E57 is #2EC1A8. Grayscale: #6C6C6C. Windows color (decimal): -3064233 or 5717713. OLE color: 5717713.
HSL color Cylindrical-coordinate representation of color #D13E57: hue angle of 349.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13E57 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 87 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.18 |
| HSL | 349.8º | 0.62% | 0.53% | - |
| HSV(B) | 349.8º | 0.7% | 0.82% | - |
| XYZ | 29.74 | 17.69 | 10.86 | - |
| YUV | 108.8 | 115.7 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 87 | 0 | 0.70 | 0.58 | 0.18 | 349.8 | 0.62 | 0.53 |
| Hex | D1 | 3E | 57 | 0 | 46 | 3A | 12 | 15E | 3E | 35 |
| Octal | 321 | 76 | 127 | 0 | 106 | 72 | 22 | 536 | 76 | 65 |
| Binary | 11010001 | 111110 | 1010111 | 0 | 1000110 | 111010 | 10010 | 101011110 | 111110 | 110101 |
Color Harmonies of #D13E57
Complementary color
Monochromatic Colors of #D13E57
Black with #D13E57
Text Example
Text Example
White with #D13E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13E57; }
p { color: rgb(209,62,87); }
H1.HeaderClassName
{
color: #D13E57;
}
.AnyTagClassName
{
color: #D13E57;
}
</style>
background-color css
<style>
a { background-color: #D13E57; }
a { background-color: rgb(209,62,87); }
div.DivClassName
{
background-color: #D13E57;
}
.BgClassName
{
background-color: #D13E57;
}
</style>
border-color css
<style>
span { border-color: #D13E57; }
span { border-color: rgb(209,62,87); }
td.TdClassName
{
border-color: #D13E57;
}
.TagClassName
{
border-color: #D13E57;
}
</style>