Shades of Mulberry #D95191
Tints of Mulberry #D95191
RGB
CMYK
RGB Variations
Color information
#D95191 (or 0xD95191) is known color: Mulberry. HEX triplet: D9, 51 and 91. RGB value is (217,81,145). Sum of RGB (Red+Green+Blue) = 217+81+145=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D95191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95191 is #26AE6E. Grayscale: #808080. Windows color (decimal): -2535023 or 9523673. OLE color: 9523673.
HSL color Cylindrical-coordinate representation of color #D95191: hue angle of 331.76º 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 #D95191 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 145 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.15 |
| HSL | 331.76º | 0.64% | 0.58% | - |
| HSV(B) | 331.76º | 0.63% | 0.85% | - |
| XYZ | 36.67 | 22.68 | 29.23 | - |
| YUV | 128.96 | 137.06 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 145 | 0 | 0.63 | 0.33 | 0.15 | 331.76 | 0.64 | 0.58 |
| Hex | D9 | 51 | 91 | 0 | 3F | 21 | F | 14C | 40 | 3A |
| Octal | 331 | 121 | 221 | 0 | 77 | 41 | 17 | 514 | 100 | 72 |
| Binary | 11011001 | 1010001 | 10010001 | 0 | 111111 | 100001 | 1111 | 101001100 | 1000000 | 111010 |
Color Harmonies of #D95191
Complementary color
Monochromatic Colors of #D95191
Black with #D95191
Text Example
Text Example
White with #D95191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95191; }
p { color: rgb(217,81,145); }
H1.HeaderClassName
{
color: #D95191;
}
.AnyTagClassName
{
color: #D95191;
}
</style>
background-color css
<style>
a { background-color: #D95191; }
a { background-color: rgb(217,81,145); }
div.DivClassName
{
background-color: #D95191;
}
.BgClassName
{
background-color: #D95191;
}
</style>
border-color css
<style>
span { border-color: #D95191; }
span { border-color: rgb(217,81,145); }
td.TdClassName
{
border-color: #D95191;
}
.TagClassName
{
border-color: #D95191;
}
</style>