Shades of Mulberry #D1509E
Tints of Mulberry #D1509E
RGB
CMYK
RGB Variations
Color information
#D1509E (or 0xD1509E) is known color: Mulberry. HEX triplet: D1, 50 and 9E. RGB value is (209,80,158). Sum of RGB (Red+Green+Blue) = 209+80+158=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1509E is #2EAF61. Grayscale: #7F7F7F. Windows color (decimal): -3059554 or 10375377. OLE color: 10375377.
HSL color Cylindrical-coordinate representation of color #D1509E: hue angle of 323.72º 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 #D1509E is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 158 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.18 |
| HSL | 323.72º | 0.58% | 0.57% | - |
| HSV(B) | 323.72º | 0.62% | 0.82% | - |
| XYZ | 35.33 | 21.76 | 34.69 | - |
| YUV | 127.46 | 145.24 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 158 | 0 | 0.62 | 0.24 | 0.18 | 323.72 | 0.58 | 0.57 |
| Hex | D1 | 50 | 9E | 0 | 3E | 18 | 12 | 144 | 3A | 39 |
| Octal | 321 | 120 | 236 | 0 | 76 | 30 | 22 | 504 | 72 | 71 |
| Binary | 11010001 | 1010000 | 10011110 | 0 | 111110 | 11000 | 10010 | 101000100 | 111010 | 111001 |
Color Harmonies of #D1509E
Complementary color
Monochromatic Colors of #D1509E
Black with #D1509E
Text Example
Text Example
White with #D1509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1509E; }
p { color: rgb(209,80,158); }
H1.HeaderClassName
{
color: #D1509E;
}
.AnyTagClassName
{
color: #D1509E;
}
</style>
background-color css
<style>
a { background-color: #D1509E; }
a { background-color: rgb(209,80,158); }
div.DivClassName
{
background-color: #D1509E;
}
.BgClassName
{
background-color: #D1509E;
}
</style>
border-color css
<style>
span { border-color: #D1509E; }
span { border-color: rgb(209,80,158); }
td.TdClassName
{
border-color: #D1509E;
}
.TagClassName
{
border-color: #D1509E;
}
</style>