Shades of Mulberry #D046A0
Tints of Mulberry #D046A0
RGB
CMYK
RGB Variations
Color information
#D046A0 (or 0xD046A0) is known color: Mulberry. HEX triplet: D0, 46 and A0. RGB value is (208,70,160). Sum of RGB (Red+Green+Blue) = 208+70+160=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D046A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D046A0 is #2FB95F. Grayscale: #797979. Windows color (decimal): -3127648 or 10503888. OLE color: 10503888.
HSL color Cylindrical-coordinate representation of color #D046A0: hue angle of 320.87º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D046A0 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 160 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.18 |
| HSL | 320.87º | 0.59% | 0.55% | - |
| HSV(B) | 320.87º | 0.66% | 0.82% | - |
| XYZ | 34.55 | 20.33 | 35.36 | - |
| YUV | 121.52 | 149.72 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 160 | 0 | 0.66 | 0.23 | 0.18 | 320.87 | 0.59 | 0.55 |
| Hex | D0 | 46 | A0 | 0 | 42 | 17 | 12 | 141 | 3B | 37 |
| Octal | 320 | 106 | 240 | 0 | 102 | 27 | 22 | 501 | 73 | 67 |
| Binary | 11010000 | 1000110 | 10100000 | 0 | 1000010 | 10111 | 10010 | 101000001 | 111011 | 110111 |
Color Harmonies of #D046A0
Complementary color
Monochromatic Colors of #D046A0
Black with #D046A0
Text Example
Text Example
White with #D046A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D046A0; }
p { color: rgb(208,70,160); }
H1.HeaderClassName
{
color: #D046A0;
}
.AnyTagClassName
{
color: #D046A0;
}
</style>
background-color css
<style>
a { background-color: #D046A0; }
a { background-color: rgb(208,70,160); }
div.DivClassName
{
background-color: #D046A0;
}
.BgClassName
{
background-color: #D046A0;
}
</style>
border-color css
<style>
span { border-color: #D046A0; }
span { border-color: rgb(208,70,160); }
td.TdClassName
{
border-color: #D046A0;
}
.TagClassName
{
border-color: #D046A0;
}
</style>