Shades of Mandy #D84660
Tints of Mandy #D84660
RGB
CMYK
RGB Variations
Color information
#D84660 (or 0xD84660) is known color: Mandy. HEX triplet: D8, 46 and 60. RGB value is (216,70,96). Sum of RGB (Red+Green+Blue) = 216+70+96=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D84660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84660 is #27B99F. Grayscale: #747474. Windows color (decimal): -2603424 or 6309592. OLE color: 6309592.
HSL color Cylindrical-coordinate representation of color #D84660: hue angle of 349.32º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D84660 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 96 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.15 |
| HSL | 349.32º | 0.65% | 0.56% | - |
| HSV(B) | 349.32º | 0.68% | 0.85% | - |
| XYZ | 32.62 | 19.82 | 13.17 | - |
| YUV | 116.62 | 116.37 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 96 | 0 | 0.68 | 0.56 | 0.15 | 349.32 | 0.65 | 0.56 |
| Hex | D8 | 46 | 60 | 0 | 44 | 38 | F | 15D | 41 | 38 |
| Octal | 330 | 106 | 140 | 0 | 104 | 70 | 17 | 535 | 101 | 70 |
| Binary | 11011000 | 1000110 | 1100000 | 0 | 1000100 | 111000 | 1111 | 101011101 | 1000001 | 111000 |
Color Harmonies of #D84660
Complementary color
Monochromatic Colors of #D84660
Black with #D84660
Text Example
Text Example
White with #D84660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84660; }
p { color: rgb(216,70,96); }
H1.HeaderClassName
{
color: #D84660;
}
.AnyTagClassName
{
color: #D84660;
}
</style>
background-color css
<style>
a { background-color: #D84660; }
a { background-color: rgb(216,70,96); }
div.DivClassName
{
background-color: #D84660;
}
.BgClassName
{
background-color: #D84660;
}
</style>
border-color css
<style>
span { border-color: #D84660; }
span { border-color: rgb(216,70,96); }
td.TdClassName
{
border-color: #D84660;
}
.TagClassName
{
border-color: #D84660;
}
</style>