Shades of Mandy #D75665
Tints of Mandy #D75665
RGB
CMYK
RGB Variations
Color information
#D75665 (or 0xD75665) is known color: Mandy. HEX triplet: D7, 56 and 65. RGB value is (215,86,101). Sum of RGB (Red+Green+Blue) = 215+86+101=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D75665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75665 is #28A99A. Grayscale: #7E7E7E. Windows color (decimal): -2664859 or 6641367. OLE color: 6641367.
HSL color Cylindrical-coordinate representation of color #D75665: hue angle of 353.02º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D75665 is Cyan = 0, Magento = 0.6, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 101 | - |
| CMYK | 0 | 0.6 | 0.53 | 0.16 |
| HSL | 353.02º | 0.62% | 0.59% | - |
| HSV(B) | 353.02º | 0.6% | 0.84% | - |
| XYZ | 33.7 | 22.04 | 14.79 | - |
| YUV | 126.28 | 113.74 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 101 | 0 | 0.6 | 0.53 | 0.16 | 353.02 | 0.62 | 0.59 |
| Hex | D7 | 56 | 65 | 0 | 3C | 35 | 10 | 161 | 3E | 3B |
| Octal | 327 | 126 | 145 | 0 | 74 | 65 | 20 | 541 | 76 | 73 |
| Binary | 11010111 | 1010110 | 1100101 | 0 | 111100 | 110101 | 10000 | 101100001 | 111110 | 111011 |
Color Harmonies of #D75665
Complementary color
Monochromatic Colors of #D75665
Black with #D75665
Text Example
Text Example
White with #D75665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75665; }
p { color: rgb(215,86,101); }
H1.HeaderClassName
{
color: #D75665;
}
.AnyTagClassName
{
color: #D75665;
}
</style>
background-color css
<style>
a { background-color: #D75665; }
a { background-color: rgb(215,86,101); }
div.DivClassName
{
background-color: #D75665;
}
.BgClassName
{
background-color: #D75665;
}
</style>
border-color css
<style>
span { border-color: #D75665; }
span { border-color: rgb(215,86,101); }
td.TdClassName
{
border-color: #D75665;
}
.TagClassName
{
border-color: #D75665;
}
</style>