Shades of Mandy #D5515C
Tints of Mandy #D5515C
RGB
CMYK
RGB Variations
Color information
#D5515C (or 0xD5515C) is known color: Mandy. HEX triplet: D5, 51 and 5C. RGB value is (213,81,92). Sum of RGB (Red+Green+Blue) = 213+81+92=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5515C is #2AAEA3. Grayscale: #797979. Windows color (decimal): -2797220 or 6050261. OLE color: 6050261.
HSL color Cylindrical-coordinate representation of color #D5515C: hue angle of 355º 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 #D5515C is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 92 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.16 |
| HSL | 355º | 0.61% | 0.58% | - |
| HSV(B) | 355º | 0.62% | 0.84% | - |
| XYZ | 32.31 | 20.8 | 12.44 | - |
| YUV | 121.72 | 111.23 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 92 | 0 | 0.62 | 0.57 | 0.16 | 355 | 0.61 | 0.58 |
| Hex | D5 | 51 | 5C | 0 | 3E | 39 | 10 | 163 | 3D | 3A |
| Octal | 325 | 121 | 134 | 0 | 76 | 71 | 20 | 543 | 75 | 72 |
| Binary | 11010101 | 1010001 | 1011100 | 0 | 111110 | 111001 | 10000 | 101100011 | 111101 | 111010 |
Color Harmonies of #D5515C
Complementary color
Monochromatic Colors of #D5515C
Black with #D5515C
Text Example
Text Example
White with #D5515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5515C; }
p { color: rgb(213,81,92); }
H1.HeaderClassName
{
color: #D5515C;
}
.AnyTagClassName
{
color: #D5515C;
}
</style>
background-color css
<style>
a { background-color: #D5515C; }
a { background-color: rgb(213,81,92); }
div.DivClassName
{
background-color: #D5515C;
}
.BgClassName
{
background-color: #D5515C;
}
</style>
border-color css
<style>
span { border-color: #D5515C; }
span { border-color: rgb(213,81,92); }
td.TdClassName
{
border-color: #D5515C;
}
.TagClassName
{
border-color: #D5515C;
}
</style>