Shades of Mandy #D7535D
Tints of Mandy #D7535D
RGB
CMYK
RGB Variations
Color information
#D7535D (or 0xD7535D) is known color: Mandy. HEX triplet: D7, 53 and 5D. RGB value is (215,83,93). Sum of RGB (Red+Green+Blue) = 215+83+93=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D7535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7535D is #28ACA2. Grayscale: #7B7B7B. Windows color (decimal): -2665635 or 6116311. OLE color: 6116311.
HSL color Cylindrical-coordinate representation of color #D7535D: hue angle of 355.45º 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 #D7535D is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 93 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.16 |
| HSL | 355.45º | 0.62% | 0.58% | - |
| HSV(B) | 355.45º | 0.61% | 0.84% | - |
| XYZ | 33.09 | 21.42 | 12.75 | - |
| YUV | 123.61 | 110.73 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 93 | 0 | 0.61 | 0.57 | 0.16 | 355.45 | 0.62 | 0.58 |
| Hex | D7 | 53 | 5D | 0 | 3D | 39 | 10 | 163 | 3E | 3A |
| Octal | 327 | 123 | 135 | 0 | 75 | 71 | 20 | 543 | 76 | 72 |
| Binary | 11010111 | 1010011 | 1011101 | 0 | 111101 | 111001 | 10000 | 101100011 | 111110 | 111010 |
Color Harmonies of #D7535D
Complementary color
Monochromatic Colors of #D7535D
Black with #D7535D
Text Example
Text Example
White with #D7535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7535D; }
p { color: rgb(215,83,93); }
H1.HeaderClassName
{
color: #D7535D;
}
.AnyTagClassName
{
color: #D7535D;
}
</style>
background-color css
<style>
a { background-color: #D7535D; }
a { background-color: rgb(215,83,93); }
div.DivClassName
{
background-color: #D7535D;
}
.BgClassName
{
background-color: #D7535D;
}
</style>
border-color css
<style>
span { border-color: #D7535D; }
span { border-color: rgb(215,83,93); }
td.TdClassName
{
border-color: #D7535D;
}
.TagClassName
{
border-color: #D7535D;
}
</style>