Shades of Mulberry #D040A2
Tints of Mulberry #D040A2
RGB
CMYK
RGB Variations
Color information
#D040A2 (or 0xD040A2) is known color: Mulberry. HEX triplet: D0, 40 and A2. RGB value is (208,64,162). Sum of RGB (Red+Green+Blue) = 208+64+162=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D040A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D040A2 is #2FBF5D. Grayscale: #757575. Windows color (decimal): -3129182 or 10633424. OLE color: 10633424.
HSL color Cylindrical-coordinate representation of color #D040A2: hue angle of 319.17º 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 #D040A2 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 162 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.18 |
| HSL | 319.17º | 0.61% | 0.53% | - |
| HSV(B) | 319.17º | 0.69% | 0.82% | - |
| XYZ | 34.37 | 19.69 | 36.17 | - |
| YUV | 118.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 162 | 0 | 0.69 | 0.22 | 0.18 | 319.17 | 0.61 | 0.53 |
| Hex | D0 | 40 | A2 | 0 | 45 | 16 | 12 | 13F | 3D | 35 |
| Octal | 320 | 100 | 242 | 0 | 105 | 26 | 22 | 477 | 75 | 65 |
| Binary | 11010000 | 1000000 | 10100010 | 0 | 1000101 | 10110 | 10010 | 100111111 | 111101 | 110101 |
Color Harmonies of #D040A2
Complementary color
Monochromatic Colors of #D040A2
Black with #D040A2
Text Example
Text Example
White with #D040A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040A2; }
p { color: rgb(208,64,162); }
H1.HeaderClassName
{
color: #D040A2;
}
.AnyTagClassName
{
color: #D040A2;
}
</style>
background-color css
<style>
a { background-color: #D040A2; }
a { background-color: rgb(208,64,162); }
div.DivClassName
{
background-color: #D040A2;
}
.BgClassName
{
background-color: #D040A2;
}
</style>
border-color css
<style>
span { border-color: #D040A2; }
span { border-color: rgb(208,64,162); }
td.TdClassName
{
border-color: #D040A2;
}
.TagClassName
{
border-color: #D040A2;
}
</style>