Shades of Mulberry #D95497
Tints of Mulberry #D95497
RGB
CMYK
RGB Variations
Color information
#D95497 (or 0xD95497) is known color: Mulberry. HEX triplet: D9, 54 and 97. RGB value is (217,84,151). Sum of RGB (Red+Green+Blue) = 217+84+151=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D95497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95497 is #26AB68. Grayscale: #838383. Windows color (decimal): -2534249 or 9917657. OLE color: 9917657.
HSL color Cylindrical-coordinate representation of color #D95497: hue angle of 329.77º degrees, saturation: 0.64, 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 #D95497 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 151 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.15 |
| HSL | 329.77º | 0.64% | 0.59% | - |
| HSV(B) | 329.77º | 0.61% | 0.85% | - |
| XYZ | 37.37 | 23.33 | 31.81 | - |
| YUV | 131.41 | 139.06 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 151 | 0 | 0.61 | 0.30 | 0.15 | 329.77 | 0.64 | 0.59 |
| Hex | D9 | 54 | 97 | 0 | 3D | 1E | F | 14A | 40 | 3B |
| Octal | 331 | 124 | 227 | 0 | 75 | 36 | 17 | 512 | 100 | 73 |
| Binary | 11011001 | 1010100 | 10010111 | 0 | 111101 | 11110 | 1111 | 101001010 | 1000000 | 111011 |
Color Harmonies of #D95497
Complementary color
Monochromatic Colors of #D95497
Black with #D95497
Text Example
Text Example
White with #D95497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95497; }
p { color: rgb(217,84,151); }
H1.HeaderClassName
{
color: #D95497;
}
.AnyTagClassName
{
color: #D95497;
}
</style>
background-color css
<style>
a { background-color: #D95497; }
a { background-color: rgb(217,84,151); }
div.DivClassName
{
background-color: #D95497;
}
.BgClassName
{
background-color: #D95497;
}
</style>
border-color css
<style>
span { border-color: #D95497; }
span { border-color: rgb(217,84,151); }
td.TdClassName
{
border-color: #D95497;
}
.TagClassName
{
border-color: #D95497;
}
</style>