Shades of Mandy #D35964
Tints of Mandy #D35964
RGB
CMYK
RGB Variations
Color information
#D35964 (or 0xD35964) is known color: Mandy. HEX triplet: D3, 59 and 64. RGB value is (211,89,100). Sum of RGB (Red+Green+Blue) = 211+89+100=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D35964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35964 is #2CA69B. Grayscale: #7E7E7E. Windows color (decimal): -2926236 or 6576595. OLE color: 6576595.
HSL color Cylindrical-coordinate representation of color #D35964: hue angle of 354.59º 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 #D35964 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 89 | 100 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.17 |
| HSL | 354.59º | 0.58% | 0.59% | - |
| HSV(B) | 354.59º | 0.58% | 0.83% | - |
| XYZ | 32.74 | 21.91 | 14.56 | - |
| YUV | 126.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 100 | 0 | 0.58 | 0.53 | 0.17 | 354.59 | 0.58 | 0.59 |
| Hex | D3 | 59 | 64 | 0 | 3A | 35 | 11 | 163 | 3A | 3B |
| Octal | 323 | 131 | 144 | 0 | 72 | 65 | 21 | 543 | 72 | 73 |
| Binary | 11010011 | 1011001 | 1100100 | 0 | 111010 | 110101 | 10001 | 101100011 | 111010 | 111011 |
Color Harmonies of #D35964
Complementary color
Monochromatic Colors of #D35964
Black with #D35964
Text Example
Text Example
White with #D35964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35964; }
p { color: rgb(211,89,100); }
H1.HeaderClassName
{
color: #D35964;
}
.AnyTagClassName
{
color: #D35964;
}
</style>
background-color css
<style>
a { background-color: #D35964; }
a { background-color: rgb(211,89,100); }
div.DivClassName
{
background-color: #D35964;
}
.BgClassName
{
background-color: #D35964;
}
</style>
border-color css
<style>
span { border-color: #D35964; }
span { border-color: rgb(211,89,100); }
td.TdClassName
{
border-color: #D35964;
}
.TagClassName
{
border-color: #D35964;
}
</style>