Shades of Mandy #D4525B
Tints of Mandy #D4525B
RGB
CMYK
RGB Variations
Color information
#D4525B (or 0xD4525B) is known color: Mandy. HEX triplet: D4, 52 and 5B. RGB value is (212,82,91). Sum of RGB (Red+Green+Blue) = 212+82+91=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D4525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4525B is #2BADA4. Grayscale: #797979. Windows color (decimal): -2862501 or 5984980. OLE color: 5984980.
HSL color Cylindrical-coordinate representation of color #D4525B: hue angle of 355.85º 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 #D4525B is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 91 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.17 |
| HSL | 355.85º | 0.6% | 0.58% | - |
| HSV(B) | 355.85º | 0.61% | 0.83% | - |
| XYZ | 32.06 | 20.79 | 12.22 | - |
| YUV | 121.9 | 110.57 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 91 | 0 | 0.61 | 0.57 | 0.17 | 355.85 | 0.6 | 0.58 |
| Hex | D4 | 52 | 5B | 0 | 3D | 39 | 11 | 164 | 3C | 3A |
| Octal | 324 | 122 | 133 | 0 | 75 | 71 | 21 | 544 | 74 | 72 |
| Binary | 11010100 | 1010010 | 1011011 | 0 | 111101 | 111001 | 10001 | 101100100 | 111100 | 111010 |
Color Harmonies of #D4525B
Complementary color
Monochromatic Colors of #D4525B
Black with #D4525B
Text Example
Text Example
White with #D4525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4525B; }
p { color: rgb(212,82,91); }
H1.HeaderClassName
{
color: #D4525B;
}
.AnyTagClassName
{
color: #D4525B;
}
</style>
background-color css
<style>
a { background-color: #D4525B; }
a { background-color: rgb(212,82,91); }
div.DivClassName
{
background-color: #D4525B;
}
.BgClassName
{
background-color: #D4525B;
}
</style>
border-color css
<style>
span { border-color: #D4525B; }
span { border-color: rgb(212,82,91); }
td.TdClassName
{
border-color: #D4525B;
}
.TagClassName
{
border-color: #D4525B;
}
</style>