Shades of Mandy #D75357
Tints of Mandy #D75357
RGB
CMYK
RGB Variations
Color information
#D75357 (or 0xD75357) is known color: Mandy. HEX triplet: D7, 53 and 57. RGB value is (215,83,87). Sum of RGB (Red+Green+Blue) = 215+83+87=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D75357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75357 is #28ACA8. Grayscale: #7B7B7B. Windows color (decimal): -2665641 or 5723095. OLE color: 5723095.
HSL color Cylindrical-coordinate representation of color #D75357: hue angle of 358.18º 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 #D75357 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 87 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.16 |
| HSL | 358.18º | 0.62% | 0.58% | - |
| HSV(B) | 358.18º | 0.61% | 0.84% | - |
| XYZ | 32.84 | 21.32 | 11.4 | - |
| YUV | 122.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 87 | 0 | 0.61 | 0.60 | 0.16 | 358.18 | 0.62 | 0.58 |
| Hex | D7 | 53 | 57 | 0 | 3D | 3C | 10 | 166 | 3E | 3A |
| Octal | 327 | 123 | 127 | 0 | 75 | 74 | 20 | 546 | 76 | 72 |
| Binary | 11010111 | 1010011 | 1010111 | 0 | 111101 | 111100 | 10000 | 101100110 | 111110 | 111010 |
Color Harmonies of #D75357
Complementary color
Monochromatic Colors of #D75357
Black with #D75357
Text Example
Text Example
White with #D75357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75357; }
p { color: rgb(215,83,87); }
H1.HeaderClassName
{
color: #D75357;
}
.AnyTagClassName
{
color: #D75357;
}
</style>
background-color css
<style>
a { background-color: #D75357; }
a { background-color: rgb(215,83,87); }
div.DivClassName
{
background-color: #D75357;
}
.BgClassName
{
background-color: #D75357;
}
</style>
border-color css
<style>
span { border-color: #D75357; }
span { border-color: rgb(215,83,87); }
td.TdClassName
{
border-color: #D75357;
}
.TagClassName
{
border-color: #D75357;
}
</style>