Shades of Mulberry #D74C9F
Tints of Mulberry #D74C9F
RGB
CMYK
RGB Variations
Color information
#D74C9F (or 0xD74C9F) is known color: Mulberry. HEX triplet: D7, 4C and 9F. RGB value is (215,76,159). Sum of RGB (Red+Green+Blue) = 215+76+159=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74C9F is #28B360. Grayscale: #7E7E7E. Windows color (decimal): -2667361 or 10439895. OLE color: 10439895.
HSL color Cylindrical-coordinate representation of color #D74C9F: hue angle of 324.17º 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 #D74C9F is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 159 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.16 |
| HSL | 324.17º | 0.63% | 0.57% | - |
| HSV(B) | 324.17º | 0.65% | 0.84% | - |
| XYZ | 36.87 | 22.12 | 35.13 | - |
| YUV | 127.02 | 146.05 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 159 | 0 | 0.65 | 0.26 | 0.16 | 324.17 | 0.63 | 0.57 |
| Hex | D7 | 4C | 9F | 0 | 41 | 1A | 10 | 144 | 3F | 39 |
| Octal | 327 | 114 | 237 | 0 | 101 | 32 | 20 | 504 | 77 | 71 |
| Binary | 11010111 | 1001100 | 10011111 | 0 | 1000001 | 11010 | 10000 | 101000100 | 111111 | 111001 |
Color Harmonies of #D74C9F
Complementary color
Monochromatic Colors of #D74C9F
Black with #D74C9F
Text Example
Text Example
White with #D74C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74C9F; }
p { color: rgb(215,76,159); }
H1.HeaderClassName
{
color: #D74C9F;
}
.AnyTagClassName
{
color: #D74C9F;
}
</style>
background-color css
<style>
a { background-color: #D74C9F; }
a { background-color: rgb(215,76,159); }
div.DivClassName
{
background-color: #D74C9F;
}
.BgClassName
{
background-color: #D74C9F;
}
</style>
border-color css
<style>
span { border-color: #D74C9F; }
span { border-color: rgb(215,76,159); }
td.TdClassName
{
border-color: #D74C9F;
}
.TagClassName
{
border-color: #D74C9F;
}
</style>