Shades of Mandy #D76265
Tints of Mandy #D76265
RGB
CMYK
RGB Variations
Color information
#D76265 (or 0xD76265) is known color: Mandy. HEX triplet: D7, 62 and 65. RGB value is (215,98,101). Sum of RGB (Red+Green+Blue) = 215+98+101=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D76265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76265 is #289D9A. Grayscale: #858585. Windows color (decimal): -2661787 or 6644439. OLE color: 6644439.
HSL color Cylindrical-coordinate representation of color #D76265: hue angle of 358.46º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76265 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 101 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.16 |
| HSL | 358.46º | 0.59% | 0.61% | - |
| HSV(B) | 358.46º | 0.54% | 0.84% | - |
| XYZ | 34.74 | 24.12 | 15.14 | - |
| YUV | 133.33 | 109.76 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 101 | 0 | 0.54 | 0.53 | 0.16 | 358.46 | 0.59 | 0.61 |
| Hex | D7 | 62 | 65 | 0 | 36 | 35 | 10 | 166 | 3B | 3D |
| Octal | 327 | 142 | 145 | 0 | 66 | 65 | 20 | 546 | 73 | 75 |
| Binary | 11010111 | 1100010 | 1100101 | 0 | 110110 | 110101 | 10000 | 101100110 | 111011 | 111101 |
Color Harmonies of #D76265
Complementary color
Monochromatic Colors of #D76265
Black with #D76265
Text Example
Text Example
White with #D76265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76265; }
p { color: rgb(215,98,101); }
H1.HeaderClassName
{
color: #D76265;
}
.AnyTagClassName
{
color: #D76265;
}
</style>
background-color css
<style>
a { background-color: #D76265; }
a { background-color: rgb(215,98,101); }
div.DivClassName
{
background-color: #D76265;
}
.BgClassName
{
background-color: #D76265;
}
</style>
border-color css
<style>
span { border-color: #D76265; }
span { border-color: rgb(215,98,101); }
td.TdClassName
{
border-color: #D76265;
}
.TagClassName
{
border-color: #D76265;
}
</style>