Shades of Mulberry #D74EA9
Tints of Mulberry #D74EA9
RGB
CMYK
RGB Variations
Color information
#D74EA9 (or 0xD74EA9) is known color: Mulberry. HEX triplet: D7, 4E and A9. RGB value is (215,78,169). Sum of RGB (Red+Green+Blue) = 215+78+169=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D74EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74EA9 is #28B156. Grayscale: #818181. Windows color (decimal): -2666839 or 11095767. OLE color: 11095767.
HSL color Cylindrical-coordinate representation of color #D74EA9: hue angle of 320.15º 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 #D74EA9 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 169 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.16 |
| HSL | 320.15º | 0.63% | 0.57% | - |
| HSV(B) | 320.15º | 0.64% | 0.84% | - |
| XYZ | 37.91 | 22.76 | 39.93 | - |
| YUV | 129.34 | 150.39 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 169 | 0 | 0.64 | 0.21 | 0.16 | 320.15 | 0.63 | 0.57 |
| Hex | D7 | 4E | A9 | 0 | 40 | 15 | 10 | 140 | 3F | 39 |
| Octal | 327 | 116 | 251 | 0 | 100 | 25 | 20 | 500 | 77 | 71 |
| Binary | 11010111 | 1001110 | 10101001 | 0 | 1000000 | 10101 | 10000 | 101000000 | 111111 | 111001 |
Color Harmonies of #D74EA9
Complementary color
Monochromatic Colors of #D74EA9
Black with #D74EA9
Text Example
Text Example
White with #D74EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74EA9; }
p { color: rgb(215,78,169); }
H1.HeaderClassName
{
color: #D74EA9;
}
.AnyTagClassName
{
color: #D74EA9;
}
</style>
background-color css
<style>
a { background-color: #D74EA9; }
a { background-color: rgb(215,78,169); }
div.DivClassName
{
background-color: #D74EA9;
}
.BgClassName
{
background-color: #D74EA9;
}
</style>
border-color css
<style>
span { border-color: #D74EA9; }
span { border-color: rgb(215,78,169); }
td.TdClassName
{
border-color: #D74EA9;
}
.TagClassName
{
border-color: #D74EA9;
}
</style>