Shades of Mandy #D75D64
Tints of Mandy #D75D64
RGB
CMYK
RGB Variations
Color information
#D75D64 (or 0xD75D64) is known color: Mandy. HEX triplet: D7, 5D and 64. RGB value is (215,93,100). Sum of RGB (Red+Green+Blue) = 215+93+100=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75D64 is #28A29B. Grayscale: #828282. Windows color (decimal): -2663068 or 6577623. OLE color: 6577623.
HSL color Cylindrical-coordinate representation of color #D75D64: hue angle of 356.56º degrees, saturation: 0.6, 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 #D75D64 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 100 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.16 |
| HSL | 356.56º | 0.6% | 0.6% | - |
| HSV(B) | 356.56º | 0.57% | 0.84% | - |
| XYZ | 34.24 | 23.2 | 14.73 | - |
| YUV | 130.28 | 110.92 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 100 | 0 | 0.57 | 0.53 | 0.16 | 356.56 | 0.6 | 0.6 |
| Hex | D7 | 5D | 64 | 0 | 39 | 35 | 10 | 165 | 3C | 3C |
| Octal | 327 | 135 | 144 | 0 | 71 | 65 | 20 | 545 | 74 | 74 |
| Binary | 11010111 | 1011101 | 1100100 | 0 | 111001 | 110101 | 10000 | 101100101 | 111100 | 111100 |
Color Harmonies of #D75D64
Complementary color
Monochromatic Colors of #D75D64
Black with #D75D64
Text Example
Text Example
White with #D75D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D64; }
p { color: rgb(215,93,100); }
H1.HeaderClassName
{
color: #D75D64;
}
.AnyTagClassName
{
color: #D75D64;
}
</style>
background-color css
<style>
a { background-color: #D75D64; }
a { background-color: rgb(215,93,100); }
div.DivClassName
{
background-color: #D75D64;
}
.BgClassName
{
background-color: #D75D64;
}
</style>
border-color css
<style>
span { border-color: #D75D64; }
span { border-color: rgb(215,93,100); }
td.TdClassName
{
border-color: #D75D64;
}
.TagClassName
{
border-color: #D75D64;
}
</style>