Shades of Mandy #D64960
Tints of Mandy #D64960
RGB
CMYK
RGB Variations
Color information
#D64960 (or 0xD64960) is known color: Mandy. HEX triplet: D6, 49 and 60. RGB value is (214,73,96). Sum of RGB (Red+Green+Blue) = 214+73+96=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D64960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64960 is #29B69F. Grayscale: #757575. Windows color (decimal): -2733728 or 6310358. OLE color: 6310358.
HSL color Cylindrical-coordinate representation of color #D64960: hue angle of 350.21º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64960 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 96 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.16 |
| HSL | 350.21º | 0.63% | 0.56% | - |
| HSV(B) | 350.21º | 0.66% | 0.84% | - |
| XYZ | 32.23 | 19.91 | 13.21 | - |
| YUV | 117.78 | 115.71 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 96 | 0 | 0.66 | 0.55 | 0.16 | 350.21 | 0.63 | 0.56 |
| Hex | D6 | 49 | 60 | 0 | 42 | 37 | 10 | 15E | 3F | 38 |
| Octal | 326 | 111 | 140 | 0 | 102 | 67 | 20 | 536 | 77 | 70 |
| Binary | 11010110 | 1001001 | 1100000 | 0 | 1000010 | 110111 | 10000 | 101011110 | 111111 | 111000 |
Color Harmonies of #D64960
Complementary color
Monochromatic Colors of #D64960
Black with #D64960
Text Example
Text Example
White with #D64960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64960; }
p { color: rgb(214,73,96); }
H1.HeaderClassName
{
color: #D64960;
}
.AnyTagClassName
{
color: #D64960;
}
</style>
background-color css
<style>
a { background-color: #D64960; }
a { background-color: rgb(214,73,96); }
div.DivClassName
{
background-color: #D64960;
}
.BgClassName
{
background-color: #D64960;
}
</style>
border-color css
<style>
span { border-color: #D64960; }
span { border-color: rgb(214,73,96); }
td.TdClassName
{
border-color: #D64960;
}
.TagClassName
{
border-color: #D64960;
}
</style>