Shades of Mulberry #D040AA
Tints of Mulberry #D040AA
RGB
CMYK
RGB Variations
Color information
#D040AA (or 0xD040AA) is known color: Mulberry. HEX triplet: D0, 40 and AA. RGB value is (208,64,170). Sum of RGB (Red+Green+Blue) = 208+64+170=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D040AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D040AA is #2FBF55. Grayscale: #767676. Windows color (decimal): -3129174 or 11157712. OLE color: 11157712.
HSL color Cylindrical-coordinate representation of color #D040AA: hue angle of 315.83º 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 #D040AA is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 170 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.18 |
| HSL | 315.83º | 0.61% | 0.53% | - |
| HSV(B) | 315.83º | 0.69% | 0.82% | - |
| XYZ | 35.1 | 19.98 | 40.04 | - |
| YUV | 119.14 | 156.71 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 170 | 0 | 0.69 | 0.18 | 0.18 | 315.83 | 0.61 | 0.53 |
| Hex | D0 | 40 | AA | 0 | 45 | 12 | 12 | 13C | 3D | 35 |
| Octal | 320 | 100 | 252 | 0 | 105 | 22 | 22 | 474 | 75 | 65 |
| Binary | 11010000 | 1000000 | 10101010 | 0 | 1000101 | 10010 | 10010 | 100111100 | 111101 | 110101 |
Color Harmonies of #D040AA
Complementary color
Monochromatic Colors of #D040AA
Black with #D040AA
Text Example
Text Example
White with #D040AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040AA; }
p { color: rgb(208,64,170); }
H1.HeaderClassName
{
color: #D040AA;
}
.AnyTagClassName
{
color: #D040AA;
}
</style>
background-color css
<style>
a { background-color: #D040AA; }
a { background-color: rgb(208,64,170); }
div.DivClassName
{
background-color: #D040AA;
}
.BgClassName
{
background-color: #D040AA;
}
</style>
border-color css
<style>
span { border-color: #D040AA; }
span { border-color: rgb(208,64,170); }
td.TdClassName
{
border-color: #D040AA;
}
.TagClassName
{
border-color: #D040AA;
}
</style>