Shades of Mandy #D35963
Tints of Mandy #D35963
RGB
CMYK
RGB Variations
Color information
#D35963 (or 0xD35963) is known color: Mandy. HEX triplet: D3, 59 and 63. RGB value is (211,89,99). Sum of RGB (Red+Green+Blue) = 211+89+99=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D35963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35963 is #2CA69C. Grayscale: #7E7E7E. Windows color (decimal): -2926237 or 6511059. OLE color: 6511059.
HSL color Cylindrical-coordinate representation of color #D35963: hue angle of 355.08º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D35963 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 89 | 99 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.17 |
| HSL | 355.08º | 0.58% | 0.59% | - |
| HSV(B) | 355.08º | 0.58% | 0.83% | - |
| XYZ | 32.69 | 21.89 | 14.31 | - |
| YUV | 126.62 | 112.42 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 99 | 0 | 0.58 | 0.53 | 0.17 | 355.08 | 0.58 | 0.59 |
| Hex | D3 | 59 | 63 | 0 | 3A | 35 | 11 | 163 | 3A | 3B |
| Octal | 323 | 131 | 143 | 0 | 72 | 65 | 21 | 543 | 72 | 73 |
| Binary | 11010011 | 1011001 | 1100011 | 0 | 111010 | 110101 | 10001 | 101100011 | 111010 | 111011 |
Color Harmonies of #D35963
Complementary color
Monochromatic Colors of #D35963
Black with #D35963
Text Example
Text Example
White with #D35963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35963; }
p { color: rgb(211,89,99); }
H1.HeaderClassName
{
color: #D35963;
}
.AnyTagClassName
{
color: #D35963;
}
</style>
background-color css
<style>
a { background-color: #D35963; }
a { background-color: rgb(211,89,99); }
div.DivClassName
{
background-color: #D35963;
}
.BgClassName
{
background-color: #D35963;
}
</style>
border-color css
<style>
span { border-color: #D35963; }
span { border-color: rgb(211,89,99); }
td.TdClassName
{
border-color: #D35963;
}
.TagClassName
{
border-color: #D35963;
}
</style>