Shades of Mulberry #D94F99
Tints of Mulberry #D94F99
RGB
CMYK
RGB Variations
Color information
#D94F99 (or 0xD94F99) is known color: Mulberry. HEX triplet: D9, 4F and 99. RGB value is (217,79,153). Sum of RGB (Red+Green+Blue) = 217+79+153=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94F99 is #26B066. Grayscale: #808080. Windows color (decimal): -2535527 or 10047449. OLE color: 10047449.
HSL color Cylindrical-coordinate representation of color #D94F99: hue angle of 327.83º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D94F99 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 153 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.15 |
| HSL | 327.83º | 0.64% | 0.58% | - |
| HSV(B) | 327.83º | 0.64% | 0.85% | - |
| XYZ | 37.16 | 22.64 | 32.55 | - |
| YUV | 128.7 | 141.72 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 153 | 0 | 0.64 | 0.29 | 0.15 | 327.83 | 0.64 | 0.58 |
| Hex | D9 | 4F | 99 | 0 | 40 | 1D | F | 148 | 40 | 3A |
| Octal | 331 | 117 | 231 | 0 | 100 | 35 | 17 | 510 | 100 | 72 |
| Binary | 11011001 | 1001111 | 10011001 | 0 | 1000000 | 11101 | 1111 | 101001000 | 1000000 | 111010 |
Color Harmonies of #D94F99
Complementary color
Monochromatic Colors of #D94F99
Black with #D94F99
Text Example
Text Example
White with #D94F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94F99; }
p { color: rgb(217,79,153); }
H1.HeaderClassName
{
color: #D94F99;
}
.AnyTagClassName
{
color: #D94F99;
}
</style>
background-color css
<style>
a { background-color: #D94F99; }
a { background-color: rgb(217,79,153); }
div.DivClassName
{
background-color: #D94F99;
}
.BgClassName
{
background-color: #D94F99;
}
</style>
border-color css
<style>
span { border-color: #D94F99; }
span { border-color: rgb(217,79,153); }
td.TdClassName
{
border-color: #D94F99;
}
.TagClassName
{
border-color: #D94F99;
}
</style>