Shades of Mulberry #D94599
Tints of Mulberry #D94599
RGB
CMYK
RGB Variations
Color information
#D94599 (or 0xD94599) is known color: Mulberry. HEX triplet: D9, 45 and 99. RGB value is (217,69,153). Sum of RGB (Red+Green+Blue) = 217+69+153=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D94599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94599 is #26BA66. Grayscale: #7A7A7A. Windows color (decimal): -2538087 or 10044889. OLE color: 10044889.
HSL color Cylindrical-coordinate representation of color #D94599: hue angle of 325.95º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94599 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 153 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.15 |
| HSL | 325.95º | 0.66% | 0.56% | - |
| HSV(B) | 325.95º | 0.68% | 0.85% | - |
| XYZ | 36.49 | 21.31 | 32.33 | - |
| YUV | 122.83 | 145.03 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 153 | 0 | 0.68 | 0.29 | 0.15 | 325.95 | 0.66 | 0.56 |
| Hex | D9 | 45 | 99 | 0 | 44 | 1D | F | 146 | 42 | 38 |
| Octal | 331 | 105 | 231 | 0 | 104 | 35 | 17 | 506 | 102 | 70 |
| Binary | 11011001 | 1000101 | 10011001 | 0 | 1000100 | 11101 | 1111 | 101000110 | 1000010 | 111000 |
Color Harmonies of #D94599
Complementary color
Monochromatic Colors of #D94599
Black with #D94599
Text Example
Text Example
White with #D94599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94599; }
p { color: rgb(217,69,153); }
H1.HeaderClassName
{
color: #D94599;
}
.AnyTagClassName
{
color: #D94599;
}
</style>
background-color css
<style>
a { background-color: #D94599; }
a { background-color: rgb(217,69,153); }
div.DivClassName
{
background-color: #D94599;
}
.BgClassName
{
background-color: #D94599;
}
</style>
border-color css
<style>
span { border-color: #D94599; }
span { border-color: rgb(217,69,153); }
td.TdClassName
{
border-color: #D94599;
}
.TagClassName
{
border-color: #D94599;
}
</style>