Shades of Mandy #D35965
Tints of Mandy #D35965
RGB
CMYK
RGB Variations
Color information
#D35965 (or 0xD35965) is known color: Mandy. HEX triplet: D3, 59 and 65. RGB value is (211,89,101). Sum of RGB (Red+Green+Blue) = 211+89+101=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D35965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35965 is #2CA69A. Grayscale: #7E7E7E. Windows color (decimal): -2926235 or 6642131. OLE color: 6642131.
HSL color Cylindrical-coordinate representation of color #D35965: hue angle of 354.1º 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 #D35965 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 89 | 101 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.17 |
| HSL | 354.1º | 0.58% | 0.59% | - |
| HSV(B) | 354.1º | 0.58% | 0.83% | - |
| XYZ | 32.79 | 21.93 | 14.82 | - |
| YUV | 126.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 101 | 0 | 0.58 | 0.52 | 0.17 | 354.1 | 0.58 | 0.59 |
| Hex | D3 | 59 | 65 | 0 | 3A | 34 | 11 | 162 | 3A | 3B |
| Octal | 323 | 131 | 145 | 0 | 72 | 64 | 21 | 542 | 72 | 73 |
| Binary | 11010011 | 1011001 | 1100101 | 0 | 111010 | 110100 | 10001 | 101100010 | 111010 | 111011 |
Color Harmonies of #D35965
Complementary color
Monochromatic Colors of #D35965
Black with #D35965
Text Example
Text Example
White with #D35965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35965; }
p { color: rgb(211,89,101); }
H1.HeaderClassName
{
color: #D35965;
}
.AnyTagClassName
{
color: #D35965;
}
</style>
background-color css
<style>
a { background-color: #D35965; }
a { background-color: rgb(211,89,101); }
div.DivClassName
{
background-color: #D35965;
}
.BgClassName
{
background-color: #D35965;
}
</style>
border-color css
<style>
span { border-color: #D35965; }
span { border-color: rgb(211,89,101); }
td.TdClassName
{
border-color: #D35965;
}
.TagClassName
{
border-color: #D35965;
}
</style>