Shades of Mulberry #D74BA9
Tints of Mulberry #D74BA9
RGB
CMYK
RGB Variations
Color information
#D74BA9 (or 0xD74BA9) is known color: Mulberry. HEX triplet: D7, 4B and A9. RGB value is (215,75,169). Sum of RGB (Red+Green+Blue) = 215+75+169=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74BA9 is #28B456. Grayscale: #7F7F7F. Windows color (decimal): -2667607 or 11094999. OLE color: 11094999.
HSL color Cylindrical-coordinate representation of color #D74BA9: hue angle of 319.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74BA9 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 75 | 169 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.16 |
| HSL | 319.71º | 0.64% | 0.57% | - |
| HSV(B) | 319.71º | 0.65% | 0.84% | - |
| XYZ | 37.7 | 22.34 | 39.86 | - |
| YUV | 127.58 | 151.38 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 75 | 169 | 0 | 0.65 | 0.21 | 0.16 | 319.71 | 0.64 | 0.57 |
| Hex | D7 | 4B | A9 | 0 | 41 | 15 | 10 | 140 | 40 | 39 |
| Octal | 327 | 113 | 251 | 0 | 101 | 25 | 20 | 500 | 100 | 71 |
| Binary | 11010111 | 1001011 | 10101001 | 0 | 1000001 | 10101 | 10000 | 101000000 | 1000000 | 111001 |
Color Harmonies of #D74BA9
Complementary color
Monochromatic Colors of #D74BA9
Black with #D74BA9
Text Example
Text Example
White with #D74BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74BA9; }
p { color: rgb(215,75,169); }
H1.HeaderClassName
{
color: #D74BA9;
}
.AnyTagClassName
{
color: #D74BA9;
}
</style>
background-color css
<style>
a { background-color: #D74BA9; }
a { background-color: rgb(215,75,169); }
div.DivClassName
{
background-color: #D74BA9;
}
.BgClassName
{
background-color: #D74BA9;
}
</style>
border-color css
<style>
span { border-color: #D74BA9; }
span { border-color: rgb(215,75,169); }
td.TdClassName
{
border-color: #D74BA9;
}
.TagClassName
{
border-color: #D74BA9;
}
</style>