Shades of Mulberry #D15794
Tints of Mulberry #D15794
RGB
CMYK
RGB Variations
Color information
#D15794 (or 0xD15794) is known color: Mulberry. HEX triplet: D1, 57 and 94. RGB value is (209,87,148). Sum of RGB (Red+Green+Blue) = 209+87+148=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D15794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15794 is #2EA86B. Grayscale: #828282. Windows color (decimal): -3057772 or 9721809. OLE color: 9721809.
HSL color Cylindrical-coordinate representation of color #D15794: hue angle of 330º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D15794 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 148 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.18 |
| HSL | 330º | 0.57% | 0.58% | - |
| HSV(B) | 330º | 0.58% | 0.82% | - |
| XYZ | 35.05 | 22.51 | 30.51 | - |
| YUV | 130.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 148 | 0 | 0.58 | 0.29 | 0.18 | 330 | 0.57 | 0.58 |
| Hex | D1 | 57 | 94 | 0 | 3A | 1D | 12 | 14A | 39 | 3A |
| Octal | 321 | 127 | 224 | 0 | 72 | 35 | 22 | 512 | 71 | 72 |
| Binary | 11010001 | 1010111 | 10010100 | 0 | 111010 | 11101 | 10010 | 101001010 | 111001 | 111010 |
Color Harmonies of #D15794
Complementary color
Monochromatic Colors of #D15794
Black with #D15794
Text Example
Text Example
White with #D15794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15794; }
p { color: rgb(209,87,148); }
H1.HeaderClassName
{
color: #D15794;
}
.AnyTagClassName
{
color: #D15794;
}
</style>
background-color css
<style>
a { background-color: #D15794; }
a { background-color: rgb(209,87,148); }
div.DivClassName
{
background-color: #D15794;
}
.BgClassName
{
background-color: #D15794;
}
</style>
border-color css
<style>
span { border-color: #D15794; }
span { border-color: rgb(209,87,148); }
td.TdClassName
{
border-color: #D15794;
}
.TagClassName
{
border-color: #D15794;
}
</style>