Shades of Mandy #D65965
Tints of Mandy #D65965
RGB
CMYK
RGB Variations
Color information
#D65965 (or 0xD65965) is known color: Mandy. HEX triplet: D6, 59 and 65. RGB value is (214,89,101). Sum of RGB (Red+Green+Blue) = 214+89+101=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D65965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65965 is #29A69A. Grayscale: #7F7F7F. Windows color (decimal): -2729627 or 6642134. OLE color: 6642134.
HSL color Cylindrical-coordinate representation of color #D65965: hue angle of 354.24º 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 #D65965 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 101 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.16 |
| HSL | 354.24º | 0.6% | 0.59% | - |
| HSV(B) | 354.24º | 0.58% | 0.84% | - |
| XYZ | 33.65 | 22.38 | 14.86 | - |
| YUV | 127.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 101 | 0 | 0.58 | 0.53 | 0.16 | 354.24 | 0.6 | 0.59 |
| Hex | D6 | 59 | 65 | 0 | 3A | 35 | 10 | 162 | 3C | 3B |
| Octal | 326 | 131 | 145 | 0 | 72 | 65 | 20 | 542 | 74 | 73 |
| Binary | 11010110 | 1011001 | 1100101 | 0 | 111010 | 110101 | 10000 | 101100010 | 111100 | 111011 |
Color Harmonies of #D65965
Complementary color
Monochromatic Colors of #D65965
Black with #D65965
Text Example
Text Example
White with #D65965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65965; }
p { color: rgb(214,89,101); }
H1.HeaderClassName
{
color: #D65965;
}
.AnyTagClassName
{
color: #D65965;
}
</style>
background-color css
<style>
a { background-color: #D65965; }
a { background-color: rgb(214,89,101); }
div.DivClassName
{
background-color: #D65965;
}
.BgClassName
{
background-color: #D65965;
}
</style>
border-color css
<style>
span { border-color: #D65965; }
span { border-color: rgb(214,89,101); }
td.TdClassName
{
border-color: #D65965;
}
.TagClassName
{
border-color: #D65965;
}
</style>