Shades of Mandy #D45E5F
Tints of Mandy #D45E5F
RGB
CMYK
RGB Variations
Color information
#D45E5F (or 0xD45E5F) is known color: Mandy. HEX triplet: D4, 5E and 5F. RGB value is (212,94,95). Sum of RGB (Red+Green+Blue) = 212+94+95=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D45E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45E5F is #2BA1A0. Grayscale: #818181. Windows color (decimal): -2859425 or 6250196. OLE color: 6250196.
HSL color Cylindrical-coordinate representation of color #D45E5F: hue angle of 359.49º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D45E5F is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 94 | 95 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.17 |
| HSL | 359.49º | 0.58% | 0.6% | - |
| HSV(B) | 359.49º | 0.56% | 0.83% | - |
| XYZ | 33.22 | 22.83 | 13.48 | - |
| YUV | 129.4 | 108.59 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 94 | 95 | 0 | 0.56 | 0.55 | 0.17 | 359.49 | 0.58 | 0.6 |
| Hex | D4 | 5E | 5F | 0 | 38 | 37 | 11 | 167 | 3A | 3C |
| Octal | 324 | 136 | 137 | 0 | 70 | 67 | 21 | 547 | 72 | 74 |
| Binary | 11010100 | 1011110 | 1011111 | 0 | 111000 | 110111 | 10001 | 101100111 | 111010 | 111100 |
Color Harmonies of #D45E5F
Complementary color
Monochromatic Colors of #D45E5F
Black with #D45E5F
Text Example
Text Example
White with #D45E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45E5F; }
p { color: rgb(212,94,95); }
H1.HeaderClassName
{
color: #D45E5F;
}
.AnyTagClassName
{
color: #D45E5F;
}
</style>
background-color css
<style>
a { background-color: #D45E5F; }
a { background-color: rgb(212,94,95); }
div.DivClassName
{
background-color: #D45E5F;
}
.BgClassName
{
background-color: #D45E5F;
}
</style>
border-color css
<style>
span { border-color: #D45E5F; }
span { border-color: rgb(212,94,95); }
td.TdClassName
{
border-color: #D45E5F;
}
.TagClassName
{
border-color: #D45E5F;
}
</style>