Shades of Mulberry #D0509F
Tints of Mulberry #D0509F
RGB
CMYK
RGB Variations
Color information
#D0509F (or 0xD0509F) is known color: Mulberry. HEX triplet: D0, 50 and 9F. RGB value is (208,80,159). Sum of RGB (Red+Green+Blue) = 208+80+159=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0509F is #2FAF60. Grayscale: #7F7F7F. Windows color (decimal): -3125089 or 10440912. OLE color: 10440912.
HSL color Cylindrical-coordinate representation of color #D0509F: hue angle of 322.97º 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 #D0509F is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 159 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.18 |
| HSL | 322.97º | 0.58% | 0.56% | - |
| HSV(B) | 322.97º | 0.62% | 0.82% | - |
| XYZ | 35.14 | 21.65 | 35.13 | - |
| YUV | 127.28 | 145.91 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 159 | 0 | 0.62 | 0.24 | 0.18 | 322.97 | 0.58 | 0.56 |
| Hex | D0 | 50 | 9F | 0 | 3E | 18 | 12 | 143 | 3A | 38 |
| Octal | 320 | 120 | 237 | 0 | 76 | 30 | 22 | 503 | 72 | 70 |
| Binary | 11010000 | 1010000 | 10011111 | 0 | 111110 | 11000 | 10010 | 101000011 | 111010 | 111000 |
Color Harmonies of #D0509F
Complementary color
Monochromatic Colors of #D0509F
Black with #D0509F
Text Example
Text Example
White with #D0509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0509F; }
p { color: rgb(208,80,159); }
H1.HeaderClassName
{
color: #D0509F;
}
.AnyTagClassName
{
color: #D0509F;
}
</style>
background-color css
<style>
a { background-color: #D0509F; }
a { background-color: rgb(208,80,159); }
div.DivClassName
{
background-color: #D0509F;
}
.BgClassName
{
background-color: #D0509F;
}
</style>
border-color css
<style>
span { border-color: #D0509F; }
span { border-color: rgb(208,80,159); }
td.TdClassName
{
border-color: #D0509F;
}
.TagClassName
{
border-color: #D0509F;
}
</style>