Shades of Mulberry #D74D9A
Tints of Mulberry #D74D9A
RGB
CMYK
RGB Variations
Color information
#D74D9A (or 0xD74D9A) is known color: Mulberry. HEX triplet: D7, 4D and 9A. RGB value is (215,77,154). Sum of RGB (Red+Green+Blue) = 215+77+154=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74D9A is #28B265. Grayscale: #7E7E7E. Windows color (decimal): -2667110 or 10112471. OLE color: 10112471.
HSL color Cylindrical-coordinate representation of color #D74D9A: hue angle of 326.52º 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 #D74D9A is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 154 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.16 |
| HSL | 326.52º | 0.63% | 0.57% | - |
| HSV(B) | 326.52º | 0.64% | 0.84% | - |
| XYZ | 36.51 | 22.09 | 32.91 | - |
| YUV | 127.04 | 143.22 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 154 | 0 | 0.64 | 0.28 | 0.16 | 326.52 | 0.63 | 0.57 |
| Hex | D7 | 4D | 9A | 0 | 40 | 1C | 10 | 147 | 3F | 39 |
| Octal | 327 | 115 | 232 | 0 | 100 | 34 | 20 | 507 | 77 | 71 |
| Binary | 11010111 | 1001101 | 10011010 | 0 | 1000000 | 11100 | 10000 | 101000111 | 111111 | 111001 |
Color Harmonies of #D74D9A
Complementary color
Monochromatic Colors of #D74D9A
Black with #D74D9A
Text Example
Text Example
White with #D74D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D9A; }
p { color: rgb(215,77,154); }
H1.HeaderClassName
{
color: #D74D9A;
}
.AnyTagClassName
{
color: #D74D9A;
}
</style>
background-color css
<style>
a { background-color: #D74D9A; }
a { background-color: rgb(215,77,154); }
div.DivClassName
{
background-color: #D74D9A;
}
.BgClassName
{
background-color: #D74D9A;
}
</style>
border-color css
<style>
span { border-color: #D74D9A; }
span { border-color: rgb(215,77,154); }
td.TdClassName
{
border-color: #D74D9A;
}
.TagClassName
{
border-color: #D74D9A;
}
</style>