Shades of Mulberry #D74D93
Tints of Mulberry #D74D93
RGB
CMYK
RGB Variations
Color information
#D74D93 (or 0xD74D93) is known color: Mulberry. HEX triplet: D7, 4D and 93. RGB value is (215,77,147). Sum of RGB (Red+Green+Blue) = 215+77+147=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74D93 is #28B26C. Grayscale: #7E7E7E. Windows color (decimal): -2667117 or 9653719. OLE color: 9653719.
HSL color Cylindrical-coordinate representation of color #D74D93: hue angle of 329.57º 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 #D74D93 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 147 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.16 |
| HSL | 329.57º | 0.63% | 0.57% | - |
| HSV(B) | 329.57º | 0.64% | 0.84% | - |
| XYZ | 35.94 | 21.86 | 29.93 | - |
| YUV | 126.24 | 139.72 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 147 | 0 | 0.64 | 0.32 | 0.16 | 329.57 | 0.63 | 0.57 |
| Hex | D7 | 4D | 93 | 0 | 40 | 20 | 10 | 14A | 3F | 39 |
| Octal | 327 | 115 | 223 | 0 | 100 | 40 | 20 | 512 | 77 | 71 |
| Binary | 11010111 | 1001101 | 10010011 | 0 | 1000000 | 100000 | 10000 | 101001010 | 111111 | 111001 |
Color Harmonies of #D74D93
Complementary color
Monochromatic Colors of #D74D93
Black with #D74D93
Text Example
Text Example
White with #D74D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D93; }
p { color: rgb(215,77,147); }
H1.HeaderClassName
{
color: #D74D93;
}
.AnyTagClassName
{
color: #D74D93;
}
</style>
background-color css
<style>
a { background-color: #D74D93; }
a { background-color: rgb(215,77,147); }
div.DivClassName
{
background-color: #D74D93;
}
.BgClassName
{
background-color: #D74D93;
}
</style>
border-color css
<style>
span { border-color: #D74D93; }
span { border-color: rgb(215,77,147); }
td.TdClassName
{
border-color: #D74D93;
}
.TagClassName
{
border-color: #D74D93;
}
</style>