Shades of Mandy #D76065
Tints of Mandy #D76065
RGB
CMYK
RGB Variations
Color information
#D76065 (or 0xD76065) is known color: Mandy. HEX triplet: D7, 60 and 65. RGB value is (215,96,101). Sum of RGB (Red+Green+Blue) = 215+96+101=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D76065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76065 is #289F9A. Grayscale: #848484. Windows color (decimal): -2662299 or 6643927. OLE color: 6643927.
HSL color Cylindrical-coordinate representation of color #D76065: hue angle of 357.48º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76065 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 101 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.16 |
| HSL | 357.48º | 0.6% | 0.61% | - |
| HSV(B) | 357.48º | 0.55% | 0.84% | - |
| XYZ | 34.56 | 23.75 | 15.08 | - |
| YUV | 132.15 | 110.42 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 101 | 0 | 0.55 | 0.53 | 0.16 | 357.48 | 0.6 | 0.61 |
| Hex | D7 | 60 | 65 | 0 | 37 | 35 | 10 | 165 | 3C | 3D |
| Octal | 327 | 140 | 145 | 0 | 67 | 65 | 20 | 545 | 74 | 75 |
| Binary | 11010111 | 1100000 | 1100101 | 0 | 110111 | 110101 | 10000 | 101100101 | 111100 | 111101 |
Color Harmonies of #D76065
Complementary color
Monochromatic Colors of #D76065
Black with #D76065
Text Example
Text Example
White with #D76065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76065; }
p { color: rgb(215,96,101); }
H1.HeaderClassName
{
color: #D76065;
}
.AnyTagClassName
{
color: #D76065;
}
</style>
background-color css
<style>
a { background-color: #D76065; }
a { background-color: rgb(215,96,101); }
div.DivClassName
{
background-color: #D76065;
}
.BgClassName
{
background-color: #D76065;
}
</style>
border-color css
<style>
span { border-color: #D76065; }
span { border-color: rgb(215,96,101); }
td.TdClassName
{
border-color: #D76065;
}
.TagClassName
{
border-color: #D76065;
}
</style>