Shades of Mandy #D7535F
Tints of Mandy #D7535F
RGB
CMYK
RGB Variations
Color information
#D7535F (or 0xD7535F) is known color: Mandy. HEX triplet: D7, 53 and 5F. RGB value is (215,83,95). Sum of RGB (Red+Green+Blue) = 215+83+95=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D7535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7535F is #28ACA0. Grayscale: #7B7B7B. Windows color (decimal): -2665633 or 6247383. OLE color: 6247383.
HSL color Cylindrical-coordinate representation of color #D7535F: hue angle of 354.55º 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 #D7535F is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 95 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.16 |
| HSL | 354.55º | 0.62% | 0.58% | - |
| HSV(B) | 354.55º | 0.61% | 0.84% | - |
| XYZ | 33.18 | 21.46 | 13.22 | - |
| YUV | 123.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 95 | 0 | 0.61 | 0.56 | 0.16 | 354.55 | 0.62 | 0.58 |
| Hex | D7 | 53 | 5F | 0 | 3D | 38 | 10 | 163 | 3E | 3A |
| Octal | 327 | 123 | 137 | 0 | 75 | 70 | 20 | 543 | 76 | 72 |
| Binary | 11010111 | 1010011 | 1011111 | 0 | 111101 | 111000 | 10000 | 101100011 | 111110 | 111010 |
Color Harmonies of #D7535F
Complementary color
Monochromatic Colors of #D7535F
Black with #D7535F
Text Example
Text Example
White with #D7535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7535F; }
p { color: rgb(215,83,95); }
H1.HeaderClassName
{
color: #D7535F;
}
.AnyTagClassName
{
color: #D7535F;
}
</style>
background-color css
<style>
a { background-color: #D7535F; }
a { background-color: rgb(215,83,95); }
div.DivClassName
{
background-color: #D7535F;
}
.BgClassName
{
background-color: #D7535F;
}
</style>
border-color css
<style>
span { border-color: #D7535F; }
span { border-color: rgb(215,83,95); }
td.TdClassName
{
border-color: #D7535F;
}
.TagClassName
{
border-color: #D7535F;
}
</style>