Shades of Mulberry #D95595
Tints of Mulberry #D95595
RGB
CMYK
RGB Variations
Color information
#D95595 (or 0xD95595) is known color: Mulberry. HEX triplet: D9, 55 and 95. RGB value is (217,85,149). Sum of RGB (Red+Green+Blue) = 217+85+149=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D95595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95595 is #26AA6A. Grayscale: #838383. Windows color (decimal): -2533995 or 9786841. OLE color: 9786841.
HSL color Cylindrical-coordinate representation of color #D95595: hue angle of 330.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D95595 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 149 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.15 |
| HSL | 330.91º | 0.63% | 0.59% | - |
| HSV(B) | 330.91º | 0.61% | 0.85% | - |
| XYZ | 37.29 | 23.42 | 30.99 | - |
| YUV | 131.76 | 137.73 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 149 | 0 | 0.61 | 0.31 | 0.15 | 330.91 | 0.63 | 0.59 |
| Hex | D9 | 55 | 95 | 0 | 3D | 1F | F | 14B | 3F | 3B |
| Octal | 331 | 125 | 225 | 0 | 75 | 37 | 17 | 513 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10010101 | 0 | 111101 | 11111 | 1111 | 101001011 | 111111 | 111011 |
Color Harmonies of #D95595
Complementary color
Monochromatic Colors of #D95595
Black with #D95595
Text Example
Text Example
White with #D95595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95595; }
p { color: rgb(217,85,149); }
H1.HeaderClassName
{
color: #D95595;
}
.AnyTagClassName
{
color: #D95595;
}
</style>
background-color css
<style>
a { background-color: #D95595; }
a { background-color: rgb(217,85,149); }
div.DivClassName
{
background-color: #D95595;
}
.BgClassName
{
background-color: #D95595;
}
</style>
border-color css
<style>
span { border-color: #D95595; }
span { border-color: rgb(217,85,149); }
td.TdClassName
{
border-color: #D95595;
}
.TagClassName
{
border-color: #D95595;
}
</style>