Shades of Mandy #D76366
Tints of Mandy #D76366
RGB
CMYK
RGB Variations
Color information
#D76366 (or 0xD76366) is known color: Mandy. HEX triplet: D7, 63 and 66. RGB value is (215,99,102). Sum of RGB (Red+Green+Blue) = 215+99+102=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D76366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76366 is #289C99. Grayscale: #868686. Windows color (decimal): -2661530 or 6710231. OLE color: 6710231.
HSL color Cylindrical-coordinate representation of color #D76366: hue angle of 358.45º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76366 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 102 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.16 |
| HSL | 358.45º | 0.59% | 0.62% | - |
| HSV(B) | 358.45º | 0.54% | 0.84% | - |
| XYZ | 34.88 | 24.33 | 15.43 | - |
| YUV | 134.03 | 109.93 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 102 | 0 | 0.54 | 0.53 | 0.16 | 358.45 | 0.59 | 0.62 |
| Hex | D7 | 63 | 66 | 0 | 36 | 35 | 10 | 166 | 3B | 3E |
| Octal | 327 | 143 | 146 | 0 | 66 | 65 | 20 | 546 | 73 | 76 |
| Binary | 11010111 | 1100011 | 1100110 | 0 | 110110 | 110101 | 10000 | 101100110 | 111011 | 111110 |
Color Harmonies of #D76366
Complementary color
Monochromatic Colors of #D76366
Black with #D76366
Text Example
Text Example
White with #D76366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76366; }
p { color: rgb(215,99,102); }
H1.HeaderClassName
{
color: #D76366;
}
.AnyTagClassName
{
color: #D76366;
}
</style>
background-color css
<style>
a { background-color: #D76366; }
a { background-color: rgb(215,99,102); }
div.DivClassName
{
background-color: #D76366;
}
.BgClassName
{
background-color: #D76366;
}
</style>
border-color css
<style>
span { border-color: #D76366; }
span { border-color: rgb(215,99,102); }
td.TdClassName
{
border-color: #D76366;
}
.TagClassName
{
border-color: #D76366;
}
</style>