Shades of Mandy #D65960
Tints of Mandy #D65960
RGB
CMYK
RGB Variations
Color information
#D65960 (or 0xD65960) is known color: Mandy. HEX triplet: D6, 59 and 60. RGB value is (214,89,96). Sum of RGB (Red+Green+Blue) = 214+89+96=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D65960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65960 is #29A69F. Grayscale: #7F7F7F. Windows color (decimal): -2729632 or 6314454. OLE color: 6314454.
HSL color Cylindrical-coordinate representation of color #D65960: hue angle of 356.64º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65960 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 96 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.16 |
| HSL | 356.64º | 0.6% | 0.59% | - |
| HSV(B) | 356.64º | 0.58% | 0.84% | - |
| XYZ | 33.42 | 22.29 | 13.61 | - |
| YUV | 127.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 96 | 0 | 0.58 | 0.55 | 0.16 | 356.64 | 0.6 | 0.59 |
| Hex | D6 | 59 | 60 | 0 | 3A | 37 | 10 | 165 | 3C | 3B |
| Octal | 326 | 131 | 140 | 0 | 72 | 67 | 20 | 545 | 74 | 73 |
| Binary | 11010110 | 1011001 | 1100000 | 0 | 111010 | 110111 | 10000 | 101100101 | 111100 | 111011 |
Color Harmonies of #D65960
Complementary color
Monochromatic Colors of #D65960
Black with #D65960
Text Example
Text Example
White with #D65960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65960; }
p { color: rgb(214,89,96); }
H1.HeaderClassName
{
color: #D65960;
}
.AnyTagClassName
{
color: #D65960;
}
</style>
background-color css
<style>
a { background-color: #D65960; }
a { background-color: rgb(214,89,96); }
div.DivClassName
{
background-color: #D65960;
}
.BgClassName
{
background-color: #D65960;
}
</style>
border-color css
<style>
span { border-color: #D65960; }
span { border-color: rgb(214,89,96); }
td.TdClassName
{
border-color: #D65960;
}
.TagClassName
{
border-color: #D65960;
}
</style>