Shades of Mulberry #D95397
Tints of Mulberry #D95397
RGB
CMYK
RGB Variations
Color information
#D95397 (or 0xD95397) is known color: Mulberry. HEX triplet: D9, 53 and 97. RGB value is (217,83,151). Sum of RGB (Red+Green+Blue) = 217+83+151=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D95397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95397 is #26AC68. Grayscale: #828282. Windows color (decimal): -2534505 or 9917401. OLE color: 9917401.
HSL color Cylindrical-coordinate representation of color #D95397: hue angle of 329.55º 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 #D95397 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 151 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.15 |
| HSL | 329.55º | 0.64% | 0.59% | - |
| HSV(B) | 329.55º | 0.62% | 0.85% | - |
| XYZ | 37.29 | 23.17 | 31.79 | - |
| YUV | 130.82 | 139.39 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 151 | 0 | 0.62 | 0.30 | 0.15 | 329.55 | 0.64 | 0.59 |
| Hex | D9 | 53 | 97 | 0 | 3E | 1E | F | 14A | 40 | 3B |
| Octal | 331 | 123 | 227 | 0 | 76 | 36 | 17 | 512 | 100 | 73 |
| Binary | 11011001 | 1010011 | 10010111 | 0 | 111110 | 11110 | 1111 | 101001010 | 1000000 | 111011 |
Color Harmonies of #D95397
Complementary color
Monochromatic Colors of #D95397
Black with #D95397
Text Example
Text Example
White with #D95397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95397; }
p { color: rgb(217,83,151); }
H1.HeaderClassName
{
color: #D95397;
}
.AnyTagClassName
{
color: #D95397;
}
</style>
background-color css
<style>
a { background-color: #D95397; }
a { background-color: rgb(217,83,151); }
div.DivClassName
{
background-color: #D95397;
}
.BgClassName
{
background-color: #D95397;
}
</style>
border-color css
<style>
span { border-color: #D95397; }
span { border-color: rgb(217,83,151); }
td.TdClassName
{
border-color: #D95397;
}
.TagClassName
{
border-color: #D95397;
}
</style>