Shades of Mulberry #D74C9E
Tints of Mulberry #D74C9E
RGB
CMYK
RGB Variations
Color information
#D74C9E (or 0xD74C9E) is known color: Mulberry. HEX triplet: D7, 4C and 9E. RGB value is (215,76,158). Sum of RGB (Red+Green+Blue) = 215+76+158=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74C9E is #28B361. Grayscale: #7E7E7E. Windows color (decimal): -2667362 or 10374359. OLE color: 10374359.
HSL color Cylindrical-coordinate representation of color #D74C9E: hue angle of 324.6º degrees, saturation: 0.63, 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 #D74C9E is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 158 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.16 |
| HSL | 324.6º | 0.63% | 0.57% | - |
| HSV(B) | 324.6º | 0.65% | 0.84% | - |
| XYZ | 36.78 | 22.08 | 34.67 | - |
| YUV | 126.91 | 145.55 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 158 | 0 | 0.65 | 0.27 | 0.16 | 324.6 | 0.63 | 0.57 |
| Hex | D7 | 4C | 9E | 0 | 41 | 1B | 10 | 145 | 3F | 39 |
| Octal | 327 | 114 | 236 | 0 | 101 | 33 | 20 | 505 | 77 | 71 |
| Binary | 11010111 | 1001100 | 10011110 | 0 | 1000001 | 11011 | 10000 | 101000101 | 111111 | 111001 |
Color Harmonies of #D74C9E
Complementary color
Monochromatic Colors of #D74C9E
Black with #D74C9E
Text Example
Text Example
White with #D74C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74C9E; }
p { color: rgb(215,76,158); }
H1.HeaderClassName
{
color: #D74C9E;
}
.AnyTagClassName
{
color: #D74C9E;
}
</style>
background-color css
<style>
a { background-color: #D74C9E; }
a { background-color: rgb(215,76,158); }
div.DivClassName
{
background-color: #D74C9E;
}
.BgClassName
{
background-color: #D74C9E;
}
</style>
border-color css
<style>
span { border-color: #D74C9E; }
span { border-color: rgb(215,76,158); }
td.TdClassName
{
border-color: #D74C9E;
}
.TagClassName
{
border-color: #D74C9E;
}
</style>