Shades of Mandy #D7545D
Tints of Mandy #D7545D
RGB
CMYK
RGB Variations
Color information
#D7545D (or 0xD7545D) is known color: Mandy. HEX triplet: D7, 54 and 5D. RGB value is (215,84,93). Sum of RGB (Red+Green+Blue) = 215+84+93=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D7545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7545D is #28ABA2. Grayscale: #7C7C7C. Windows color (decimal): -2665379 or 6116567. OLE color: 6116567.
HSL color Cylindrical-coordinate representation of color #D7545D: hue angle of 355.88º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7545D is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 93 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.16 |
| HSL | 355.88º | 0.62% | 0.59% | - |
| HSV(B) | 355.88º | 0.61% | 0.84% | - |
| XYZ | 33.17 | 21.58 | 12.77 | - |
| YUV | 124.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 93 | 0 | 0.61 | 0.57 | 0.16 | 355.88 | 0.62 | 0.59 |
| Hex | D7 | 54 | 5D | 0 | 3D | 39 | 10 | 164 | 3E | 3B |
| Octal | 327 | 124 | 135 | 0 | 75 | 71 | 20 | 544 | 76 | 73 |
| Binary | 11010111 | 1010100 | 1011101 | 0 | 111101 | 111001 | 10000 | 101100100 | 111110 | 111011 |
Color Harmonies of #D7545D
Complementary color
Monochromatic Colors of #D7545D
Black with #D7545D
Text Example
Text Example
White with #D7545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7545D; }
p { color: rgb(215,84,93); }
H1.HeaderClassName
{
color: #D7545D;
}
.AnyTagClassName
{
color: #D7545D;
}
</style>
background-color css
<style>
a { background-color: #D7545D; }
a { background-color: rgb(215,84,93); }
div.DivClassName
{
background-color: #D7545D;
}
.BgClassName
{
background-color: #D7545D;
}
</style>
border-color css
<style>
span { border-color: #D7545D; }
span { border-color: rgb(215,84,93); }
td.TdClassName
{
border-color: #D7545D;
}
.TagClassName
{
border-color: #D7545D;
}
</style>