Shades of Mandy #D75A66
Tints of Mandy #D75A66
RGB
CMYK
RGB Variations
Color information
#D75A66 (or 0xD75A66) is known color: Mandy. HEX triplet: D7, 5A and 66. RGB value is (215,90,102). Sum of RGB (Red+Green+Blue) = 215+90+102=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75A66 is #28A599. Grayscale: #808080. Windows color (decimal): -2663834 or 6707927. OLE color: 6707927.
HSL color Cylindrical-coordinate representation of color #D75A66: hue angle of 354.24º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D75A66 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 102 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.16 |
| HSL | 354.24º | 0.61% | 0.6% | - |
| HSV(B) | 354.24º | 0.58% | 0.84% | - |
| XYZ | 34.08 | 22.72 | 15.16 | - |
| YUV | 128.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 102 | 0 | 0.58 | 0.53 | 0.16 | 354.24 | 0.61 | 0.6 |
| Hex | D7 | 5A | 66 | 0 | 3A | 35 | 10 | 162 | 3D | 3C |
| Octal | 327 | 132 | 146 | 0 | 72 | 65 | 20 | 542 | 75 | 74 |
| Binary | 11010111 | 1011010 | 1100110 | 0 | 111010 | 110101 | 10000 | 101100010 | 111101 | 111100 |
Color Harmonies of #D75A66
Complementary color
Monochromatic Colors of #D75A66
Black with #D75A66
Text Example
Text Example
White with #D75A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75A66; }
p { color: rgb(215,90,102); }
H1.HeaderClassName
{
color: #D75A66;
}
.AnyTagClassName
{
color: #D75A66;
}
</style>
background-color css
<style>
a { background-color: #D75A66; }
a { background-color: rgb(215,90,102); }
div.DivClassName
{
background-color: #D75A66;
}
.BgClassName
{
background-color: #D75A66;
}
</style>
border-color css
<style>
span { border-color: #D75A66; }
span { border-color: rgb(215,90,102); }
td.TdClassName
{
border-color: #D75A66;
}
.TagClassName
{
border-color: #D75A66;
}
</style>