Shades of Mandy #D13E55
Tints of Mandy #D13E55
RGB
CMYK
RGB Variations
Color information
#D13E55 (or 0xD13E55) is known color: Mandy. HEX triplet: D1, 3E and 55. RGB value is (209,62,85). Sum of RGB (Red+Green+Blue) = 209+62+85=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13E55 is #2EC1AA. Grayscale: #6C6C6C. Windows color (decimal): -3064235 or 5586641. OLE color: 5586641.
HSL color Cylindrical-coordinate representation of color #D13E55: hue angle of 350.61º 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 #D13E55 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 85 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.18 |
| HSL | 350.61º | 0.62% | 0.53% | - |
| HSV(B) | 350.61º | 0.7% | 0.82% | - |
| XYZ | 29.66 | 17.66 | 10.44 | - |
| YUV | 108.58 | 114.7 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 85 | 0 | 0.70 | 0.59 | 0.18 | 350.61 | 0.62 | 0.53 |
| Hex | D1 | 3E | 55 | 0 | 46 | 3B | 12 | 15F | 3E | 35 |
| Octal | 321 | 76 | 125 | 0 | 106 | 73 | 22 | 537 | 76 | 65 |
| Binary | 11010001 | 111110 | 1010101 | 0 | 1000110 | 111011 | 10010 | 101011111 | 111110 | 110101 |
Color Harmonies of #D13E55
Complementary color
Monochromatic Colors of #D13E55
Black with #D13E55
Text Example
Text Example
White with #D13E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13E55; }
p { color: rgb(209,62,85); }
H1.HeaderClassName
{
color: #D13E55;
}
.AnyTagClassName
{
color: #D13E55;
}
</style>
background-color css
<style>
a { background-color: #D13E55; }
a { background-color: rgb(209,62,85); }
div.DivClassName
{
background-color: #D13E55;
}
.BgClassName
{
background-color: #D13E55;
}
</style>
border-color css
<style>
span { border-color: #D13E55; }
span { border-color: rgb(209,62,85); }
td.TdClassName
{
border-color: #D13E55;
}
.TagClassName
{
border-color: #D13E55;
}
</style>