Shades of Mulberry #D15498
Tints of Mulberry #D15498
RGB
CMYK
RGB Variations
Color information
#D15498 (or 0xD15498) is known color: Mulberry. HEX triplet: D1, 54 and 98. RGB value is (209,84,152). Sum of RGB (Red+Green+Blue) = 209+84+152=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D15498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15498 is #2EAB67. Grayscale: #808080. Windows color (decimal): -3058536 or 9983185. OLE color: 9983185.
HSL color Cylindrical-coordinate representation of color #D15498: hue angle of 327.36º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15498 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 152 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.18 |
| HSL | 327.36º | 0.58% | 0.57% | - |
| HSV(B) | 327.36º | 0.6% | 0.82% | - |
| XYZ | 35.13 | 22.16 | 32.13 | - |
| YUV | 129.13 | 140.91 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 152 | 0 | 0.60 | 0.27 | 0.18 | 327.36 | 0.58 | 0.57 |
| Hex | D1 | 54 | 98 | 0 | 3C | 1B | 12 | 147 | 3A | 39 |
| Octal | 321 | 124 | 230 | 0 | 74 | 33 | 22 | 507 | 72 | 71 |
| Binary | 11010001 | 1010100 | 10011000 | 0 | 111100 | 11011 | 10010 | 101000111 | 111010 | 111001 |
Color Harmonies of #D15498
Complementary color
Monochromatic Colors of #D15498
Black with #D15498
Text Example
Text Example
White with #D15498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15498; }
p { color: rgb(209,84,152); }
H1.HeaderClassName
{
color: #D15498;
}
.AnyTagClassName
{
color: #D15498;
}
</style>
background-color css
<style>
a { background-color: #D15498; }
a { background-color: rgb(209,84,152); }
div.DivClassName
{
background-color: #D15498;
}
.BgClassName
{
background-color: #D15498;
}
</style>
border-color css
<style>
span { border-color: #D15498; }
span { border-color: rgb(209,84,152); }
td.TdClassName
{
border-color: #D15498;
}
.TagClassName
{
border-color: #D15498;
}
</style>