Shades of Mandy #D4535C
Tints of Mandy #D4535C
RGB
CMYK
RGB Variations
Color information
#D4535C (or 0xD4535C) is known color: Mandy. HEX triplet: D4, 53 and 5C. RGB value is (212,83,92). Sum of RGB (Red+Green+Blue) = 212+83+92=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D4535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4535C is #2BACA3. Grayscale: #7A7A7A. Windows color (decimal): -2862244 or 6050772. OLE color: 6050772.
HSL color Cylindrical-coordinate representation of color #D4535C: hue angle of 355.81º 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 #D4535C is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 92 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.17 |
| HSL | 355.81º | 0.6% | 0.58% | - |
| HSV(B) | 355.81º | 0.61% | 0.83% | - |
| XYZ | 32.18 | 20.96 | 12.47 | - |
| YUV | 122.6 | 110.74 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 92 | 0 | 0.61 | 0.57 | 0.17 | 355.81 | 0.6 | 0.58 |
| Hex | D4 | 53 | 5C | 0 | 3D | 39 | 11 | 164 | 3C | 3A |
| Octal | 324 | 123 | 134 | 0 | 75 | 71 | 21 | 544 | 74 | 72 |
| Binary | 11010100 | 1010011 | 1011100 | 0 | 111101 | 111001 | 10001 | 101100100 | 111100 | 111010 |
Color Harmonies of #D4535C
Complementary color
Monochromatic Colors of #D4535C
Black with #D4535C
Text Example
Text Example
White with #D4535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4535C; }
p { color: rgb(212,83,92); }
H1.HeaderClassName
{
color: #D4535C;
}
.AnyTagClassName
{
color: #D4535C;
}
</style>
background-color css
<style>
a { background-color: #D4535C; }
a { background-color: rgb(212,83,92); }
div.DivClassName
{
background-color: #D4535C;
}
.BgClassName
{
background-color: #D4535C;
}
</style>
border-color css
<style>
span { border-color: #D4535C; }
span { border-color: rgb(212,83,92); }
td.TdClassName
{
border-color: #D4535C;
}
.TagClassName
{
border-color: #D4535C;
}
</style>