Shades of Mulberry #D74D8D
Tints of Mulberry #D74D8D
RGB
CMYK
RGB Variations
Color information
#D74D8D (or 0xD74D8D) is known color: Mulberry. HEX triplet: D7, 4D and 8D. RGB value is (215,77,141). Sum of RGB (Red+Green+Blue) = 215+77+141=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74D8D is #28B272. Grayscale: #7D7D7D. Windows color (decimal): -2667123 or 9260503. OLE color: 9260503.
HSL color Cylindrical-coordinate representation of color #D74D8D: hue angle of 332.17º 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 #D74D8D is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 141 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.16 |
| HSL | 332.17º | 0.63% | 0.57% | - |
| HSV(B) | 332.17º | 0.64% | 0.84% | - |
| XYZ | 35.49 | 21.68 | 27.51 | - |
| YUV | 125.56 | 136.72 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 141 | 0 | 0.64 | 0.34 | 0.16 | 332.17 | 0.63 | 0.57 |
| Hex | D7 | 4D | 8D | 0 | 40 | 22 | 10 | 14C | 3F | 39 |
| Octal | 327 | 115 | 215 | 0 | 100 | 42 | 20 | 514 | 77 | 71 |
| Binary | 11010111 | 1001101 | 10001101 | 0 | 1000000 | 100010 | 10000 | 101001100 | 111111 | 111001 |
Color Harmonies of #D74D8D
Complementary color
Monochromatic Colors of #D74D8D
Black with #D74D8D
Text Example
Text Example
White with #D74D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D8D; }
p { color: rgb(215,77,141); }
H1.HeaderClassName
{
color: #D74D8D;
}
.AnyTagClassName
{
color: #D74D8D;
}
</style>
background-color css
<style>
a { background-color: #D74D8D; }
a { background-color: rgb(215,77,141); }
div.DivClassName
{
background-color: #D74D8D;
}
.BgClassName
{
background-color: #D74D8D;
}
</style>
border-color css
<style>
span { border-color: #D74D8D; }
span { border-color: rgb(215,77,141); }
td.TdClassName
{
border-color: #D74D8D;
}
.TagClassName
{
border-color: #D74D8D;
}
</style>