Shades of Mandy #D5515B
Tints of Mandy #D5515B
RGB
CMYK
RGB Variations
Color information
#D5515B (or 0xD5515B) is known color: Mandy. HEX triplet: D5, 51 and 5B. RGB value is (213,81,91). Sum of RGB (Red+Green+Blue) = 213+81+91=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D5515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5515B is #2AAEA4. Grayscale: #797979. Windows color (decimal): -2797221 or 5984725. OLE color: 5984725.
HSL color Cylindrical-coordinate representation of color #D5515B: hue angle of 355.45º degrees, saturation: 0.61, 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 #D5515B is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 91 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.16 |
| HSL | 355.45º | 0.61% | 0.58% | - |
| HSV(B) | 355.45º | 0.62% | 0.84% | - |
| XYZ | 32.27 | 20.79 | 12.21 | - |
| YUV | 121.61 | 110.73 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 91 | 0 | 0.62 | 0.57 | 0.16 | 355.45 | 0.61 | 0.58 |
| Hex | D5 | 51 | 5B | 0 | 3E | 39 | 10 | 163 | 3D | 3A |
| Octal | 325 | 121 | 133 | 0 | 76 | 71 | 20 | 543 | 75 | 72 |
| Binary | 11010101 | 1010001 | 1011011 | 0 | 111110 | 111001 | 10000 | 101100011 | 111101 | 111010 |
Color Harmonies of #D5515B
Complementary color
Monochromatic Colors of #D5515B
Black with #D5515B
Text Example
Text Example
White with #D5515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5515B; }
p { color: rgb(213,81,91); }
H1.HeaderClassName
{
color: #D5515B;
}
.AnyTagClassName
{
color: #D5515B;
}
</style>
background-color css
<style>
a { background-color: #D5515B; }
a { background-color: rgb(213,81,91); }
div.DivClassName
{
background-color: #D5515B;
}
.BgClassName
{
background-color: #D5515B;
}
</style>
border-color css
<style>
span { border-color: #D5515B; }
span { border-color: rgb(213,81,91); }
td.TdClassName
{
border-color: #D5515B;
}
.TagClassName
{
border-color: #D5515B;
}
</style>