Shades of Mulberry #D55099
Tints of Mulberry #D55099
RGB
CMYK
RGB Variations
Color information
#D55099 (or 0xD55099) is known color: Mulberry. HEX triplet: D5, 50 and 99. RGB value is (213,80,153). Sum of RGB (Red+Green+Blue) = 213+80+153=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D55099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55099 is #2AAF66. Grayscale: #7F7F7F. Windows color (decimal): -2797415 or 10047701. OLE color: 10047701.
HSL color Cylindrical-coordinate representation of color #D55099: hue angle of 327.07º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55099 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 153 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.16 |
| HSL | 327.07º | 0.61% | 0.57% | - |
| HSV(B) | 327.07º | 0.62% | 0.84% | - |
| XYZ | 36.06 | 22.18 | 32.52 | - |
| YUV | 128.09 | 142.06 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 153 | 0 | 0.62 | 0.28 | 0.16 | 327.07 | 0.61 | 0.57 |
| Hex | D5 | 50 | 99 | 0 | 3E | 1C | 10 | 147 | 3D | 39 |
| Octal | 325 | 120 | 231 | 0 | 76 | 34 | 20 | 507 | 75 | 71 |
| Binary | 11010101 | 1010000 | 10011001 | 0 | 111110 | 11100 | 10000 | 101000111 | 111101 | 111001 |
Color Harmonies of #D55099
Complementary color
Monochromatic Colors of #D55099
Black with #D55099
Text Example
Text Example
White with #D55099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55099; }
p { color: rgb(213,80,153); }
H1.HeaderClassName
{
color: #D55099;
}
.AnyTagClassName
{
color: #D55099;
}
</style>
background-color css
<style>
a { background-color: #D55099; }
a { background-color: rgb(213,80,153); }
div.DivClassName
{
background-color: #D55099;
}
.BgClassName
{
background-color: #D55099;
}
</style>
border-color css
<style>
span { border-color: #D55099; }
span { border-color: rgb(213,80,153); }
td.TdClassName
{
border-color: #D55099;
}
.TagClassName
{
border-color: #D55099;
}
</style>