Shades of Mulberry #D041A1
Tints of Mulberry #D041A1
RGB
CMYK
RGB Variations
Color information
#D041A1 (or 0xD041A1) is known color: Mulberry. HEX triplet: D0, 41 and A1. RGB value is (208,65,161). Sum of RGB (Red+Green+Blue) = 208+65+161=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D041A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D041A1 is #2FBE5E. Grayscale: #767676. Windows color (decimal): -3128927 or 10568144. OLE color: 10568144.
HSL color Cylindrical-coordinate representation of color #D041A1: hue angle of 319.72º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D041A1 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 161 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.18 |
| HSL | 319.72º | 0.6% | 0.54% | - |
| HSV(B) | 319.72º | 0.69% | 0.82% | - |
| XYZ | 34.34 | 19.76 | 35.72 | - |
| YUV | 118.7 | 151.88 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 161 | 0 | 0.69 | 0.23 | 0.18 | 319.72 | 0.6 | 0.54 |
| Hex | D0 | 41 | A1 | 0 | 45 | 17 | 12 | 140 | 3C | 36 |
| Octal | 320 | 101 | 241 | 0 | 105 | 27 | 22 | 500 | 74 | 66 |
| Binary | 11010000 | 1000001 | 10100001 | 0 | 1000101 | 10111 | 10010 | 101000000 | 111100 | 110110 |
Color Harmonies of #D041A1
Complementary color
Monochromatic Colors of #D041A1
Black with #D041A1
Text Example
Text Example
White with #D041A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D041A1; }
p { color: rgb(208,65,161); }
H1.HeaderClassName
{
color: #D041A1;
}
.AnyTagClassName
{
color: #D041A1;
}
</style>
background-color css
<style>
a { background-color: #D041A1; }
a { background-color: rgb(208,65,161); }
div.DivClassName
{
background-color: #D041A1;
}
.BgClassName
{
background-color: #D041A1;
}
</style>
border-color css
<style>
span { border-color: #D041A1; }
span { border-color: rgb(208,65,161); }
td.TdClassName
{
border-color: #D041A1;
}
.TagClassName
{
border-color: #D041A1;
}
</style>