Shades of Mandy #D64460
Tints of Mandy #D64460
RGB
CMYK
RGB Variations
Color information
#D64460 (or 0xD64460) is known color: Mandy. HEX triplet: D6, 44 and 60. RGB value is (214,68,96). Sum of RGB (Red+Green+Blue) = 214+68+96=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D64460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64460 is #29BB9F. Grayscale: #727272. Windows color (decimal): -2735008 or 6309078. OLE color: 6309078.
HSL color Cylindrical-coordinate representation of color #D64460: hue angle of 348.49º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64460 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 96 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.16 |
| HSL | 348.49º | 0.64% | 0.55% | - |
| HSV(B) | 348.49º | 0.68% | 0.84% | - |
| XYZ | 31.91 | 19.27 | 13.1 | - |
| YUV | 114.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 96 | 0 | 0.68 | 0.55 | 0.16 | 348.49 | 0.64 | 0.55 |
| Hex | D6 | 44 | 60 | 0 | 44 | 37 | 10 | 15C | 40 | 37 |
| Octal | 326 | 104 | 140 | 0 | 104 | 67 | 20 | 534 | 100 | 67 |
| Binary | 11010110 | 1000100 | 1100000 | 0 | 1000100 | 110111 | 10000 | 101011100 | 1000000 | 110111 |
Color Harmonies of #D64460
Complementary color
Monochromatic Colors of #D64460
Black with #D64460
Text Example
Text Example
White with #D64460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64460; }
p { color: rgb(214,68,96); }
H1.HeaderClassName
{
color: #D64460;
}
.AnyTagClassName
{
color: #D64460;
}
</style>
background-color css
<style>
a { background-color: #D64460; }
a { background-color: rgb(214,68,96); }
div.DivClassName
{
background-color: #D64460;
}
.BgClassName
{
background-color: #D64460;
}
</style>
border-color css
<style>
span { border-color: #D64460; }
span { border-color: rgb(214,68,96); }
td.TdClassName
{
border-color: #D64460;
}
.TagClassName
{
border-color: #D64460;
}
</style>