Shades of Mandy #D75C5D
Tints of Mandy #D75C5D
RGB
CMYK
RGB Variations
Color information
#D75C5D (or 0xD75C5D) is known color: Mandy. HEX triplet: D7, 5C and 5D. RGB value is (215,92,93). Sum of RGB (Red+Green+Blue) = 215+92+93=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75C5D is #28A3A2. Grayscale: #818181. Windows color (decimal): -2663331 or 6118615. OLE color: 6118615.
HSL color Cylindrical-coordinate representation of color #D75C5D: hue angle of 359.51º 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 #D75C5D is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 92 | 93 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.16 |
| HSL | 359.51º | 0.61% | 0.6% | - |
| HSV(B) | 359.51º | 0.57% | 0.84% | - |
| XYZ | 33.83 | 22.89 | 12.99 | - |
| YUV | 128.89 | 107.75 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 93 | 0 | 0.57 | 0.57 | 0.16 | 359.51 | 0.61 | 0.6 |
| Hex | D7 | 5C | 5D | 0 | 39 | 39 | 10 | 168 | 3D | 3C |
| Octal | 327 | 134 | 135 | 0 | 71 | 71 | 20 | 550 | 75 | 74 |
| Binary | 11010111 | 1011100 | 1011101 | 0 | 111001 | 111001 | 10000 | 101101000 | 111101 | 111100 |
Color Harmonies of #D75C5D
Complementary color
Monochromatic Colors of #D75C5D
Black with #D75C5D
Text Example
Text Example
White with #D75C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75C5D; }
p { color: rgb(215,92,93); }
H1.HeaderClassName
{
color: #D75C5D;
}
.AnyTagClassName
{
color: #D75C5D;
}
</style>
background-color css
<style>
a { background-color: #D75C5D; }
a { background-color: rgb(215,92,93); }
div.DivClassName
{
background-color: #D75C5D;
}
.BgClassName
{
background-color: #D75C5D;
}
</style>
border-color css
<style>
span { border-color: #D75C5D; }
span { border-color: rgb(215,92,93); }
td.TdClassName
{
border-color: #D75C5D;
}
.TagClassName
{
border-color: #D75C5D;
}
</style>