Shades of Mulberry #D15095
Tints of Mulberry #D15095
RGB
CMYK
RGB Variations
Color information
#D15095 (or 0xD15095) is known color: Mulberry. HEX triplet: D1, 50 and 95. RGB value is (209,80,149). Sum of RGB (Red+Green+Blue) = 209+80+149=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D15095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15095 is #2EAF6A. Grayscale: #7E7E7E. Windows color (decimal): -3059563 or 9785553. OLE color: 9785553.
HSL color Cylindrical-coordinate representation of color #D15095: hue angle of 327.91º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D15095 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 149 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.18 |
| HSL | 327.91º | 0.58% | 0.57% | - |
| HSV(B) | 327.91º | 0.62% | 0.82% | - |
| XYZ | 34.59 | 21.46 | 30.75 | - |
| YUV | 126.44 | 140.74 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 149 | 0 | 0.62 | 0.29 | 0.18 | 327.91 | 0.58 | 0.57 |
| Hex | D1 | 50 | 95 | 0 | 3E | 1D | 12 | 148 | 3A | 39 |
| Octal | 321 | 120 | 225 | 0 | 76 | 35 | 22 | 510 | 72 | 71 |
| Binary | 11010001 | 1010000 | 10010101 | 0 | 111110 | 11101 | 10010 | 101001000 | 111010 | 111001 |
Color Harmonies of #D15095
Complementary color
Monochromatic Colors of #D15095
Black with #D15095
Text Example
Text Example
White with #D15095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15095; }
p { color: rgb(209,80,149); }
H1.HeaderClassName
{
color: #D15095;
}
.AnyTagClassName
{
color: #D15095;
}
</style>
background-color css
<style>
a { background-color: #D15095; }
a { background-color: rgb(209,80,149); }
div.DivClassName
{
background-color: #D15095;
}
.BgClassName
{
background-color: #D15095;
}
</style>
border-color css
<style>
span { border-color: #D15095; }
span { border-color: rgb(209,80,149); }
td.TdClassName
{
border-color: #D15095;
}
.TagClassName
{
border-color: #D15095;
}
</style>