Shades of Mulberry #D040A4
Tints of Mulberry #D040A4
RGB
CMYK
RGB Variations
Color information
#D040A4 (or 0xD040A4) is known color: Mulberry. HEX triplet: D0, 40 and A4. RGB value is (208,64,164). Sum of RGB (Red+Green+Blue) = 208+64+164=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D040A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D040A4 is #2FBF5B. Grayscale: #767676. Windows color (decimal): -3129180 or 10764496. OLE color: 10764496.
HSL color Cylindrical-coordinate representation of color #D040A4: hue angle of 318.33º 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 #D040A4 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 164 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.18 |
| HSL | 318.33º | 0.61% | 0.53% | - |
| HSV(B) | 318.33º | 0.69% | 0.82% | - |
| XYZ | 34.55 | 19.76 | 37.11 | - |
| YUV | 118.46 | 153.71 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 164 | 0 | 0.69 | 0.21 | 0.18 | 318.33 | 0.61 | 0.53 |
| Hex | D0 | 40 | A4 | 0 | 45 | 15 | 12 | 13E | 3D | 35 |
| Octal | 320 | 100 | 244 | 0 | 105 | 25 | 22 | 476 | 75 | 65 |
| Binary | 11010000 | 1000000 | 10100100 | 0 | 1000101 | 10101 | 10010 | 100111110 | 111101 | 110101 |
Color Harmonies of #D040A4
Complementary color
Monochromatic Colors of #D040A4
Black with #D040A4
Text Example
Text Example
White with #D040A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040A4; }
p { color: rgb(208,64,164); }
H1.HeaderClassName
{
color: #D040A4;
}
.AnyTagClassName
{
color: #D040A4;
}
</style>
background-color css
<style>
a { background-color: #D040A4; }
a { background-color: rgb(208,64,164); }
div.DivClassName
{
background-color: #D040A4;
}
.BgClassName
{
background-color: #D040A4;
}
</style>
border-color css
<style>
span { border-color: #D040A4; }
span { border-color: rgb(208,64,164); }
td.TdClassName
{
border-color: #D040A4;
}
.TagClassName
{
border-color: #D040A4;
}
</style>