Shades of Mandy #D6515A
Tints of Mandy #D6515A
RGB
CMYK
RGB Variations
Color information
#D6515A (or 0xD6515A) is known color: Mandy. HEX triplet: D6, 51 and 5A. RGB value is (214,81,90). Sum of RGB (Red+Green+Blue) = 214+81+90=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D6515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6515A is #29AEA5. Grayscale: #797979. Windows color (decimal): -2731686 or 5919190. OLE color: 5919190.
HSL color Cylindrical-coordinate representation of color #D6515A: hue angle of 355.94º degrees, saturation: 0.62, 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 #D6515A is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 90 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.16 |
| HSL | 355.94º | 0.62% | 0.58% | - |
| HSV(B) | 355.94º | 0.62% | 0.84% | - |
| XYZ | 32.52 | 20.92 | 12 | - |
| YUV | 121.79 | 110.06 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 90 | 0 | 0.62 | 0.58 | 0.16 | 355.94 | 0.62 | 0.58 |
| Hex | D6 | 51 | 5A | 0 | 3E | 3A | 10 | 164 | 3E | 3A |
| Octal | 326 | 121 | 132 | 0 | 76 | 72 | 20 | 544 | 76 | 72 |
| Binary | 11010110 | 1010001 | 1011010 | 0 | 111110 | 111010 | 10000 | 101100100 | 111110 | 111010 |
Color Harmonies of #D6515A
Complementary color
Monochromatic Colors of #D6515A
Black with #D6515A
Text Example
Text Example
White with #D6515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6515A; }
p { color: rgb(214,81,90); }
H1.HeaderClassName
{
color: #D6515A;
}
.AnyTagClassName
{
color: #D6515A;
}
</style>
background-color css
<style>
a { background-color: #D6515A; }
a { background-color: rgb(214,81,90); }
div.DivClassName
{
background-color: #D6515A;
}
.BgClassName
{
background-color: #D6515A;
}
</style>
border-color css
<style>
span { border-color: #D6515A; }
span { border-color: rgb(214,81,90); }
td.TdClassName
{
border-color: #D6515A;
}
.TagClassName
{
border-color: #D6515A;
}
</style>