Shades of Mandy #D55458
Tints of Mandy #D55458
RGB
CMYK
RGB Variations
Color information
#D55458 (or 0xD55458) is known color: Mandy. HEX triplet: D5, 54 and 58. RGB value is (213,84,88). Sum of RGB (Red+Green+Blue) = 213+84+88=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D55458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55458 is #2AABA7. Grayscale: #7B7B7B. Windows color (decimal): -2796456 or 5788885. OLE color: 5788885.
HSL color Cylindrical-coordinate representation of color #D55458: hue angle of 358.14º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55458 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 88 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.16 |
| HSL | 358.14º | 0.61% | 0.58% | - |
| HSV(B) | 358.14º | 0.61% | 0.84% | - |
| XYZ | 32.37 | 21.19 | 11.62 | - |
| YUV | 123.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 88 | 0 | 0.61 | 0.59 | 0.16 | 358.14 | 0.61 | 0.58 |
| Hex | D5 | 54 | 58 | 0 | 3D | 3B | 10 | 166 | 3D | 3A |
| Octal | 325 | 124 | 130 | 0 | 75 | 73 | 20 | 546 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1011000 | 0 | 111101 | 111011 | 10000 | 101100110 | 111101 | 111010 |
Color Harmonies of #D55458
Complementary color
Monochromatic Colors of #D55458
Black with #D55458
Text Example
Text Example
White with #D55458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55458; }
p { color: rgb(213,84,88); }
H1.HeaderClassName
{
color: #D55458;
}
.AnyTagClassName
{
color: #D55458;
}
</style>
background-color css
<style>
a { background-color: #D55458; }
a { background-color: rgb(213,84,88); }
div.DivClassName
{
background-color: #D55458;
}
.BgClassName
{
background-color: #D55458;
}
</style>
border-color css
<style>
span { border-color: #D55458; }
span { border-color: rgb(213,84,88); }
td.TdClassName
{
border-color: #D55458;
}
.TagClassName
{
border-color: #D55458;
}
</style>