Shades of Mulberry #D74BA1
Tints of Mulberry #D74BA1
RGB
CMYK
RGB Variations
Color information
#D74BA1 (or 0xD74BA1) is known color: Mulberry. HEX triplet: D7, 4B and A1. RGB value is (215,75,161). Sum of RGB (Red+Green+Blue) = 215+75+161=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74BA1 is #28B45E. Grayscale: #7E7E7E. Windows color (decimal): -2667615 or 10570711. OLE color: 10570711.
HSL color Cylindrical-coordinate representation of color #D74BA1: hue angle of 323.14º 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 #D74BA1 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 75 | 161 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.16 |
| HSL | 323.14º | 0.64% | 0.57% | - |
| HSV(B) | 323.14º | 0.65% | 0.84% | - |
| XYZ | 36.97 | 22.05 | 36.03 | - |
| YUV | 126.66 | 147.38 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 75 | 161 | 0 | 0.65 | 0.25 | 0.16 | 323.14 | 0.64 | 0.57 |
| Hex | D7 | 4B | A1 | 0 | 41 | 19 | 10 | 143 | 40 | 39 |
| Octal | 327 | 113 | 241 | 0 | 101 | 31 | 20 | 503 | 100 | 71 |
| Binary | 11010111 | 1001011 | 10100001 | 0 | 1000001 | 11001 | 10000 | 101000011 | 1000000 | 111001 |
Color Harmonies of #D74BA1
Complementary color
Monochromatic Colors of #D74BA1
Black with #D74BA1
Text Example
Text Example
White with #D74BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74BA1; }
p { color: rgb(215,75,161); }
H1.HeaderClassName
{
color: #D74BA1;
}
.AnyTagClassName
{
color: #D74BA1;
}
</style>
background-color css
<style>
a { background-color: #D74BA1; }
a { background-color: rgb(215,75,161); }
div.DivClassName
{
background-color: #D74BA1;
}
.BgClassName
{
background-color: #D74BA1;
}
</style>
border-color css
<style>
span { border-color: #D74BA1; }
span { border-color: rgb(215,75,161); }
td.TdClassName
{
border-color: #D74BA1;
}
.TagClassName
{
border-color: #D74BA1;
}
</style>