Shades of Mandy #D7505E
Tints of Mandy #D7505E
RGB
CMYK
RGB Variations
Color information
#D7505E (or 0xD7505E) is known color: Mandy. HEX triplet: D7, 50 and 5E. RGB value is (215,80,94). Sum of RGB (Red+Green+Blue) = 215+80+94=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D7505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7505E is #28AFA1. Grayscale: #7A7A7A. Windows color (decimal): -2666402 or 6181079. OLE color: 6181079.
HSL color Cylindrical-coordinate representation of color #D7505E: hue angle of 353.78º 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 #D7505E is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 94 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.16 |
| HSL | 353.78º | 0.63% | 0.58% | - |
| HSV(B) | 353.78º | 0.63% | 0.84% | - |
| XYZ | 32.91 | 20.99 | 12.91 | - |
| YUV | 121.96 | 112.23 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 94 | 0 | 0.63 | 0.56 | 0.16 | 353.78 | 0.63 | 0.58 |
| Hex | D7 | 50 | 5E | 0 | 3F | 38 | 10 | 162 | 3F | 3A |
| Octal | 327 | 120 | 136 | 0 | 77 | 70 | 20 | 542 | 77 | 72 |
| Binary | 11010111 | 1010000 | 1011110 | 0 | 111111 | 111000 | 10000 | 101100010 | 111111 | 111010 |
Color Harmonies of #D7505E
Complementary color
Monochromatic Colors of #D7505E
Black with #D7505E
Text Example
Text Example
White with #D7505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7505E; }
p { color: rgb(215,80,94); }
H1.HeaderClassName
{
color: #D7505E;
}
.AnyTagClassName
{
color: #D7505E;
}
</style>
background-color css
<style>
a { background-color: #D7505E; }
a { background-color: rgb(215,80,94); }
div.DivClassName
{
background-color: #D7505E;
}
.BgClassName
{
background-color: #D7505E;
}
</style>
border-color css
<style>
span { border-color: #D7505E; }
span { border-color: rgb(215,80,94); }
td.TdClassName
{
border-color: #D7505E;
}
.TagClassName
{
border-color: #D7505E;
}
</style>