Shades of Mandy #D75355
Tints of Mandy #D75355
RGB
CMYK
RGB Variations
Color information
#D75355 (or 0xD75355) is known color: Mandy. HEX triplet: D7, 53 and 55. RGB value is (215,83,85). Sum of RGB (Red+Green+Blue) = 215+83+85=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D75355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75355 is #28ACAA. Grayscale: #7A7A7A. Windows color (decimal): -2665643 or 5592023. OLE color: 5592023.
HSL color Cylindrical-coordinate representation of color #D75355: hue angle of 359.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75355 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 85 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.16 |
| HSL | 359.09º | 0.62% | 0.58% | - |
| HSV(B) | 359.09º | 0.61% | 0.84% | - |
| XYZ | 32.76 | 21.29 | 10.98 | - |
| YUV | 122.7 | 106.73 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 85 | 0 | 0.61 | 0.60 | 0.16 | 359.09 | 0.62 | 0.58 |
| Hex | D7 | 53 | 55 | 0 | 3D | 3C | 10 | 167 | 3E | 3A |
| Octal | 327 | 123 | 125 | 0 | 75 | 74 | 20 | 547 | 76 | 72 |
| Binary | 11010111 | 1010011 | 1010101 | 0 | 111101 | 111100 | 10000 | 101100111 | 111110 | 111010 |
Color Harmonies of #D75355
Complementary color
Monochromatic Colors of #D75355
Black with #D75355
Text Example
Text Example
White with #D75355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75355; }
p { color: rgb(215,83,85); }
H1.HeaderClassName
{
color: #D75355;
}
.AnyTagClassName
{
color: #D75355;
}
</style>
background-color css
<style>
a { background-color: #D75355; }
a { background-color: rgb(215,83,85); }
div.DivClassName
{
background-color: #D75355;
}
.BgClassName
{
background-color: #D75355;
}
</style>
border-color css
<style>
span { border-color: #D75355; }
span { border-color: rgb(215,83,85); }
td.TdClassName
{
border-color: #D75355;
}
.TagClassName
{
border-color: #D75355;
}
</style>