Shades of Mandy #D74156
Tints of Mandy #D74156
RGB
CMYK
RGB Variations
Color information
#D74156 (or 0xD74156) is known color: Mandy. HEX triplet: D7, 41 and 56. RGB value is (215,65,86). Sum of RGB (Red+Green+Blue) = 215+65+86=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D74156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74156 is #28BEA9. Grayscale: #707070. Windows color (decimal): -2670250 or 5652951. OLE color: 5652951.
HSL color Cylindrical-coordinate representation of color #D74156: hue angle of 351.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74156 is Cyan = 0, Magento = 0.70, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 65 | 86 | - |
| CMYK | 0 | 0.70 | 0.6 | 0.16 |
| HSL | 351.6º | 0.65% | 0.55% | - |
| HSV(B) | 351.6º | 0.7% | 0.84% | - |
| XYZ | 31.59 | 18.9 | 10.79 | - |
| YUV | 112.24 | 113.2 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 86 | 0 | 0.70 | 0.6 | 0.16 | 351.6 | 0.65 | 0.55 |
| Hex | D7 | 41 | 56 | 0 | 46 | 3C | 10 | 160 | 41 | 37 |
| Octal | 327 | 101 | 126 | 0 | 106 | 74 | 20 | 540 | 101 | 67 |
| Binary | 11010111 | 1000001 | 1010110 | 0 | 1000110 | 111100 | 10000 | 101100000 | 1000001 | 110111 |
Color Harmonies of #D74156
Complementary color
Monochromatic Colors of #D74156
Black with #D74156
Text Example
Text Example
White with #D74156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74156; }
p { color: rgb(215,65,86); }
H1.HeaderClassName
{
color: #D74156;
}
.AnyTagClassName
{
color: #D74156;
}
</style>
background-color css
<style>
a { background-color: #D74156; }
a { background-color: rgb(215,65,86); }
div.DivClassName
{
background-color: #D74156;
}
.BgClassName
{
background-color: #D74156;
}
</style>
border-color css
<style>
span { border-color: #D74156; }
span { border-color: rgb(215,65,86); }
td.TdClassName
{
border-color: #D74156;
}
.TagClassName
{
border-color: #D74156;
}
</style>