Shades of Mulberry #D95794
Tints of Mulberry #D95794
RGB
CMYK
RGB Variations
Color information
#D95794 (or 0xD95794) is known color: Mulberry. HEX triplet: D9, 57 and 94. RGB value is (217,87,148). Sum of RGB (Red+Green+Blue) = 217+87+148=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D95794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95794 is #26A86B. Grayscale: #848484. Windows color (decimal): -2533484 or 9721817. OLE color: 9721817.
HSL color Cylindrical-coordinate representation of color #D95794: hue angle of 331.85º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D95794 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 148 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.15 |
| HSL | 331.85º | 0.63% | 0.6% | - |
| HSV(B) | 331.85º | 0.6% | 0.85% | - |
| XYZ | 37.37 | 23.71 | 30.62 | - |
| YUV | 132.82 | 136.57 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 148 | 0 | 0.60 | 0.32 | 0.15 | 331.85 | 0.63 | 0.6 |
| Hex | D9 | 57 | 94 | 0 | 3C | 20 | F | 14C | 3F | 3C |
| Octal | 331 | 127 | 224 | 0 | 74 | 40 | 17 | 514 | 77 | 74 |
| Binary | 11011001 | 1010111 | 10010100 | 0 | 111100 | 100000 | 1111 | 101001100 | 111111 | 111100 |
Color Harmonies of #D95794
Complementary color
Monochromatic Colors of #D95794
Black with #D95794
Text Example
Text Example
White with #D95794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95794; }
p { color: rgb(217,87,148); }
H1.HeaderClassName
{
color: #D95794;
}
.AnyTagClassName
{
color: #D95794;
}
</style>
background-color css
<style>
a { background-color: #D95794; }
a { background-color: rgb(217,87,148); }
div.DivClassName
{
background-color: #D95794;
}
.BgClassName
{
background-color: #D95794;
}
</style>
border-color css
<style>
span { border-color: #D95794; }
span { border-color: rgb(217,87,148); }
td.TdClassName
{
border-color: #D95794;
}
.TagClassName
{
border-color: #D95794;
}
</style>