Shades of Mulberry #D95396
Tints of Mulberry #D95396
RGB
CMYK
RGB Variations
Color information
#D95396 (or 0xD95396) is known color: Mulberry. HEX triplet: D9, 53 and 96. RGB value is (217,83,150). Sum of RGB (Red+Green+Blue) = 217+83+150=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D95396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95396 is #26AC69. Grayscale: #828282. Windows color (decimal): -2534506 or 9851865. OLE color: 9851865.
HSL color Cylindrical-coordinate representation of color #D95396: hue angle of 330º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95396 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 150 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.15 |
| HSL | 330º | 0.64% | 0.59% | - |
| HSV(B) | 330º | 0.62% | 0.85% | - |
| XYZ | 37.21 | 23.14 | 31.36 | - |
| YUV | 130.7 | 138.89 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 150 | 0 | 0.62 | 0.31 | 0.15 | 330 | 0.64 | 0.59 |
| Hex | D9 | 53 | 96 | 0 | 3E | 1F | F | 14A | 40 | 3B |
| Octal | 331 | 123 | 226 | 0 | 76 | 37 | 17 | 512 | 100 | 73 |
| Binary | 11011001 | 1010011 | 10010110 | 0 | 111110 | 11111 | 1111 | 101001010 | 1000000 | 111011 |
Color Harmonies of #D95396
Complementary color
Monochromatic Colors of #D95396
Black with #D95396
Text Example
Text Example
White with #D95396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95396; }
p { color: rgb(217,83,150); }
H1.HeaderClassName
{
color: #D95396;
}
.AnyTagClassName
{
color: #D95396;
}
</style>
background-color css
<style>
a { background-color: #D95396; }
a { background-color: rgb(217,83,150); }
div.DivClassName
{
background-color: #D95396;
}
.BgClassName
{
background-color: #D95396;
}
</style>
border-color css
<style>
span { border-color: #D95396; }
span { border-color: rgb(217,83,150); }
td.TdClassName
{
border-color: #D95396;
}
.TagClassName
{
border-color: #D95396;
}
</style>