Shades of Mulberry #D55396
Tints of Mulberry #D55396
RGB
CMYK
RGB Variations
Color information
#D55396 (or 0xD55396) is known color: Mulberry. HEX triplet: D5, 53 and 96. RGB value is (213,83,150). Sum of RGB (Red+Green+Blue) = 213+83+150=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D55396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55396 is #2AAC69. Grayscale: #818181. Windows color (decimal): -2796650 or 9851861. OLE color: 9851861.
HSL color Cylindrical-coordinate representation of color #D55396: hue angle of 329.08º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55396 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 150 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.16 |
| HSL | 329.08º | 0.61% | 0.58% | - |
| HSV(B) | 329.08º | 0.61% | 0.84% | - |
| XYZ | 36.04 | 22.53 | 31.3 | - |
| YUV | 129.51 | 139.57 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 150 | 0 | 0.61 | 0.30 | 0.16 | 329.08 | 0.61 | 0.58 |
| Hex | D5 | 53 | 96 | 0 | 3D | 1E | 10 | 149 | 3D | 3A |
| Octal | 325 | 123 | 226 | 0 | 75 | 36 | 20 | 511 | 75 | 72 |
| Binary | 11010101 | 1010011 | 10010110 | 0 | 111101 | 11110 | 10000 | 101001001 | 111101 | 111010 |
Color Harmonies of #D55396
Complementary color
Monochromatic Colors of #D55396
Black with #D55396
Text Example
Text Example
White with #D55396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55396; }
p { color: rgb(213,83,150); }
H1.HeaderClassName
{
color: #D55396;
}
.AnyTagClassName
{
color: #D55396;
}
</style>
background-color css
<style>
a { background-color: #D55396; }
a { background-color: rgb(213,83,150); }
div.DivClassName
{
background-color: #D55396;
}
.BgClassName
{
background-color: #D55396;
}
</style>
border-color css
<style>
span { border-color: #D55396; }
span { border-color: rgb(213,83,150); }
td.TdClassName
{
border-color: #D55396;
}
.TagClassName
{
border-color: #D55396;
}
</style>