Shades of Mandy #D55259
Tints of Mandy #D55259
RGB
CMYK
RGB Variations
Color information
#D55259 (or 0xD55259) is known color: Mandy. HEX triplet: D5, 52 and 59. RGB value is (213,82,89). Sum of RGB (Red+Green+Blue) = 213+82+89=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D55259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55259 is #2AADA6. Grayscale: #7A7A7A. Windows color (decimal): -2796967 or 5853909. OLE color: 5853909.
HSL color Cylindrical-coordinate representation of color #D55259: hue angle of 356.79º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55259 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 89 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.16 |
| HSL | 356.79º | 0.61% | 0.58% | - |
| HSV(B) | 356.79º | 0.62% | 0.84% | - |
| XYZ | 32.26 | 20.9 | 11.79 | - |
| YUV | 121.97 | 109.4 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 89 | 0 | 0.62 | 0.58 | 0.16 | 356.79 | 0.61 | 0.58 |
| Hex | D5 | 52 | 59 | 0 | 3E | 3A | 10 | 165 | 3D | 3A |
| Octal | 325 | 122 | 131 | 0 | 76 | 72 | 20 | 545 | 75 | 72 |
| Binary | 11010101 | 1010010 | 1011001 | 0 | 111110 | 111010 | 10000 | 101100101 | 111101 | 111010 |
Color Harmonies of #D55259
Complementary color
Monochromatic Colors of #D55259
Black with #D55259
Text Example
Text Example
White with #D55259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55259; }
p { color: rgb(213,82,89); }
H1.HeaderClassName
{
color: #D55259;
}
.AnyTagClassName
{
color: #D55259;
}
</style>
background-color css
<style>
a { background-color: #D55259; }
a { background-color: rgb(213,82,89); }
div.DivClassName
{
background-color: #D55259;
}
.BgClassName
{
background-color: #D55259;
}
</style>
border-color css
<style>
span { border-color: #D55259; }
span { border-color: rgb(213,82,89); }
td.TdClassName
{
border-color: #D55259;
}
.TagClassName
{
border-color: #D55259;
}
</style>