Shades of Mandy #D75458
Tints of Mandy #D75458
RGB
CMYK
RGB Variations
Color information
#D75458 (or 0xD75458) is known color: Mandy. HEX triplet: D7, 54 and 58. RGB value is (215,84,88). Sum of RGB (Red+Green+Blue) = 215+84+88=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D75458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75458 is #28ABA7. Grayscale: #7B7B7B. Windows color (decimal): -2665384 or 5788887. OLE color: 5788887.
HSL color Cylindrical-coordinate representation of color #D75458: hue angle of 358.17º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75458 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 88 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.16 |
| HSL | 358.17º | 0.62% | 0.59% | - |
| HSV(B) | 358.17º | 0.61% | 0.84% | - |
| XYZ | 32.96 | 21.49 | 11.64 | - |
| YUV | 123.63 | 107.9 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 88 | 0 | 0.61 | 0.59 | 0.16 | 358.17 | 0.62 | 0.59 |
| Hex | D7 | 54 | 58 | 0 | 3D | 3B | 10 | 166 | 3E | 3B |
| Octal | 327 | 124 | 130 | 0 | 75 | 73 | 20 | 546 | 76 | 73 |
| Binary | 11010111 | 1010100 | 1011000 | 0 | 111101 | 111011 | 10000 | 101100110 | 111110 | 111011 |
Color Harmonies of #D75458
Complementary color
Monochromatic Colors of #D75458
Black with #D75458
Text Example
Text Example
White with #D75458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75458; }
p { color: rgb(215,84,88); }
H1.HeaderClassName
{
color: #D75458;
}
.AnyTagClassName
{
color: #D75458;
}
</style>
background-color css
<style>
a { background-color: #D75458; }
a { background-color: rgb(215,84,88); }
div.DivClassName
{
background-color: #D75458;
}
.BgClassName
{
background-color: #D75458;
}
</style>
border-color css
<style>
span { border-color: #D75458; }
span { border-color: rgb(215,84,88); }
td.TdClassName
{
border-color: #D75458;
}
.TagClassName
{
border-color: #D75458;
}
</style>