Shades of Mulberry #D74499
Tints of Mulberry #D74499
RGB
CMYK
RGB Variations
Color information
#D74499 (or 0xD74499) is known color: Mulberry. HEX triplet: D7, 44 and 99. RGB value is (215,68,153). Sum of RGB (Red+Green+Blue) = 215+68+153=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D74499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74499 is #28BB66. Grayscale: #797979. Windows color (decimal): -2669415 or 10044631. OLE color: 10044631.
HSL color Cylindrical-coordinate representation of color #D74499: hue angle of 325.31º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74499 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 153 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.16 |
| HSL | 325.31º | 0.65% | 0.55% | - |
| HSV(B) | 325.31º | 0.68% | 0.84% | - |
| XYZ | 35.84 | 20.88 | 32.28 | - |
| YUV | 121.64 | 145.7 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 153 | 0 | 0.68 | 0.29 | 0.16 | 325.31 | 0.65 | 0.55 |
| Hex | D7 | 44 | 99 | 0 | 44 | 1D | 10 | 145 | 41 | 37 |
| Octal | 327 | 104 | 231 | 0 | 104 | 35 | 20 | 505 | 101 | 67 |
| Binary | 11010111 | 1000100 | 10011001 | 0 | 1000100 | 11101 | 10000 | 101000101 | 1000001 | 110111 |
Color Harmonies of #D74499
Complementary color
Monochromatic Colors of #D74499
Black with #D74499
Text Example
Text Example
White with #D74499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74499; }
p { color: rgb(215,68,153); }
H1.HeaderClassName
{
color: #D74499;
}
.AnyTagClassName
{
color: #D74499;
}
</style>
background-color css
<style>
a { background-color: #D74499; }
a { background-color: rgb(215,68,153); }
div.DivClassName
{
background-color: #D74499;
}
.BgClassName
{
background-color: #D74499;
}
</style>
border-color css
<style>
span { border-color: #D74499; }
span { border-color: rgb(215,68,153); }
td.TdClassName
{
border-color: #D74499;
}
.TagClassName
{
border-color: #D74499;
}
</style>