Shades of Mandy #D7575B
Tints of Mandy #D7575B
RGB
CMYK
RGB Variations
Color information
#D7575B (or 0xD7575B) is known color: Mandy. HEX triplet: D7, 57 and 5B. RGB value is (215,87,91). Sum of RGB (Red+Green+Blue) = 215+87+91=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D7575B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7575B is #28A8A4. Grayscale: #7D7D7D. Windows color (decimal): -2664613 or 5986263. OLE color: 5986263.
HSL color Cylindrical-coordinate representation of color #D7575B: hue angle of 358.12º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7575B is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 91 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.16 |
| HSL | 358.13º | 0.62% | 0.59% | - |
| HSV(B) | 358.13º | 0.6% | 0.84% | - |
| XYZ | 33.32 | 22.02 | 12.39 | - |
| YUV | 125.73 | 108.41 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 91 | 0 | 0.60 | 0.58 | 0.16 | 358.13 | 0.62 | 0.59 |
| Hex | D7 | 57 | 5B | 0 | 3C | 3A | 10 | 166 | 3E | 3B |
| Octal | 327 | 127 | 133 | 0 | 74 | 72 | 20 | 546 | 76 | 73 |
| Binary | 11010111 | 1010111 | 1011011 | 0 | 111100 | 111010 | 10000 | 101100110 | 111110 | 111011 |
Color Harmonies of #D7575B
Complementary color
Monochromatic Colors of #D7575B
Black with #D7575B
Text Example
Text Example
White with #D7575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7575B; }
p { color: rgb(215,87,91); }
H1.HeaderClassName
{
color: #D7575B;
}
.AnyTagClassName
{
color: #D7575B;
}
</style>
background-color css
<style>
a { background-color: #D7575B; }
a { background-color: rgb(215,87,91); }
div.DivClassName
{
background-color: #D7575B;
}
.BgClassName
{
background-color: #D7575B;
}
</style>
border-color css
<style>
span { border-color: #D7575B; }
span { border-color: rgb(215,87,91); }
td.TdClassName
{
border-color: #D7575B;
}
.TagClassName
{
border-color: #D7575B;
}
</style>