Shades of Mulberry #D0479A
Tints of Mulberry #D0479A
RGB
CMYK
RGB Variations
Color information
#D0479A (or 0xD0479A) is known color: Mulberry. HEX triplet: D0, 47 and 9A. RGB value is (208,71,154). Sum of RGB (Red+Green+Blue) = 208+71+154=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D0479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0479A is #2FB865. Grayscale: #797979. Windows color (decimal): -3127398 or 10110928. OLE color: 10110928.
HSL color Cylindrical-coordinate representation of color #D0479A: hue angle of 323.65º 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 #D0479A is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 154 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.18 |
| HSL | 323.65º | 0.59% | 0.55% | - |
| HSV(B) | 323.65º | 0.66% | 0.82% | - |
| XYZ | 34.1 | 20.25 | 32.68 | - |
| YUV | 121.43 | 146.39 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 154 | 0 | 0.66 | 0.26 | 0.18 | 323.65 | 0.59 | 0.55 |
| Hex | D0 | 47 | 9A | 0 | 42 | 1A | 12 | 144 | 3B | 37 |
| Octal | 320 | 107 | 232 | 0 | 102 | 32 | 22 | 504 | 73 | 67 |
| Binary | 11010000 | 1000111 | 10011010 | 0 | 1000010 | 11010 | 10010 | 101000100 | 111011 | 110111 |
Color Harmonies of #D0479A
Complementary color
Monochromatic Colors of #D0479A
Black with #D0479A
Text Example
Text Example
White with #D0479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0479A; }
p { color: rgb(208,71,154); }
H1.HeaderClassName
{
color: #D0479A;
}
.AnyTagClassName
{
color: #D0479A;
}
</style>
background-color css
<style>
a { background-color: #D0479A; }
a { background-color: rgb(208,71,154); }
div.DivClassName
{
background-color: #D0479A;
}
.BgClassName
{
background-color: #D0479A;
}
</style>
border-color css
<style>
span { border-color: #D0479A; }
span { border-color: rgb(208,71,154); }
td.TdClassName
{
border-color: #D0479A;
}
.TagClassName
{
border-color: #D0479A;
}
</style>