Shades of Mulberry #D1509D
Tints of Mulberry #D1509D
RGB
CMYK
RGB Variations
Color information
#D1509D (or 0xD1509D) is known color: Mulberry. HEX triplet: D1, 50 and 9D. RGB value is (209,80,157). Sum of RGB (Red+Green+Blue) = 209+80+157=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D1509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1509D is #2EAF62. Grayscale: #7F7F7F. Windows color (decimal): -3059555 or 10309841. OLE color: 10309841.
HSL color Cylindrical-coordinate representation of color #D1509D: hue angle of 324.19º 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 #D1509D is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 157 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.18 |
| HSL | 324.19º | 0.58% | 0.57% | - |
| HSV(B) | 324.19º | 0.62% | 0.82% | - |
| XYZ | 35.25 | 21.73 | 34.23 | - |
| YUV | 127.35 | 144.74 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 157 | 0 | 0.62 | 0.25 | 0.18 | 324.19 | 0.58 | 0.57 |
| Hex | D1 | 50 | 9D | 0 | 3E | 19 | 12 | 144 | 3A | 39 |
| Octal | 321 | 120 | 235 | 0 | 76 | 31 | 22 | 504 | 72 | 71 |
| Binary | 11010001 | 1010000 | 10011101 | 0 | 111110 | 11001 | 10010 | 101000100 | 111010 | 111001 |
Color Harmonies of #D1509D
Complementary color
Monochromatic Colors of #D1509D
Black with #D1509D
Text Example
Text Example
White with #D1509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1509D; }
p { color: rgb(209,80,157); }
H1.HeaderClassName
{
color: #D1509D;
}
.AnyTagClassName
{
color: #D1509D;
}
</style>
background-color css
<style>
a { background-color: #D1509D; }
a { background-color: rgb(209,80,157); }
div.DivClassName
{
background-color: #D1509D;
}
.BgClassName
{
background-color: #D1509D;
}
</style>
border-color css
<style>
span { border-color: #D1509D; }
span { border-color: rgb(209,80,157); }
td.TdClassName
{
border-color: #D1509D;
}
.TagClassName
{
border-color: #D1509D;
}
</style>