Shades of Mandy #D35257
Tints of Mandy #D35257
RGB
CMYK
RGB Variations
Color information
#D35257 (or 0xD35257) is known color: Mandy. HEX triplet: D3, 52 and 57. RGB value is (211,82,87). Sum of RGB (Red+Green+Blue) = 211+82+87=380 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.53% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 211 - color contains mainly: red. Hex color #D35257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35257 is #2CADA8. Grayscale: #797979. Windows color (decimal): -2928041 or 5722835. OLE color: 5722835.
HSL color Cylindrical-coordinate representation of color #D35257: hue angle of 357.67º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D35257 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 82 | 87 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.17 |
| HSL | 357.67º | 0.59% | 0.57% | - |
| HSV(B) | 357.67º | 0.61% | 0.83% | - |
| XYZ | 31.6 | 20.57 | 11.32 | - |
| YUV | 121.14 | 108.74 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 87 | 0 | 0.61 | 0.59 | 0.17 | 357.67 | 0.59 | 0.57 |
| Hex | D3 | 52 | 57 | 0 | 3D | 3B | 11 | 166 | 3B | 39 |
| Octal | 323 | 122 | 127 | 0 | 75 | 73 | 21 | 546 | 73 | 71 |
| Binary | 11010011 | 1010010 | 1010111 | 0 | 111101 | 111011 | 10001 | 101100110 | 111011 | 111001 |
Color Harmonies of #D35257
Complementary color
Monochromatic Colors of #D35257
Black with #D35257
Text Example
Text Example
White with #D35257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35257; }
p { color: rgb(211,82,87); }
H1.HeaderClassName
{
color: #D35257;
}
.AnyTagClassName
{
color: #D35257;
}
</style>
background-color css
<style>
a { background-color: #D35257; }
a { background-color: rgb(211,82,87); }
div.DivClassName
{
background-color: #D35257;
}
.BgClassName
{
background-color: #D35257;
}
</style>
border-color css
<style>
span { border-color: #D35257; }
span { border-color: rgb(211,82,87); }
td.TdClassName
{
border-color: #D35257;
}
.TagClassName
{
border-color: #D35257;
}
</style>