Shades of Mandy #D75259
Tints of Mandy #D75259
RGB
CMYK
RGB Variations
Color information
#D75259 (or 0xD75259) is known color: Mandy. HEX triplet: D7, 52 and 59. RGB value is (215,82,89). Sum of RGB (Red+Green+Blue) = 215+82+89=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D75259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75259 is #28ADA6. Grayscale: #7A7A7A. Windows color (decimal): -2665895 or 5853911. OLE color: 5853911.
HSL color Cylindrical-coordinate representation of color #D75259: hue angle of 356.84º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D75259 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 89 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.16 |
| HSL | 356.84º | 0.62% | 0.58% | - |
| HSV(B) | 356.84º | 0.62% | 0.84% | - |
| XYZ | 32.84 | 21.2 | 11.81 | - |
| YUV | 122.57 | 109.06 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 89 | 0 | 0.62 | 0.59 | 0.16 | 356.84 | 0.62 | 0.58 |
| Hex | D7 | 52 | 59 | 0 | 3E | 3B | 10 | 165 | 3E | 3A |
| Octal | 327 | 122 | 131 | 0 | 76 | 73 | 20 | 545 | 76 | 72 |
| Binary | 11010111 | 1010010 | 1011001 | 0 | 111110 | 111011 | 10000 | 101100101 | 111110 | 111010 |
Color Harmonies of #D75259
Complementary color
Monochromatic Colors of #D75259
Black with #D75259
Text Example
Text Example
White with #D75259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75259; }
p { color: rgb(215,82,89); }
H1.HeaderClassName
{
color: #D75259;
}
.AnyTagClassName
{
color: #D75259;
}
</style>
background-color css
<style>
a { background-color: #D75259; }
a { background-color: rgb(215,82,89); }
div.DivClassName
{
background-color: #D75259;
}
.BgClassName
{
background-color: #D75259;
}
</style>
border-color css
<style>
span { border-color: #D75259; }
span { border-color: rgb(215,82,89); }
td.TdClassName
{
border-color: #D75259;
}
.TagClassName
{
border-color: #D75259;
}
</style>