Shades of Mandy #D7515C
Tints of Mandy #D7515C
RGB
CMYK
RGB Variations
Color information
#D7515C (or 0xD7515C) is known color: Mandy. HEX triplet: D7, 51 and 5C. RGB value is (215,81,92). Sum of RGB (Red+Green+Blue) = 215+81+92=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D7515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7515C is #28AEA3. Grayscale: #7A7A7A. Windows color (decimal): -2666148 or 6050263. OLE color: 6050263.
HSL color Cylindrical-coordinate representation of color #D7515C: hue angle of 355.07º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D7515C is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 92 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.16 |
| HSL | 355.07º | 0.63% | 0.58% | - |
| HSV(B) | 355.07º | 0.62% | 0.84% | - |
| XYZ | 32.9 | 21.1 | 12.46 | - |
| YUV | 122.32 | 110.89 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 92 | 0 | 0.62 | 0.57 | 0.16 | 355.07 | 0.63 | 0.58 |
| Hex | D7 | 51 | 5C | 0 | 3E | 39 | 10 | 163 | 3F | 3A |
| Octal | 327 | 121 | 134 | 0 | 76 | 71 | 20 | 543 | 77 | 72 |
| Binary | 11010111 | 1010001 | 1011100 | 0 | 111110 | 111001 | 10000 | 101100011 | 111111 | 111010 |
Color Harmonies of #D7515C
Complementary color
Monochromatic Colors of #D7515C
Black with #D7515C
Text Example
Text Example
White with #D7515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7515C; }
p { color: rgb(215,81,92); }
H1.HeaderClassName
{
color: #D7515C;
}
.AnyTagClassName
{
color: #D7515C;
}
</style>
background-color css
<style>
a { background-color: #D7515C; }
a { background-color: rgb(215,81,92); }
div.DivClassName
{
background-color: #D7515C;
}
.BgClassName
{
background-color: #D7515C;
}
</style>
border-color css
<style>
span { border-color: #D7515C; }
span { border-color: rgb(215,81,92); }
td.TdClassName
{
border-color: #D7515C;
}
.TagClassName
{
border-color: #D7515C;
}
</style>