Shades of Mandy #D75C64
Tints of Mandy #D75C64
RGB
CMYK
RGB Variations
Color information
#D75C64 (or 0xD75C64) is known color: Mandy. HEX triplet: D7, 5C and 64. RGB value is (215,92,100). Sum of RGB (Red+Green+Blue) = 215+92+100=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75C64 is #28A39B. Grayscale: #818181. Windows color (decimal): -2663324 or 6577367. OLE color: 6577367.
HSL color Cylindrical-coordinate representation of color #D75C64: hue angle of 356.1º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D75C64 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 92 | 100 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.16 |
| HSL | 356.1º | 0.61% | 0.6% | - |
| HSV(B) | 356.1º | 0.57% | 0.84% | - |
| XYZ | 34.15 | 23.02 | 14.7 | - |
| YUV | 129.69 | 111.25 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 100 | 0 | 0.57 | 0.53 | 0.16 | 356.1 | 0.61 | 0.6 |
| Hex | D7 | 5C | 64 | 0 | 39 | 35 | 10 | 164 | 3D | 3C |
| Octal | 327 | 134 | 144 | 0 | 71 | 65 | 20 | 544 | 75 | 74 |
| Binary | 11010111 | 1011100 | 1100100 | 0 | 111001 | 110101 | 10000 | 101100100 | 111101 | 111100 |
Color Harmonies of #D75C64
Complementary color
Monochromatic Colors of #D75C64
Black with #D75C64
Text Example
Text Example
White with #D75C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75C64; }
p { color: rgb(215,92,100); }
H1.HeaderClassName
{
color: #D75C64;
}
.AnyTagClassName
{
color: #D75C64;
}
</style>
background-color css
<style>
a { background-color: #D75C64; }
a { background-color: rgb(215,92,100); }
div.DivClassName
{
background-color: #D75C64;
}
.BgClassName
{
background-color: #D75C64;
}
</style>
border-color css
<style>
span { border-color: #D75C64; }
span { border-color: rgb(215,92,100); }
td.TdClassName
{
border-color: #D75C64;
}
.TagClassName
{
border-color: #D75C64;
}
</style>