Shades of Mandy #D55258
Tints of Mandy #D55258
RGB
CMYK
RGB Variations
Color information
#D55258 (or 0xD55258) is known color: Mandy. HEX triplet: D5, 52 and 58. RGB value is (213,82,88). Sum of RGB (Red+Green+Blue) = 213+82+88=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D55258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55258 is #2AADA7. Grayscale: #797979. Windows color (decimal): -2796968 or 5788373. OLE color: 5788373.
HSL color Cylindrical-coordinate representation of color #D55258: hue angle of 357.25º 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 #D55258 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 88 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.16 |
| HSL | 357.25º | 0.61% | 0.58% | - |
| HSV(B) | 357.25º | 0.62% | 0.84% | - |
| XYZ | 32.22 | 20.89 | 11.57 | - |
| YUV | 121.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 88 | 0 | 0.62 | 0.59 | 0.16 | 357.25 | 0.61 | 0.58 |
| Hex | D5 | 52 | 58 | 0 | 3E | 3B | 10 | 165 | 3D | 3A |
| Octal | 325 | 122 | 130 | 0 | 76 | 73 | 20 | 545 | 75 | 72 |
| Binary | 11010101 | 1010010 | 1011000 | 0 | 111110 | 111011 | 10000 | 101100101 | 111101 | 111010 |
Color Harmonies of #D55258
Complementary color
Monochromatic Colors of #D55258
Black with #D55258
Text Example
Text Example
White with #D55258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55258; }
p { color: rgb(213,82,88); }
H1.HeaderClassName
{
color: #D55258;
}
.AnyTagClassName
{
color: #D55258;
}
</style>
background-color css
<style>
a { background-color: #D55258; }
a { background-color: rgb(213,82,88); }
div.DivClassName
{
background-color: #D55258;
}
.BgClassName
{
background-color: #D55258;
}
</style>
border-color css
<style>
span { border-color: #D55258; }
span { border-color: rgb(213,82,88); }
td.TdClassName
{
border-color: #D55258;
}
.TagClassName
{
border-color: #D55258;
}
</style>