Shades of Mandy #D75154
Tints of Mandy #D75154
RGB
CMYK
RGB Variations
Color information
#D75154 (or 0xD75154) is known color: Mandy. HEX triplet: D7, 51 and 54. RGB value is (215,81,84). Sum of RGB (Red+Green+Blue) = 215+81+84=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D75154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75154 is #28AEAB. Grayscale: #797979. Windows color (decimal): -2666156 or 5525975. OLE color: 5525975.
HSL color Cylindrical-coordinate representation of color #D75154: hue angle of 358.66º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D75154 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 84 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.16 |
| HSL | 358.66º | 0.63% | 0.58% | - |
| HSV(B) | 358.66º | 0.62% | 0.84% | - |
| XYZ | 32.57 | 20.97 | 10.72 | - |
| YUV | 121.41 | 106.89 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 84 | 0 | 0.62 | 0.61 | 0.16 | 358.66 | 0.63 | 0.58 |
| Hex | D7 | 51 | 54 | 0 | 3E | 3D | 10 | 167 | 3F | 3A |
| Octal | 327 | 121 | 124 | 0 | 76 | 75 | 20 | 547 | 77 | 72 |
| Binary | 11010111 | 1010001 | 1010100 | 0 | 111110 | 111101 | 10000 | 101100111 | 111111 | 111010 |
Color Harmonies of #D75154
Complementary color
Monochromatic Colors of #D75154
Black with #D75154
Text Example
Text Example
White with #D75154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75154; }
p { color: rgb(215,81,84); }
H1.HeaderClassName
{
color: #D75154;
}
.AnyTagClassName
{
color: #D75154;
}
</style>
background-color css
<style>
a { background-color: #D75154; }
a { background-color: rgb(215,81,84); }
div.DivClassName
{
background-color: #D75154;
}
.BgClassName
{
background-color: #D75154;
}
</style>
border-color css
<style>
span { border-color: #D75154; }
span { border-color: rgb(215,81,84); }
td.TdClassName
{
border-color: #D75154;
}
.TagClassName
{
border-color: #D75154;
}
</style>