Shades of Mandy #D75963
Tints of Mandy #D75963
RGB
CMYK
RGB Variations
Color information
#D75963 (or 0xD75963) is known color: Mandy. HEX triplet: D7, 59 and 63. RGB value is (215,89,99). Sum of RGB (Red+Green+Blue) = 215+89+99=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D75963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75963 is #28A69C. Grayscale: #7F7F7F. Windows color (decimal): -2664093 or 6511063. OLE color: 6511063.
HSL color Cylindrical-coordinate representation of color #D75963: hue angle of 355.24º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D75963 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 99 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.16 |
| HSL | 355.24º | 0.61% | 0.6% | - |
| HSV(B) | 355.24º | 0.59% | 0.84% | - |
| XYZ | 33.85 | 22.49 | 14.36 | - |
| YUV | 127.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 99 | 0 | 0.59 | 0.54 | 0.16 | 355.24 | 0.61 | 0.6 |
| Hex | D7 | 59 | 63 | 0 | 3B | 36 | 10 | 163 | 3D | 3C |
| Octal | 327 | 131 | 143 | 0 | 73 | 66 | 20 | 543 | 75 | 74 |
| Binary | 11010111 | 1011001 | 1100011 | 0 | 111011 | 110110 | 10000 | 101100011 | 111101 | 111100 |
Color Harmonies of #D75963
Complementary color
Monochromatic Colors of #D75963
Black with #D75963
Text Example
Text Example
White with #D75963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75963; }
p { color: rgb(215,89,99); }
H1.HeaderClassName
{
color: #D75963;
}
.AnyTagClassName
{
color: #D75963;
}
</style>
background-color css
<style>
a { background-color: #D75963; }
a { background-color: rgb(215,89,99); }
div.DivClassName
{
background-color: #D75963;
}
.BgClassName
{
background-color: #D75963;
}
</style>
border-color css
<style>
span { border-color: #D75963; }
span { border-color: rgb(215,89,99); }
td.TdClassName
{
border-color: #D75963;
}
.TagClassName
{
border-color: #D75963;
}
</style>