Shades of Mandy #D75060
Tints of Mandy #D75060
RGB
CMYK
RGB Variations
Color information
#D75060 (or 0xD75060) is known color: Mandy. HEX triplet: D7, 50 and 60. RGB value is (215,80,96). Sum of RGB (Red+Green+Blue) = 215+80+96=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D75060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75060 is #28AF9F. Grayscale: #7A7A7A. Windows color (decimal): -2666400 or 6312151. OLE color: 6312151.
HSL color Cylindrical-coordinate representation of color #D75060: hue angle of 352.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D75060 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 96 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.16 |
| HSL | 352.89º | 0.63% | 0.58% | - |
| HSV(B) | 352.89º | 0.63% | 0.84% | - |
| XYZ | 33 | 21.03 | 13.39 | - |
| YUV | 122.19 | 113.23 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 96 | 0 | 0.63 | 0.55 | 0.16 | 352.89 | 0.63 | 0.58 |
| Hex | D7 | 50 | 60 | 0 | 3F | 37 | 10 | 161 | 3F | 3A |
| Octal | 327 | 120 | 140 | 0 | 77 | 67 | 20 | 541 | 77 | 72 |
| Binary | 11010111 | 1010000 | 1100000 | 0 | 111111 | 110111 | 10000 | 101100001 | 111111 | 111010 |
Color Harmonies of #D75060
Complementary color
Monochromatic Colors of #D75060
Black with #D75060
Text Example
Text Example
White with #D75060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75060; }
p { color: rgb(215,80,96); }
H1.HeaderClassName
{
color: #D75060;
}
.AnyTagClassName
{
color: #D75060;
}
</style>
background-color css
<style>
a { background-color: #D75060; }
a { background-color: rgb(215,80,96); }
div.DivClassName
{
background-color: #D75060;
}
.BgClassName
{
background-color: #D75060;
}
</style>
border-color css
<style>
span { border-color: #D75060; }
span { border-color: rgb(215,80,96); }
td.TdClassName
{
border-color: #D75060;
}
.TagClassName
{
border-color: #D75060;
}
</style>