Shades of Mandy #D75558
Tints of Mandy #D75558
RGB
CMYK
RGB Variations
Color information
#D75558 (or 0xD75558) is known color: Mandy. HEX triplet: D7, 55 and 58. RGB value is (215,85,88). Sum of RGB (Red+Green+Blue) = 215+85+88=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D75558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75558 is #28AAA7. Grayscale: #7C7C7C. Windows color (decimal): -2665128 or 5789143. OLE color: 5789143.
HSL color Cylindrical-coordinate representation of color #D75558: hue angle of 358.62º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D75558 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 88 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.16 |
| HSL | 358.62º | 0.62% | 0.59% | - |
| HSV(B) | 358.62º | 0.6% | 0.84% | - |
| XYZ | 33.03 | 21.65 | 11.67 | - |
| YUV | 124.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 88 | 0 | 0.60 | 0.59 | 0.16 | 358.62 | 0.62 | 0.59 |
| Hex | D7 | 55 | 58 | 0 | 3C | 3B | 10 | 167 | 3E | 3B |
| Octal | 327 | 125 | 130 | 0 | 74 | 73 | 20 | 547 | 76 | 73 |
| Binary | 11010111 | 1010101 | 1011000 | 0 | 111100 | 111011 | 10000 | 101100111 | 111110 | 111011 |
Color Harmonies of #D75558
Complementary color
Monochromatic Colors of #D75558
Black with #D75558
Text Example
Text Example
White with #D75558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75558; }
p { color: rgb(215,85,88); }
H1.HeaderClassName
{
color: #D75558;
}
.AnyTagClassName
{
color: #D75558;
}
</style>
background-color css
<style>
a { background-color: #D75558; }
a { background-color: rgb(215,85,88); }
div.DivClassName
{
background-color: #D75558;
}
.BgClassName
{
background-color: #D75558;
}
</style>
border-color css
<style>
span { border-color: #D75558; }
span { border-color: rgb(215,85,88); }
td.TdClassName
{
border-color: #D75558;
}
.TagClassName
{
border-color: #D75558;
}
</style>