Shades of Mandy #D7535E
Tints of Mandy #D7535E
RGB
CMYK
RGB Variations
Color information
#D7535E (or 0xD7535E) is known color: Mandy. HEX triplet: D7, 53 and 5E. RGB value is (215,83,94). Sum of RGB (Red+Green+Blue) = 215+83+94=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D7535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7535E is #28ACA1. Grayscale: #7B7B7B. Windows color (decimal): -2665634 or 6181847. OLE color: 6181847.
HSL color Cylindrical-coordinate representation of color #D7535E: hue angle of 355º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7535E is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 94 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.16 |
| HSL | 355º | 0.62% | 0.58% | - |
| HSV(B) | 355º | 0.61% | 0.84% | - |
| XYZ | 33.14 | 21.44 | 12.98 | - |
| YUV | 123.72 | 111.23 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 94 | 0 | 0.61 | 0.56 | 0.16 | 355 | 0.62 | 0.58 |
| Hex | D7 | 53 | 5E | 0 | 3D | 38 | 10 | 163 | 3E | 3A |
| Octal | 327 | 123 | 136 | 0 | 75 | 70 | 20 | 543 | 76 | 72 |
| Binary | 11010111 | 1010011 | 1011110 | 0 | 111101 | 111000 | 10000 | 101100011 | 111110 | 111010 |
Color Harmonies of #D7535E
Complementary color
Monochromatic Colors of #D7535E
Black with #D7535E
Text Example
Text Example
White with #D7535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7535E; }
p { color: rgb(215,83,94); }
H1.HeaderClassName
{
color: #D7535E;
}
.AnyTagClassName
{
color: #D7535E;
}
</style>
background-color css
<style>
a { background-color: #D7535E; }
a { background-color: rgb(215,83,94); }
div.DivClassName
{
background-color: #D7535E;
}
.BgClassName
{
background-color: #D7535E;
}
</style>
border-color css
<style>
span { border-color: #D7535E; }
span { border-color: rgb(215,83,94); }
td.TdClassName
{
border-color: #D7535E;
}
.TagClassName
{
border-color: #D7535E;
}
</style>