Shades of Mandy #D35758
Tints of Mandy #D35758
RGB
CMYK
RGB Variations
Color information
#D35758 (or 0xD35758) is known color: Mandy. HEX triplet: D3, 57 and 58. RGB value is (211,87,88). Sum of RGB (Red+Green+Blue) = 211+87+88=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D35758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35758 is #2CA8A7. Grayscale: #7C7C7C. Windows color (decimal): -2926760 or 5789651. OLE color: 5789651.
HSL color Cylindrical-coordinate representation of color #D35758: hue angle of 359.52º 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 #D35758 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 87 | 88 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.17 |
| HSL | 359.52º | 0.58% | 0.58% | - |
| HSV(B) | 359.52º | 0.59% | 0.83% | - |
| XYZ | 32.03 | 21.37 | 11.67 | - |
| YUV | 124.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 87 | 88 | 0 | 0.59 | 0.58 | 0.17 | 359.52 | 0.58 | 0.58 |
| Hex | D3 | 57 | 58 | 0 | 3B | 3A | 11 | 168 | 3A | 3A |
| Octal | 323 | 127 | 130 | 0 | 73 | 72 | 21 | 550 | 72 | 72 |
| Binary | 11010011 | 1010111 | 1011000 | 0 | 111011 | 111010 | 10001 | 101101000 | 111010 | 111010 |
Color Harmonies of #D35758
Complementary color
Monochromatic Colors of #D35758
Black with #D35758
Text Example
Text Example
White with #D35758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35758; }
p { color: rgb(211,87,88); }
H1.HeaderClassName
{
color: #D35758;
}
.AnyTagClassName
{
color: #D35758;
}
</style>
background-color css
<style>
a { background-color: #D35758; }
a { background-color: rgb(211,87,88); }
div.DivClassName
{
background-color: #D35758;
}
.BgClassName
{
background-color: #D35758;
}
</style>
border-color css
<style>
span { border-color: #D35758; }
span { border-color: rgb(211,87,88); }
td.TdClassName
{
border-color: #D35758;
}
.TagClassName
{
border-color: #D35758;
}
</style>