Shades of Mulberry #D74DA3
Tints of Mulberry #D74DA3
RGB
CMYK
RGB Variations
Color information
#D74DA3 (or 0xD74DA3) is known color: Mulberry. HEX triplet: D7, 4D and A3. RGB value is (215,77,163). Sum of RGB (Red+Green+Blue) = 215+77+163=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74DA3 is #28B25C. Grayscale: #7F7F7F. Windows color (decimal): -2667101 or 10702295. OLE color: 10702295.
HSL color Cylindrical-coordinate representation of color #D74DA3: hue angle of 322.61º 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 #D74DA3 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 163 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.16 |
| HSL | 322.61º | 0.63% | 0.57% | - |
| HSV(B) | 322.61º | 0.64% | 0.84% | - |
| XYZ | 37.29 | 22.4 | 37.01 | - |
| YUV | 128.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 163 | 0 | 0.64 | 0.24 | 0.16 | 322.61 | 0.63 | 0.57 |
| Hex | D7 | 4D | A3 | 0 | 40 | 18 | 10 | 143 | 3F | 39 |
| Octal | 327 | 115 | 243 | 0 | 100 | 30 | 20 | 503 | 77 | 71 |
| Binary | 11010111 | 1001101 | 10100011 | 0 | 1000000 | 11000 | 10000 | 101000011 | 111111 | 111001 |
Color Harmonies of #D74DA3
Complementary color
Monochromatic Colors of #D74DA3
Black with #D74DA3
Text Example
Text Example
White with #D74DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DA3; }
p { color: rgb(215,77,163); }
H1.HeaderClassName
{
color: #D74DA3;
}
.AnyTagClassName
{
color: #D74DA3;
}
</style>
background-color css
<style>
a { background-color: #D74DA3; }
a { background-color: rgb(215,77,163); }
div.DivClassName
{
background-color: #D74DA3;
}
.BgClassName
{
background-color: #D74DA3;
}
</style>
border-color css
<style>
span { border-color: #D74DA3; }
span { border-color: rgb(215,77,163); }
td.TdClassName
{
border-color: #D74DA3;
}
.TagClassName
{
border-color: #D74DA3;
}
</style>