Shades of Mandy #D76263
Tints of Mandy #D76263
RGB
CMYK
RGB Variations
Color information
#D76263 (or 0xD76263) is known color: Mandy. HEX triplet: D7, 62 and 63. RGB value is (215,98,99). Sum of RGB (Red+Green+Blue) = 215+98+99=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D76263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76263 is #289D9C. Grayscale: #858585. Windows color (decimal): -2661789 or 6513367. OLE color: 6513367.
HSL color Cylindrical-coordinate representation of color #D76263: hue angle of 359.49º 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 #D76263 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 99 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.16 |
| HSL | 359.49º | 0.59% | 0.61% | - |
| HSV(B) | 359.49º | 0.54% | 0.84% | - |
| XYZ | 34.64 | 24.08 | 14.63 | - |
| YUV | 133.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 99 | 0 | 0.54 | 0.54 | 0.16 | 359.49 | 0.59 | 0.61 |
| Hex | D7 | 62 | 63 | 0 | 36 | 36 | 10 | 167 | 3B | 3D |
| Octal | 327 | 142 | 143 | 0 | 66 | 66 | 20 | 547 | 73 | 75 |
| Binary | 11010111 | 1100010 | 1100011 | 0 | 110110 | 110110 | 10000 | 101100111 | 111011 | 111101 |
Color Harmonies of #D76263
Complementary color
Monochromatic Colors of #D76263
Black with #D76263
Text Example
Text Example
White with #D76263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76263; }
p { color: rgb(215,98,99); }
H1.HeaderClassName
{
color: #D76263;
}
.AnyTagClassName
{
color: #D76263;
}
</style>
background-color css
<style>
a { background-color: #D76263; }
a { background-color: rgb(215,98,99); }
div.DivClassName
{
background-color: #D76263;
}
.BgClassName
{
background-color: #D76263;
}
</style>
border-color css
<style>
span { border-color: #D76263; }
span { border-color: rgb(215,98,99); }
td.TdClassName
{
border-color: #D76263;
}
.TagClassName
{
border-color: #D76263;
}
</style>