Shades of Mandy #D4535E
Tints of Mandy #D4535E
RGB
CMYK
RGB Variations
Color information
#D4535E (or 0xD4535E) is known color: Mandy. HEX triplet: D4, 53 and 5E. RGB value is (212,83,94). Sum of RGB (Red+Green+Blue) = 212+83+94=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D4535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4535E is #2BACA1. Grayscale: #7A7A7A. Windows color (decimal): -2862242 or 6181844. OLE color: 6181844.
HSL color Cylindrical-coordinate representation of color #D4535E: hue angle of 354.88º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4535E is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 94 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.17 |
| HSL | 354.88º | 0.6% | 0.58% | - |
| HSV(B) | 354.88º | 0.61% | 0.83% | - |
| XYZ | 32.27 | 20.99 | 12.94 | - |
| YUV | 122.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 94 | 0 | 0.61 | 0.56 | 0.17 | 354.88 | 0.6 | 0.58 |
| Hex | D4 | 53 | 5E | 0 | 3D | 38 | 11 | 163 | 3C | 3A |
| Octal | 324 | 123 | 136 | 0 | 75 | 70 | 21 | 543 | 74 | 72 |
| Binary | 11010100 | 1010011 | 1011110 | 0 | 111101 | 111000 | 10001 | 101100011 | 111100 | 111010 |
Color Harmonies of #D4535E
Complementary color
Monochromatic Colors of #D4535E
Black with #D4535E
Text Example
Text Example
White with #D4535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4535E; }
p { color: rgb(212,83,94); }
H1.HeaderClassName
{
color: #D4535E;
}
.AnyTagClassName
{
color: #D4535E;
}
</style>
background-color css
<style>
a { background-color: #D4535E; }
a { background-color: rgb(212,83,94); }
div.DivClassName
{
background-color: #D4535E;
}
.BgClassName
{
background-color: #D4535E;
}
</style>
border-color css
<style>
span { border-color: #D4535E; }
span { border-color: rgb(212,83,94); }
td.TdClassName
{
border-color: #D4535E;
}
.TagClassName
{
border-color: #D4535E;
}
</style>