Shades of Mandy #D15464
Tints of Mandy #D15464
RGB
CMYK
RGB Variations
Color information
#D15464 (or 0xD15464) is known color: Mandy. HEX triplet: D1, 54 and 64. RGB value is (209,84,100). Sum of RGB (Red+Green+Blue) = 209+84+100=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D15464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15464 is #2EAB9B. Grayscale: #7B7B7B. Windows color (decimal): -3058588 or 6575313. OLE color: 6575313.
HSL color Cylindrical-coordinate representation of color #D15464: hue angle of 352.32º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15464 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 100 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.18 |
| HSL | 352.32º | 0.58% | 0.57% | - |
| HSV(B) | 352.32º | 0.6% | 0.82% | - |
| XYZ | 31.77 | 20.82 | 14.4 | - |
| YUV | 123.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 100 | 0 | 0.60 | 0.52 | 0.18 | 352.32 | 0.58 | 0.57 |
| Hex | D1 | 54 | 64 | 0 | 3C | 34 | 12 | 160 | 3A | 39 |
| Octal | 321 | 124 | 144 | 0 | 74 | 64 | 22 | 540 | 72 | 71 |
| Binary | 11010001 | 1010100 | 1100100 | 0 | 111100 | 110100 | 10010 | 101100000 | 111010 | 111001 |
Color Harmonies of #D15464
Complementary color
Monochromatic Colors of #D15464
Black with #D15464
Text Example
Text Example
White with #D15464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15464; }
p { color: rgb(209,84,100); }
H1.HeaderClassName
{
color: #D15464;
}
.AnyTagClassName
{
color: #D15464;
}
</style>
background-color css
<style>
a { background-color: #D15464; }
a { background-color: rgb(209,84,100); }
div.DivClassName
{
background-color: #D15464;
}
.BgClassName
{
background-color: #D15464;
}
</style>
border-color css
<style>
span { border-color: #D15464; }
span { border-color: rgb(209,84,100); }
td.TdClassName
{
border-color: #D15464;
}
.TagClassName
{
border-color: #D15464;
}
</style>