Shades of Mulberry #D041AA
Tints of Mulberry #D041AA
RGB
CMYK
RGB Variations
Color information
#D041AA (or 0xD041AA) is known color: Mulberry. HEX triplet: D0, 41 and AA. RGB value is (208,65,170). Sum of RGB (Red+Green+Blue) = 208+65+170=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D041AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D041AA is #2FBE55. Grayscale: #777777. Windows color (decimal): -3128918 or 11157968. OLE color: 11157968.
HSL color Cylindrical-coordinate representation of color #D041AA: hue angle of 315.94º 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 #D041AA is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 170 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.18 |
| HSL | 315.94º | 0.6% | 0.54% | - |
| HSV(B) | 315.94º | 0.69% | 0.82% | - |
| XYZ | 35.16 | 20.09 | 40.06 | - |
| YUV | 119.73 | 156.38 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 170 | 0 | 0.69 | 0.18 | 0.18 | 315.94 | 0.6 | 0.54 |
| Hex | D0 | 41 | AA | 0 | 45 | 12 | 12 | 13C | 3C | 36 |
| Octal | 320 | 101 | 252 | 0 | 105 | 22 | 22 | 474 | 74 | 66 |
| Binary | 11010000 | 1000001 | 10101010 | 0 | 1000101 | 10010 | 10010 | 100111100 | 111100 | 110110 |
Color Harmonies of #D041AA
Complementary color
Monochromatic Colors of #D041AA
Black with #D041AA
Text Example
Text Example
White with #D041AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D041AA; }
p { color: rgb(208,65,170); }
H1.HeaderClassName
{
color: #D041AA;
}
.AnyTagClassName
{
color: #D041AA;
}
</style>
background-color css
<style>
a { background-color: #D041AA; }
a { background-color: rgb(208,65,170); }
div.DivClassName
{
background-color: #D041AA;
}
.BgClassName
{
background-color: #D041AA;
}
</style>
border-color css
<style>
span { border-color: #D041AA; }
span { border-color: rgb(208,65,170); }
td.TdClassName
{
border-color: #D041AA;
}
.TagClassName
{
border-color: #D041AA;
}
</style>