Shades of Mulberry #D55299
Tints of Mulberry #D55299
RGB
CMYK
RGB Variations
Color information
#D55299 (or 0xD55299) is known color: Mulberry. HEX triplet: D5, 52 and 99. RGB value is (213,82,153). Sum of RGB (Red+Green+Blue) = 213+82+153=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D55299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55299 is #2AAD66. Grayscale: #818181. Windows color (decimal): -2796903 or 10048213. OLE color: 10048213.
HSL color Cylindrical-coordinate representation of color #D55299: hue angle of 327.48º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55299 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 153 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.16 |
| HSL | 327.48º | 0.61% | 0.58% | - |
| HSV(B) | 327.48º | 0.62% | 0.84% | - |
| XYZ | 36.21 | 22.48 | 32.57 | - |
| YUV | 129.26 | 141.4 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 153 | 0 | 0.62 | 0.28 | 0.16 | 327.48 | 0.61 | 0.58 |
| Hex | D5 | 52 | 99 | 0 | 3E | 1C | 10 | 147 | 3D | 3A |
| Octal | 325 | 122 | 231 | 0 | 76 | 34 | 20 | 507 | 75 | 72 |
| Binary | 11010101 | 1010010 | 10011001 | 0 | 111110 | 11100 | 10000 | 101000111 | 111101 | 111010 |
Color Harmonies of #D55299
Complementary color
Monochromatic Colors of #D55299
Black with #D55299
Text Example
Text Example
White with #D55299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55299; }
p { color: rgb(213,82,153); }
H1.HeaderClassName
{
color: #D55299;
}
.AnyTagClassName
{
color: #D55299;
}
</style>
background-color css
<style>
a { background-color: #D55299; }
a { background-color: rgb(213,82,153); }
div.DivClassName
{
background-color: #D55299;
}
.BgClassName
{
background-color: #D55299;
}
</style>
border-color css
<style>
span { border-color: #D55299; }
span { border-color: rgb(213,82,153); }
td.TdClassName
{
border-color: #D55299;
}
.TagClassName
{
border-color: #D55299;
}
</style>