Shades of Mandy #D45458
Tints of Mandy #D45458
RGB
CMYK
RGB Variations
Color information
#D45458 (or 0xD45458) is known color: Mandy. HEX triplet: D4, 54 and 58. RGB value is (212,84,88). Sum of RGB (Red+Green+Blue) = 212+84+88=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D45458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45458 is #2BABA7. Grayscale: #7A7A7A. Windows color (decimal): -2861992 or 5788884. OLE color: 5788884.
HSL color Cylindrical-coordinate representation of color #D45458: hue angle of 358.12º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D45458 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 88 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.17 |
| HSL | 358.13º | 0.6% | 0.58% | - |
| HSV(B) | 358.13º | 0.6% | 0.83% | - |
| XYZ | 32.08 | 21.04 | 11.6 | - |
| YUV | 122.73 | 108.41 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 88 | 0 | 0.60 | 0.58 | 0.17 | 358.13 | 0.6 | 0.58 |
| Hex | D4 | 54 | 58 | 0 | 3C | 3A | 11 | 166 | 3C | 3A |
| Octal | 324 | 124 | 130 | 0 | 74 | 72 | 21 | 546 | 74 | 72 |
| Binary | 11010100 | 1010100 | 1011000 | 0 | 111100 | 111010 | 10001 | 101100110 | 111100 | 111010 |
Color Harmonies of #D45458
Complementary color
Monochromatic Colors of #D45458
Black with #D45458
Text Example
Text Example
White with #D45458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45458; }
p { color: rgb(212,84,88); }
H1.HeaderClassName
{
color: #D45458;
}
.AnyTagClassName
{
color: #D45458;
}
</style>
background-color css
<style>
a { background-color: #D45458; }
a { background-color: rgb(212,84,88); }
div.DivClassName
{
background-color: #D45458;
}
.BgClassName
{
background-color: #D45458;
}
</style>
border-color css
<style>
span { border-color: #D45458; }
span { border-color: rgb(212,84,88); }
td.TdClassName
{
border-color: #D45458;
}
.TagClassName
{
border-color: #D45458;
}
</style>