Shades of Mulberry #D044A3
Tints of Mulberry #D044A3
RGB
CMYK
RGB Variations
Color information
#D044A3 (or 0xD044A3) is known color: Mulberry. HEX triplet: D0, 44 and A3. RGB value is (208,68,163). Sum of RGB (Red+Green+Blue) = 208+68+163=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D044A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D044A3 is #2FBB5C. Grayscale: #787878. Windows color (decimal): -3128157 or 10699984. OLE color: 10699984.
HSL color Cylindrical-coordinate representation of color #D044A3: hue angle of 319.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D044A3 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 163 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.18 |
| HSL | 319.29º | 0.6% | 0.54% | - |
| HSV(B) | 319.29º | 0.67% | 0.82% | - |
| XYZ | 34.69 | 20.19 | 36.72 | - |
| YUV | 120.69 | 151.88 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 163 | 0 | 0.67 | 0.22 | 0.18 | 319.29 | 0.6 | 0.54 |
| Hex | D0 | 44 | A3 | 0 | 43 | 16 | 12 | 13F | 3C | 36 |
| Octal | 320 | 104 | 243 | 0 | 103 | 26 | 22 | 477 | 74 | 66 |
| Binary | 11010000 | 1000100 | 10100011 | 0 | 1000011 | 10110 | 10010 | 100111111 | 111100 | 110110 |
Color Harmonies of #D044A3
Complementary color
Monochromatic Colors of #D044A3
Black with #D044A3
Text Example
Text Example
White with #D044A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044A3; }
p { color: rgb(208,68,163); }
H1.HeaderClassName
{
color: #D044A3;
}
.AnyTagClassName
{
color: #D044A3;
}
</style>
background-color css
<style>
a { background-color: #D044A3; }
a { background-color: rgb(208,68,163); }
div.DivClassName
{
background-color: #D044A3;
}
.BgClassName
{
background-color: #D044A3;
}
</style>
border-color css
<style>
span { border-color: #D044A3; }
span { border-color: rgb(208,68,163); }
td.TdClassName
{
border-color: #D044A3;
}
.TagClassName
{
border-color: #D044A3;
}
</style>