Shades of Mulberry #D94698
Tints of Mulberry #D94698
RGB
CMYK
RGB Variations
Color information
#D94698 (or 0xD94698) is known color: Mulberry. HEX triplet: D9, 46 and 98. RGB value is (217,70,152). Sum of RGB (Red+Green+Blue) = 217+70+152=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D94698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94698 is #26B967. Grayscale: #7B7B7B. Windows color (decimal): -2537832 or 9979609. OLE color: 9979609.
HSL color Cylindrical-coordinate representation of color #D94698: hue angle of 326.53º 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 #D94698 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 152 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.15 |
| HSL | 326.53º | 0.66% | 0.56% | - |
| HSV(B) | 326.53º | 0.68% | 0.85% | - |
| XYZ | 36.47 | 21.4 | 31.91 | - |
| YUV | 123.3 | 144.2 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 152 | 0 | 0.68 | 0.30 | 0.15 | 326.53 | 0.66 | 0.56 |
| Hex | D9 | 46 | 98 | 0 | 44 | 1E | F | 147 | 42 | 38 |
| Octal | 331 | 106 | 230 | 0 | 104 | 36 | 17 | 507 | 102 | 70 |
| Binary | 11011001 | 1000110 | 10011000 | 0 | 1000100 | 11110 | 1111 | 101000111 | 1000010 | 111000 |
Color Harmonies of #D94698
Complementary color
Monochromatic Colors of #D94698
Black with #D94698
Text Example
Text Example
White with #D94698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94698; }
p { color: rgb(217,70,152); }
H1.HeaderClassName
{
color: #D94698;
}
.AnyTagClassName
{
color: #D94698;
}
</style>
background-color css
<style>
a { background-color: #D94698; }
a { background-color: rgb(217,70,152); }
div.DivClassName
{
background-color: #D94698;
}
.BgClassName
{
background-color: #D94698;
}
</style>
border-color css
<style>
span { border-color: #D94698; }
span { border-color: rgb(217,70,152); }
td.TdClassName
{
border-color: #D94698;
}
.TagClassName
{
border-color: #D94698;
}
</style>