Shades of Mandy #D96065
Tints of Mandy #D96065
RGB
CMYK
RGB Variations
Color information
#D96065 (or 0xD96065) is known color: Mandy. HEX triplet: D9, 60 and 65. RGB value is (217,96,101). Sum of RGB (Red+Green+Blue) = 217+96+101=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D96065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96065 is #269F9A. Grayscale: #848484. Windows color (decimal): -2531227 or 6643929. OLE color: 6643929.
HSL color Cylindrical-coordinate representation of color #D96065: hue angle of 357.52º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96065 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 101 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.15 |
| HSL | 357.52º | 0.61% | 0.61% | - |
| HSV(B) | 357.52º | 0.56% | 0.85% | - |
| XYZ | 35.15 | 24.06 | 15.1 | - |
| YUV | 132.75 | 110.09 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 101 | 0 | 0.56 | 0.53 | 0.15 | 357.52 | 0.61 | 0.61 |
| Hex | D9 | 60 | 65 | 0 | 38 | 35 | F | 166 | 3D | 3D |
| Octal | 331 | 140 | 145 | 0 | 70 | 65 | 17 | 546 | 75 | 75 |
| Binary | 11011001 | 1100000 | 1100101 | 0 | 111000 | 110101 | 1111 | 101100110 | 111101 | 111101 |
Color Harmonies of #D96065
Complementary color
Monochromatic Colors of #D96065
Black with #D96065
Text Example
Text Example
White with #D96065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96065; }
p { color: rgb(217,96,101); }
H1.HeaderClassName
{
color: #D96065;
}
.AnyTagClassName
{
color: #D96065;
}
</style>
background-color css
<style>
a { background-color: #D96065; }
a { background-color: rgb(217,96,101); }
div.DivClassName
{
background-color: #D96065;
}
.BgClassName
{
background-color: #D96065;
}
</style>
border-color css
<style>
span { border-color: #D96065; }
span { border-color: rgb(217,96,101); }
td.TdClassName
{
border-color: #D96065;
}
.TagClassName
{
border-color: #D96065;
}
</style>