Shades of Mulberry #D94895
Tints of Mulberry #D94895
RGB
CMYK
RGB Variations
Color information
#D94895 (or 0xD94895) is known color: Mulberry. HEX triplet: D9, 48 and 95. RGB value is (217,72,149). Sum of RGB (Red+Green+Blue) = 217+72+149=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D94895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94895 is #26B76A. Grayscale: #7B7B7B. Windows color (decimal): -2537323 or 9783513. OLE color: 9783513.
HSL color Cylindrical-coordinate representation of color #D94895: hue angle of 328.14º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D94895 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 72 | 149 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.15 |
| HSL | 328.14º | 0.66% | 0.57% | - |
| HSV(B) | 328.14º | 0.67% | 0.85% | - |
| XYZ | 36.36 | 21.56 | 30.68 | - |
| YUV | 124.13 | 142.04 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 72 | 149 | 0 | 0.67 | 0.31 | 0.15 | 328.14 | 0.66 | 0.57 |
| Hex | D9 | 48 | 95 | 0 | 43 | 1F | F | 148 | 42 | 39 |
| Octal | 331 | 110 | 225 | 0 | 103 | 37 | 17 | 510 | 102 | 71 |
| Binary | 11011001 | 1001000 | 10010101 | 0 | 1000011 | 11111 | 1111 | 101001000 | 1000010 | 111001 |
Color Harmonies of #D94895
Complementary color
Monochromatic Colors of #D94895
Black with #D94895
Text Example
Text Example
White with #D94895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94895; }
p { color: rgb(217,72,149); }
H1.HeaderClassName
{
color: #D94895;
}
.AnyTagClassName
{
color: #D94895;
}
</style>
background-color css
<style>
a { background-color: #D94895; }
a { background-color: rgb(217,72,149); }
div.DivClassName
{
background-color: #D94895;
}
.BgClassName
{
background-color: #D94895;
}
</style>
border-color css
<style>
span { border-color: #D94895; }
span { border-color: rgb(217,72,149); }
td.TdClassName
{
border-color: #D94895;
}
.TagClassName
{
border-color: #D94895;
}
</style>