Shades of Mulberry #D55399
Tints of Mulberry #D55399
RGB
CMYK
RGB Variations
Color information
#D55399 (or 0xD55399) is known color: Mulberry. HEX triplet: D5, 53 and 99. RGB value is (213,83,153). Sum of RGB (Red+Green+Blue) = 213+83+153=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D55399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55399 is #2AAC66. Grayscale: #818181. Windows color (decimal): -2796647 or 10048469. OLE color: 10048469.
HSL color Cylindrical-coordinate representation of color #D55399: hue angle of 327.69º 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 #D55399 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 153 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.16 |
| HSL | 327.69º | 0.61% | 0.58% | - |
| HSV(B) | 327.69º | 0.61% | 0.84% | - |
| XYZ | 36.28 | 22.63 | 32.59 | - |
| YUV | 129.85 | 141.07 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 153 | 0 | 0.61 | 0.28 | 0.16 | 327.69 | 0.61 | 0.58 |
| Hex | D5 | 53 | 99 | 0 | 3D | 1C | 10 | 148 | 3D | 3A |
| Octal | 325 | 123 | 231 | 0 | 75 | 34 | 20 | 510 | 75 | 72 |
| Binary | 11010101 | 1010011 | 10011001 | 0 | 111101 | 11100 | 10000 | 101001000 | 111101 | 111010 |
Color Harmonies of #D55399
Complementary color
Monochromatic Colors of #D55399
Black with #D55399
Text Example
Text Example
White with #D55399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55399; }
p { color: rgb(213,83,153); }
H1.HeaderClassName
{
color: #D55399;
}
.AnyTagClassName
{
color: #D55399;
}
</style>
background-color css
<style>
a { background-color: #D55399; }
a { background-color: rgb(213,83,153); }
div.DivClassName
{
background-color: #D55399;
}
.BgClassName
{
background-color: #D55399;
}
</style>
border-color css
<style>
span { border-color: #D55399; }
span { border-color: rgb(213,83,153); }
td.TdClassName
{
border-color: #D55399;
}
.TagClassName
{
border-color: #D55399;
}
</style>