Shades of Mulberry #D95394
Tints of Mulberry #D95394
RGB
CMYK
RGB Variations
Color information
#D95394 (or 0xD95394) is known color: Mulberry. HEX triplet: D9, 53 and 94. RGB value is (217,83,148). Sum of RGB (Red+Green+Blue) = 217+83+148=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D95394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95394 is #26AC6B. Grayscale: #828282. Windows color (decimal): -2534508 or 9720793. OLE color: 9720793.
HSL color Cylindrical-coordinate representation of color #D95394: hue angle of 330.9º 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 #D95394 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 148 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.15 |
| HSL | 330.9º | 0.64% | 0.59% | - |
| HSV(B) | 330.9º | 0.62% | 0.85% | - |
| XYZ | 37.05 | 23.08 | 30.52 | - |
| YUV | 130.48 | 137.89 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 148 | 0 | 0.62 | 0.32 | 0.15 | 330.9 | 0.64 | 0.59 |
| Hex | D9 | 53 | 94 | 0 | 3E | 20 | F | 14B | 40 | 3B |
| Octal | 331 | 123 | 224 | 0 | 76 | 40 | 17 | 513 | 100 | 73 |
| Binary | 11011001 | 1010011 | 10010100 | 0 | 111110 | 100000 | 1111 | 101001011 | 1000000 | 111011 |
Color Harmonies of #D95394
Complementary color
Monochromatic Colors of #D95394
Black with #D95394
Text Example
Text Example
White with #D95394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95394; }
p { color: rgb(217,83,148); }
H1.HeaderClassName
{
color: #D95394;
}
.AnyTagClassName
{
color: #D95394;
}
</style>
background-color css
<style>
a { background-color: #D95394; }
a { background-color: rgb(217,83,148); }
div.DivClassName
{
background-color: #D95394;
}
.BgClassName
{
background-color: #D95394;
}
</style>
border-color css
<style>
span { border-color: #D95394; }
span { border-color: rgb(217,83,148); }
td.TdClassName
{
border-color: #D95394;
}
.TagClassName
{
border-color: #D95394;
}
</style>