Shades of Mulberry #D74D9F
Tints of Mulberry #D74D9F
RGB
CMYK
RGB Variations
Color information
#D74D9F (or 0xD74D9F) is known color: Mulberry. HEX triplet: D7, 4D and 9F. RGB value is (215,77,159). Sum of RGB (Red+Green+Blue) = 215+77+159=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74D9F is #28B260. Grayscale: #7F7F7F. Windows color (decimal): -2667105 or 10440151. OLE color: 10440151.
HSL color Cylindrical-coordinate representation of color #D74D9F: hue angle of 324.35º 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 #D74D9F is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 159 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.16 |
| HSL | 324.35º | 0.63% | 0.57% | - |
| HSV(B) | 324.35º | 0.64% | 0.84% | - |
| XYZ | 36.94 | 22.26 | 35.15 | - |
| YUV | 127.61 | 145.72 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 159 | 0 | 0.64 | 0.26 | 0.16 | 324.35 | 0.63 | 0.57 |
| Hex | D7 | 4D | 9F | 0 | 40 | 1A | 10 | 144 | 3F | 39 |
| Octal | 327 | 115 | 237 | 0 | 100 | 32 | 20 | 504 | 77 | 71 |
| Binary | 11010111 | 1001101 | 10011111 | 0 | 1000000 | 11010 | 10000 | 101000100 | 111111 | 111001 |
Color Harmonies of #D74D9F
Complementary color
Monochromatic Colors of #D74D9F
Black with #D74D9F
Text Example
Text Example
White with #D74D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D9F; }
p { color: rgb(215,77,159); }
H1.HeaderClassName
{
color: #D74D9F;
}
.AnyTagClassName
{
color: #D74D9F;
}
</style>
background-color css
<style>
a { background-color: #D74D9F; }
a { background-color: rgb(215,77,159); }
div.DivClassName
{
background-color: #D74D9F;
}
.BgClassName
{
background-color: #D74D9F;
}
</style>
border-color css
<style>
span { border-color: #D74D9F; }
span { border-color: rgb(215,77,159); }
td.TdClassName
{
border-color: #D74D9F;
}
.TagClassName
{
border-color: #D74D9F;
}
</style>