Shades of Mulberry #D041AB
Tints of Mulberry #D041AB
RGB
CMYK
RGB Variations
Color information
#D041AB (or 0xD041AB) is known color: Mulberry. HEX triplet: D0, 41 and AB. RGB value is (208,65,171). Sum of RGB (Red+Green+Blue) = 208+65+171=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D041AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D041AB is #2FBE54. Grayscale: #777777. Windows color (decimal): -3128917 or 11223504. OLE color: 11223504.
HSL color Cylindrical-coordinate representation of color #D041AB: hue angle of 315.52º 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 #D041AB is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 171 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.18 |
| HSL | 315.52º | 0.6% | 0.54% | - |
| HSV(B) | 315.52º | 0.69% | 0.82% | - |
| XYZ | 35.25 | 20.13 | 40.56 | - |
| YUV | 119.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 171 | 0 | 0.69 | 0.18 | 0.18 | 315.52 | 0.6 | 0.54 |
| Hex | D0 | 41 | AB | 0 | 45 | 12 | 12 | 13C | 3C | 36 |
| Octal | 320 | 101 | 253 | 0 | 105 | 22 | 22 | 474 | 74 | 66 |
| Binary | 11010000 | 1000001 | 10101011 | 0 | 1000101 | 10010 | 10010 | 100111100 | 111100 | 110110 |
Color Harmonies of #D041AB
Complementary color
Monochromatic Colors of #D041AB
Black with #D041AB
Text Example
Text Example
White with #D041AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D041AB; }
p { color: rgb(208,65,171); }
H1.HeaderClassName
{
color: #D041AB;
}
.AnyTagClassName
{
color: #D041AB;
}
</style>
background-color css
<style>
a { background-color: #D041AB; }
a { background-color: rgb(208,65,171); }
div.DivClassName
{
background-color: #D041AB;
}
.BgClassName
{
background-color: #D041AB;
}
</style>
border-color css
<style>
span { border-color: #D041AB; }
span { border-color: rgb(208,65,171); }
td.TdClassName
{
border-color: #D041AB;
}
.TagClassName
{
border-color: #D041AB;
}
</style>