Shades of Mulberry #D15490
Tints of Mulberry #D15490
RGB
CMYK
RGB Variations
Color information
#D15490 (or 0xD15490) is known color: Mulberry. HEX triplet: D1, 54 and 90. RGB value is (209,84,144). Sum of RGB (Red+Green+Blue) = 209+84+144=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D15490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15490 is #2EAB6F. Grayscale: #808080. Windows color (decimal): -3058544 or 9458897. OLE color: 9458897.
HSL color Cylindrical-coordinate representation of color #D15490: hue angle of 331.2º 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 #D15490 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 144 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.18 |
| HSL | 331.2º | 0.58% | 0.57% | - |
| HSV(B) | 331.2º | 0.6% | 0.82% | - |
| XYZ | 34.5 | 21.91 | 28.8 | - |
| YUV | 128.22 | 136.91 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 144 | 0 | 0.60 | 0.31 | 0.18 | 331.2 | 0.58 | 0.57 |
| Hex | D1 | 54 | 90 | 0 | 3C | 1F | 12 | 14B | 3A | 39 |
| Octal | 321 | 124 | 220 | 0 | 74 | 37 | 22 | 513 | 72 | 71 |
| Binary | 11010001 | 1010100 | 10010000 | 0 | 111100 | 11111 | 10010 | 101001011 | 111010 | 111001 |
Color Harmonies of #D15490
Complementary color
Monochromatic Colors of #D15490
Black with #D15490
Text Example
Text Example
White with #D15490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15490; }
p { color: rgb(209,84,144); }
H1.HeaderClassName
{
color: #D15490;
}
.AnyTagClassName
{
color: #D15490;
}
</style>
background-color css
<style>
a { background-color: #D15490; }
a { background-color: rgb(209,84,144); }
div.DivClassName
{
background-color: #D15490;
}
.BgClassName
{
background-color: #D15490;
}
</style>
border-color css
<style>
span { border-color: #D15490; }
span { border-color: rgb(209,84,144); }
td.TdClassName
{
border-color: #D15490;
}
.TagClassName
{
border-color: #D15490;
}
</style>