Shades of Mandy #D7505D
Tints of Mandy #D7505D
RGB
CMYK
RGB Variations
Color information
#D7505D (or 0xD7505D) is known color: Mandy. HEX triplet: D7, 50 and 5D. RGB value is (215,80,93). Sum of RGB (Red+Green+Blue) = 215+80+93=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D7505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7505D is #28AFA2. Grayscale: #797979. Windows color (decimal): -2666403 or 6115543. OLE color: 6115543.
HSL color Cylindrical-coordinate representation of color #D7505D: hue angle of 354.22º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7505D is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 93 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.16 |
| HSL | 354.22º | 0.63% | 0.58% | - |
| HSV(B) | 354.22º | 0.63% | 0.84% | - |
| XYZ | 32.87 | 20.97 | 12.67 | - |
| YUV | 121.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 93 | 0 | 0.63 | 0.57 | 0.16 | 354.22 | 0.63 | 0.58 |
| Hex | D7 | 50 | 5D | 0 | 3F | 39 | 10 | 162 | 3F | 3A |
| Octal | 327 | 120 | 135 | 0 | 77 | 71 | 20 | 542 | 77 | 72 |
| Binary | 11010111 | 1010000 | 1011101 | 0 | 111111 | 111001 | 10000 | 101100010 | 111111 | 111010 |
Color Harmonies of #D7505D
Complementary color
Monochromatic Colors of #D7505D
Black with #D7505D
Text Example
Text Example
White with #D7505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7505D; }
p { color: rgb(215,80,93); }
H1.HeaderClassName
{
color: #D7505D;
}
.AnyTagClassName
{
color: #D7505D;
}
</style>
background-color css
<style>
a { background-color: #D7505D; }
a { background-color: rgb(215,80,93); }
div.DivClassName
{
background-color: #D7505D;
}
.BgClassName
{
background-color: #D7505D;
}
</style>
border-color css
<style>
span { border-color: #D7505D; }
span { border-color: rgb(215,80,93); }
td.TdClassName
{
border-color: #D7505D;
}
.TagClassName
{
border-color: #D7505D;
}
</style>