Shades of Mandy #D1515B
Tints of Mandy #D1515B
RGB
CMYK
RGB Variations
Color information
#D1515B (or 0xD1515B) is known color: Mandy. HEX triplet: D1, 51 and 5B. RGB value is (209,81,91). Sum of RGB (Red+Green+Blue) = 209+81+91=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D1515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1515B is #2EAEA4. Grayscale: #787878. Windows color (decimal): -3059365 or 5984721. OLE color: 5984721.
HSL color Cylindrical-coordinate representation of color #D1515B: hue angle of 355.31º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1515B is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 91 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.18 |
| HSL | 355.31º | 0.58% | 0.57% | - |
| HSV(B) | 355.31º | 0.61% | 0.82% | - |
| XYZ | 31.13 | 20.2 | 12.16 | - |
| YUV | 120.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 91 | 0 | 0.61 | 0.56 | 0.18 | 355.31 | 0.58 | 0.57 |
| Hex | D1 | 51 | 5B | 0 | 3D | 38 | 12 | 163 | 3A | 39 |
| Octal | 321 | 121 | 133 | 0 | 75 | 70 | 22 | 543 | 72 | 71 |
| Binary | 11010001 | 1010001 | 1011011 | 0 | 111101 | 111000 | 10010 | 101100011 | 111010 | 111001 |
Color Harmonies of #D1515B
Complementary color
Monochromatic Colors of #D1515B
Black with #D1515B
Text Example
Text Example
White with #D1515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1515B; }
p { color: rgb(209,81,91); }
H1.HeaderClassName
{
color: #D1515B;
}
.AnyTagClassName
{
color: #D1515B;
}
</style>
background-color css
<style>
a { background-color: #D1515B; }
a { background-color: rgb(209,81,91); }
div.DivClassName
{
background-color: #D1515B;
}
.BgClassName
{
background-color: #D1515B;
}
</style>
border-color css
<style>
span { border-color: #D1515B; }
span { border-color: rgb(209,81,91); }
td.TdClassName
{
border-color: #D1515B;
}
.TagClassName
{
border-color: #D1515B;
}
</style>