Shades of Mulberry #D74DA9
Tints of Mulberry #D74DA9
RGB
CMYK
RGB Variations
Color information
#D74DA9 (or 0xD74DA9) is known color: Mulberry. HEX triplet: D7, 4D and A9. RGB value is (215,77,169). Sum of RGB (Red+Green+Blue) = 215+77+169=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74DA9 is #28B256. Grayscale: #808080. Windows color (decimal): -2667095 or 11095511. OLE color: 11095511.
HSL color Cylindrical-coordinate representation of color #D74DA9: hue angle of 320º 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 #D74DA9 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 169 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.16 |
| HSL | 320º | 0.63% | 0.57% | - |
| HSV(B) | 320º | 0.64% | 0.84% | - |
| XYZ | 37.84 | 22.62 | 39.91 | - |
| YUV | 128.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 169 | 0 | 0.64 | 0.21 | 0.16 | 320 | 0.63 | 0.57 |
| Hex | D7 | 4D | A9 | 0 | 40 | 15 | 10 | 140 | 3F | 39 |
| Octal | 327 | 115 | 251 | 0 | 100 | 25 | 20 | 500 | 77 | 71 |
| Binary | 11010111 | 1001101 | 10101001 | 0 | 1000000 | 10101 | 10000 | 101000000 | 111111 | 111001 |
Color Harmonies of #D74DA9
Complementary color
Monochromatic Colors of #D74DA9
Black with #D74DA9
Text Example
Text Example
White with #D74DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DA9; }
p { color: rgb(215,77,169); }
H1.HeaderClassName
{
color: #D74DA9;
}
.AnyTagClassName
{
color: #D74DA9;
}
</style>
background-color css
<style>
a { background-color: #D74DA9; }
a { background-color: rgb(215,77,169); }
div.DivClassName
{
background-color: #D74DA9;
}
.BgClassName
{
background-color: #D74DA9;
}
</style>
border-color css
<style>
span { border-color: #D74DA9; }
span { border-color: rgb(215,77,169); }
td.TdClassName
{
border-color: #D74DA9;
}
.TagClassName
{
border-color: #D74DA9;
}
</style>