Shades of Mulberry #D1519A
Tints of Mulberry #D1519A
RGB
CMYK
RGB Variations
Color information
#D1519A (or 0xD1519A) is known color: Mulberry. HEX triplet: D1, 51 and 9A. RGB value is (209,81,154). Sum of RGB (Red+Green+Blue) = 209+81+154=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D1519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1519A is #2EAE65. Grayscale: #7F7F7F. Windows color (decimal): -3059302 or 10113489. OLE color: 10113489.
HSL color Cylindrical-coordinate representation of color #D1519A: hue angle of 325.78º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1519A is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 154 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.18 |
| HSL | 325.78º | 0.58% | 0.57% | - |
| HSV(B) | 325.78º | 0.61% | 0.82% | - |
| XYZ | 35.07 | 21.77 | 32.93 | - |
| YUV | 127.59 | 142.91 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 154 | 0 | 0.61 | 0.26 | 0.18 | 325.78 | 0.58 | 0.57 |
| Hex | D1 | 51 | 9A | 0 | 3D | 1A | 12 | 146 | 3A | 39 |
| Octal | 321 | 121 | 232 | 0 | 75 | 32 | 22 | 506 | 72 | 71 |
| Binary | 11010001 | 1010001 | 10011010 | 0 | 111101 | 11010 | 10010 | 101000110 | 111010 | 111001 |
Color Harmonies of #D1519A
Complementary color
Monochromatic Colors of #D1519A
Black with #D1519A
Text Example
Text Example
White with #D1519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1519A; }
p { color: rgb(209,81,154); }
H1.HeaderClassName
{
color: #D1519A;
}
.AnyTagClassName
{
color: #D1519A;
}
</style>
background-color css
<style>
a { background-color: #D1519A; }
a { background-color: rgb(209,81,154); }
div.DivClassName
{
background-color: #D1519A;
}
.BgClassName
{
background-color: #D1519A;
}
</style>
border-color css
<style>
span { border-color: #D1519A; }
span { border-color: rgb(209,81,154); }
td.TdClassName
{
border-color: #D1519A;
}
.TagClassName
{
border-color: #D1519A;
}
</style>