Shades of Mulberry #D040A1
Tints of Mulberry #D040A1
RGB
CMYK
RGB Variations
Color information
#D040A1 (or 0xD040A1) is known color: Mulberry. HEX triplet: D0, 40 and A1. RGB value is (208,64,161). Sum of RGB (Red+Green+Blue) = 208+64+161=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D040A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D040A1 is #2FBF5E. Grayscale: #757575. Windows color (decimal): -3129183 or 10567888. OLE color: 10567888.
HSL color Cylindrical-coordinate representation of color #D040A1: hue angle of 319.58º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D040A1 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 161 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.18 |
| HSL | 319.58º | 0.61% | 0.53% | - |
| HSV(B) | 319.58º | 0.69% | 0.82% | - |
| XYZ | 34.28 | 19.65 | 35.7 | - |
| YUV | 118.11 | 152.21 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 161 | 0 | 0.69 | 0.23 | 0.18 | 319.58 | 0.61 | 0.53 |
| Hex | D0 | 40 | A1 | 0 | 45 | 17 | 12 | 140 | 3D | 35 |
| Octal | 320 | 100 | 241 | 0 | 105 | 27 | 22 | 500 | 75 | 65 |
| Binary | 11010000 | 1000000 | 10100001 | 0 | 1000101 | 10111 | 10010 | 101000000 | 111101 | 110101 |
Color Harmonies of #D040A1
Complementary color
Monochromatic Colors of #D040A1
Black with #D040A1
Text Example
Text Example
White with #D040A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040A1; }
p { color: rgb(208,64,161); }
H1.HeaderClassName
{
color: #D040A1;
}
.AnyTagClassName
{
color: #D040A1;
}
</style>
background-color css
<style>
a { background-color: #D040A1; }
a { background-color: rgb(208,64,161); }
div.DivClassName
{
background-color: #D040A1;
}
.BgClassName
{
background-color: #D040A1;
}
</style>
border-color css
<style>
span { border-color: #D040A1; }
span { border-color: rgb(208,64,161); }
td.TdClassName
{
border-color: #D040A1;
}
.TagClassName
{
border-color: #D040A1;
}
</style>