Shades of Mulberry #D0509B
Tints of Mulberry #D0509B
RGB
CMYK
RGB Variations
Color information
#D0509B (or 0xD0509B) is known color: Mulberry. HEX triplet: D0, 50 and 9B. RGB value is (208,80,155). Sum of RGB (Red+Green+Blue) = 208+80+155=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0509B is #2FAF64. Grayscale: #7E7E7E. Windows color (decimal): -3125093 or 10178768. OLE color: 10178768.
HSL color Cylindrical-coordinate representation of color #D0509B: hue angle of 324.84º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0509B is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 155 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.18 |
| HSL | 324.84º | 0.58% | 0.56% | - |
| HSV(B) | 324.84º | 0.62% | 0.82% | - |
| XYZ | 34.8 | 21.51 | 33.33 | - |
| YUV | 126.82 | 143.91 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 155 | 0 | 0.62 | 0.25 | 0.18 | 324.84 | 0.58 | 0.56 |
| Hex | D0 | 50 | 9B | 0 | 3E | 19 | 12 | 145 | 3A | 38 |
| Octal | 320 | 120 | 233 | 0 | 76 | 31 | 22 | 505 | 72 | 70 |
| Binary | 11010000 | 1010000 | 10011011 | 0 | 111110 | 11001 | 10010 | 101000101 | 111010 | 111000 |
Color Harmonies of #D0509B
Complementary color
Monochromatic Colors of #D0509B
Black with #D0509B
Text Example
Text Example
White with #D0509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0509B; }
p { color: rgb(208,80,155); }
H1.HeaderClassName
{
color: #D0509B;
}
.AnyTagClassName
{
color: #D0509B;
}
</style>
background-color css
<style>
a { background-color: #D0509B; }
a { background-color: rgb(208,80,155); }
div.DivClassName
{
background-color: #D0509B;
}
.BgClassName
{
background-color: #D0509B;
}
</style>
border-color css
<style>
span { border-color: #D0509B; }
span { border-color: rgb(208,80,155); }
td.TdClassName
{
border-color: #D0509B;
}
.TagClassName
{
border-color: #D0509B;
}
</style>