Shades of Mandy #D35759
Tints of Mandy #D35759
RGB
CMYK
RGB Variations
Color information
#D35759 (or 0xD35759) is known color: Mandy. HEX triplet: D3, 57 and 59. RGB value is (211,87,89). Sum of RGB (Red+Green+Blue) = 211+87+89=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D35759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35759 is #2CA8A6. Grayscale: #7C7C7C. Windows color (decimal): -2926759 or 5855187. OLE color: 5855187.
HSL color Cylindrical-coordinate representation of color #D35759: hue angle of 359.03º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D35759 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 87 | 89 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.17 |
| HSL | 359.03º | 0.58% | 0.58% | - |
| HSV(B) | 359.03º | 0.59% | 0.83% | - |
| XYZ | 32.08 | 21.39 | 11.89 | - |
| YUV | 124.3 | 108.08 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 87 | 89 | 0 | 0.59 | 0.58 | 0.17 | 359.03 | 0.58 | 0.58 |
| Hex | D3 | 57 | 59 | 0 | 3B | 3A | 11 | 167 | 3A | 3A |
| Octal | 323 | 127 | 131 | 0 | 73 | 72 | 21 | 547 | 72 | 72 |
| Binary | 11010011 | 1010111 | 1011001 | 0 | 111011 | 111010 | 10001 | 101100111 | 111010 | 111010 |
Color Harmonies of #D35759
Complementary color
Monochromatic Colors of #D35759
Black with #D35759
Text Example
Text Example
White with #D35759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35759; }
p { color: rgb(211,87,89); }
H1.HeaderClassName
{
color: #D35759;
}
.AnyTagClassName
{
color: #D35759;
}
</style>
background-color css
<style>
a { background-color: #D35759; }
a { background-color: rgb(211,87,89); }
div.DivClassName
{
background-color: #D35759;
}
.BgClassName
{
background-color: #D35759;
}
</style>
border-color css
<style>
span { border-color: #D35759; }
span { border-color: rgb(211,87,89); }
td.TdClassName
{
border-color: #D35759;
}
.TagClassName
{
border-color: #D35759;
}
</style>