Shades of Mulberry #D74DA0
Tints of Mulberry #D74DA0
RGB
CMYK
RGB Variations
Color information
#D74DA0 (or 0xD74DA0) is known color: Mulberry. HEX triplet: D7, 4D and A0. RGB value is (215,77,160). Sum of RGB (Red+Green+Blue) = 215+77+160=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74DA0 is #28B25F. Grayscale: #7F7F7F. Windows color (decimal): -2667104 or 10505687. OLE color: 10505687.
HSL color Cylindrical-coordinate representation of color #D74DA0: hue angle of 323.91º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74DA0 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 160 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.16 |
| HSL | 323.91º | 0.63% | 0.57% | - |
| HSV(B) | 323.91º | 0.64% | 0.84% | - |
| XYZ | 37.02 | 22.29 | 35.61 | - |
| YUV | 127.72 | 146.22 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 160 | 0 | 0.64 | 0.26 | 0.16 | 323.91 | 0.63 | 0.57 |
| Hex | D7 | 4D | A0 | 0 | 40 | 1A | 10 | 144 | 3F | 39 |
| Octal | 327 | 115 | 240 | 0 | 100 | 32 | 20 | 504 | 77 | 71 |
| Binary | 11010111 | 1001101 | 10100000 | 0 | 1000000 | 11010 | 10000 | 101000100 | 111111 | 111001 |
Color Harmonies of #D74DA0
Complementary color
Monochromatic Colors of #D74DA0
Black with #D74DA0
Text Example
Text Example
White with #D74DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DA0; }
p { color: rgb(215,77,160); }
H1.HeaderClassName
{
color: #D74DA0;
}
.AnyTagClassName
{
color: #D74DA0;
}
</style>
background-color css
<style>
a { background-color: #D74DA0; }
a { background-color: rgb(215,77,160); }
div.DivClassName
{
background-color: #D74DA0;
}
.BgClassName
{
background-color: #D74DA0;
}
</style>
border-color css
<style>
span { border-color: #D74DA0; }
span { border-color: rgb(215,77,160); }
td.TdClassName
{
border-color: #D74DA0;
}
.TagClassName
{
border-color: #D74DA0;
}
</style>