Shades of Mulberry #D043A2
Tints of Mulberry #D043A2
RGB
CMYK
RGB Variations
Color information
#D043A2 (or 0xD043A2) is known color: Mulberry. HEX triplet: D0, 43 and A2. RGB value is (208,67,162). Sum of RGB (Red+Green+Blue) = 208+67+162=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D043A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D043A2 is #2FBC5D. Grayscale: #777777. Windows color (decimal): -3128414 or 10634192. OLE color: 10634192.
HSL color Cylindrical-coordinate representation of color #D043A2: hue angle of 319.57º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D043A2 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 162 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.18 |
| HSL | 319.57º | 0.6% | 0.54% | - |
| HSV(B) | 319.57º | 0.68% | 0.82% | - |
| XYZ | 34.54 | 20.03 | 36.23 | - |
| YUV | 119.99 | 151.71 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 162 | 0 | 0.68 | 0.22 | 0.18 | 319.57 | 0.6 | 0.54 |
| Hex | D0 | 43 | A2 | 0 | 44 | 16 | 12 | 140 | 3C | 36 |
| Octal | 320 | 103 | 242 | 0 | 104 | 26 | 22 | 500 | 74 | 66 |
| Binary | 11010000 | 1000011 | 10100010 | 0 | 1000100 | 10110 | 10010 | 101000000 | 111100 | 110110 |
Color Harmonies of #D043A2
Complementary color
Monochromatic Colors of #D043A2
Black with #D043A2
Text Example
Text Example
White with #D043A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043A2; }
p { color: rgb(208,67,162); }
H1.HeaderClassName
{
color: #D043A2;
}
.AnyTagClassName
{
color: #D043A2;
}
</style>
background-color css
<style>
a { background-color: #D043A2; }
a { background-color: rgb(208,67,162); }
div.DivClassName
{
background-color: #D043A2;
}
.BgClassName
{
background-color: #D043A2;
}
</style>
border-color css
<style>
span { border-color: #D043A2; }
span { border-color: rgb(208,67,162); }
td.TdClassName
{
border-color: #D043A2;
}
.TagClassName
{
border-color: #D043A2;
}
</style>