Shades of Mulberry #D042A0
Tints of Mulberry #D042A0
RGB
CMYK
RGB Variations
Color information
#D042A0 (or 0xD042A0) is known color: Mulberry. HEX triplet: D0, 42 and A0. RGB value is (208,66,160). Sum of RGB (Red+Green+Blue) = 208+66+160=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D042A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D042A0 is #2FBD5F. Grayscale: #767676. Windows color (decimal): -3128672 or 10502864. OLE color: 10502864.
HSL color Cylindrical-coordinate representation of color #D042A0: hue angle of 320.28º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D042A0 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 160 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.18 |
| HSL | 320.28º | 0.6% | 0.54% | - |
| HSV(B) | 320.28º | 0.68% | 0.82% | - |
| XYZ | 34.31 | 19.84 | 35.28 | - |
| YUV | 119.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 160 | 0 | 0.68 | 0.23 | 0.18 | 320.28 | 0.6 | 0.54 |
| Hex | D0 | 42 | A0 | 0 | 44 | 17 | 12 | 140 | 3C | 36 |
| Octal | 320 | 102 | 240 | 0 | 104 | 27 | 22 | 500 | 74 | 66 |
| Binary | 11010000 | 1000010 | 10100000 | 0 | 1000100 | 10111 | 10010 | 101000000 | 111100 | 110110 |
Color Harmonies of #D042A0
Complementary color
Monochromatic Colors of #D042A0
Black with #D042A0
Text Example
Text Example
White with #D042A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D042A0; }
p { color: rgb(208,66,160); }
H1.HeaderClassName
{
color: #D042A0;
}
.AnyTagClassName
{
color: #D042A0;
}
</style>
background-color css
<style>
a { background-color: #D042A0; }
a { background-color: rgb(208,66,160); }
div.DivClassName
{
background-color: #D042A0;
}
.BgClassName
{
background-color: #D042A0;
}
</style>
border-color css
<style>
span { border-color: #D042A0; }
span { border-color: rgb(208,66,160); }
td.TdClassName
{
border-color: #D042A0;
}
.TagClassName
{
border-color: #D042A0;
}
</style>