Shades of Mulberry #D0518B
Tints of Mulberry #D0518B
RGB
CMYK
RGB Variations
Color information
#D0518B (or 0xD0518B) is known color: Mulberry. HEX triplet: D0, 51 and 8B. RGB value is (208,81,139). Sum of RGB (Red+Green+Blue) = 208+81+139=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0518B is #2FAE74. Grayscale: #7D7D7D. Windows color (decimal): -3124853 or 9130448. OLE color: 9130448.
HSL color Cylindrical-coordinate representation of color #D0518B: hue angle of 332.6º degrees, saturation: 0.57, 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 #D0518B is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 81 | 139 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.18 |
| HSL | 332.6º | 0.57% | 0.57% | - |
| HSV(B) | 332.6º | 0.61% | 0.82% | - |
| XYZ | 33.62 | 21.16 | 26.74 | - |
| YUV | 125.59 | 135.58 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 139 | 0 | 0.61 | 0.33 | 0.18 | 332.6 | 0.57 | 0.57 |
| Hex | D0 | 51 | 8B | 0 | 3D | 21 | 12 | 14D | 39 | 39 |
| Octal | 320 | 121 | 213 | 0 | 75 | 41 | 22 | 515 | 71 | 71 |
| Binary | 11010000 | 1010001 | 10001011 | 0 | 111101 | 100001 | 10010 | 101001101 | 111001 | 111001 |
Color Harmonies of #D0518B
Complementary color
Monochromatic Colors of #D0518B
Black with #D0518B
Text Example
Text Example
White with #D0518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0518B; }
p { color: rgb(208,81,139); }
H1.HeaderClassName
{
color: #D0518B;
}
.AnyTagClassName
{
color: #D0518B;
}
</style>
background-color css
<style>
a { background-color: #D0518B; }
a { background-color: rgb(208,81,139); }
div.DivClassName
{
background-color: #D0518B;
}
.BgClassName
{
background-color: #D0518B;
}
</style>
border-color css
<style>
span { border-color: #D0518B; }
span { border-color: rgb(208,81,139); }
td.TdClassName
{
border-color: #D0518B;
}
.TagClassName
{
border-color: #D0518B;
}
</style>