Shades of Mulberry #D15493
Tints of Mulberry #D15493
RGB
CMYK
RGB Variations
Color information
#D15493 (or 0xD15493) is known color: Mulberry. HEX triplet: D1, 54 and 93. RGB value is (209,84,147). Sum of RGB (Red+Green+Blue) = 209+84+147=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D15493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15493 is #2EAB6C. Grayscale: #808080. Windows color (decimal): -3058541 or 9655505. OLE color: 9655505.
HSL color Cylindrical-coordinate representation of color #D15493: hue angle of 329.76º 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 #D15493 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 147 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.18 |
| HSL | 329.76º | 0.58% | 0.57% | - |
| HSV(B) | 329.76º | 0.6% | 0.82% | - |
| XYZ | 34.73 | 22 | 30.02 | - |
| YUV | 128.56 | 138.41 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 147 | 0 | 0.60 | 0.30 | 0.18 | 329.76 | 0.58 | 0.57 |
| Hex | D1 | 54 | 93 | 0 | 3C | 1E | 12 | 14A | 3A | 39 |
| Octal | 321 | 124 | 223 | 0 | 74 | 36 | 22 | 512 | 72 | 71 |
| Binary | 11010001 | 1010100 | 10010011 | 0 | 111100 | 11110 | 10010 | 101001010 | 111010 | 111001 |
Color Harmonies of #D15493
Complementary color
Monochromatic Colors of #D15493
Black with #D15493
Text Example
Text Example
White with #D15493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15493; }
p { color: rgb(209,84,147); }
H1.HeaderClassName
{
color: #D15493;
}
.AnyTagClassName
{
color: #D15493;
}
</style>
background-color css
<style>
a { background-color: #D15493; }
a { background-color: rgb(209,84,147); }
div.DivClassName
{
background-color: #D15493;
}
.BgClassName
{
background-color: #D15493;
}
</style>
border-color css
<style>
span { border-color: #D15493; }
span { border-color: rgb(209,84,147); }
td.TdClassName
{
border-color: #D15493;
}
.TagClassName
{
border-color: #D15493;
}
</style>