Shades of Mulberry #D95095
Tints of Mulberry #D95095
RGB
CMYK
RGB Variations
Color information
#D95095 (or 0xD95095) is known color: Mulberry. HEX triplet: D9, 50 and 95. RGB value is (217,80,149). Sum of RGB (Red+Green+Blue) = 217+80+149=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D95095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95095 is #26AF6A. Grayscale: #808080. Windows color (decimal): -2535275 or 9785561. OLE color: 9785561.
HSL color Cylindrical-coordinate representation of color #D95095: hue angle of 329.78º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D95095 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 149 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.15 |
| HSL | 329.78º | 0.64% | 0.58% | - |
| HSV(B) | 329.78º | 0.63% | 0.85% | - |
| XYZ | 36.91 | 22.66 | 30.86 | - |
| YUV | 128.83 | 139.39 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 149 | 0 | 0.63 | 0.31 | 0.15 | 329.78 | 0.64 | 0.58 |
| Hex | D9 | 50 | 95 | 0 | 3F | 1F | F | 14A | 40 | 3A |
| Octal | 331 | 120 | 225 | 0 | 77 | 37 | 17 | 512 | 100 | 72 |
| Binary | 11011001 | 1010000 | 10010101 | 0 | 111111 | 11111 | 1111 | 101001010 | 1000000 | 111010 |
Color Harmonies of #D95095
Complementary color
Monochromatic Colors of #D95095
Black with #D95095
Text Example
Text Example
White with #D95095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95095; }
p { color: rgb(217,80,149); }
H1.HeaderClassName
{
color: #D95095;
}
.AnyTagClassName
{
color: #D95095;
}
</style>
background-color css
<style>
a { background-color: #D95095; }
a { background-color: rgb(217,80,149); }
div.DivClassName
{
background-color: #D95095;
}
.BgClassName
{
background-color: #D95095;
}
</style>
border-color css
<style>
span { border-color: #D95095; }
span { border-color: rgb(217,80,149); }
td.TdClassName
{
border-color: #D95095;
}
.TagClassName
{
border-color: #D95095;
}
</style>