Shades of Mulberry #D044A1
Tints of Mulberry #D044A1
RGB
CMYK
RGB Variations
Color information
#D044A1 (or 0xD044A1) is known color: Mulberry. HEX triplet: D0, 44 and A1. RGB value is (208,68,161). Sum of RGB (Red+Green+Blue) = 208+68+161=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D044A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D044A1 is #2FBB5E. Grayscale: #787878. Windows color (decimal): -3128159 or 10568912. OLE color: 10568912.
HSL color Cylindrical-coordinate representation of color #D044A1: hue angle of 320.14º 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 #D044A1 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 161 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.18 |
| HSL | 320.14º | 0.6% | 0.54% | - |
| HSV(B) | 320.14º | 0.67% | 0.82% | - |
| XYZ | 34.51 | 20.12 | 35.78 | - |
| YUV | 120.46 | 150.88 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 161 | 0 | 0.67 | 0.23 | 0.18 | 320.14 | 0.6 | 0.54 |
| Hex | D0 | 44 | A1 | 0 | 43 | 17 | 12 | 140 | 3C | 36 |
| Octal | 320 | 104 | 241 | 0 | 103 | 27 | 22 | 500 | 74 | 66 |
| Binary | 11010000 | 1000100 | 10100001 | 0 | 1000011 | 10111 | 10010 | 101000000 | 111100 | 110110 |
Color Harmonies of #D044A1
Complementary color
Monochromatic Colors of #D044A1
Black with #D044A1
Text Example
Text Example
White with #D044A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044A1; }
p { color: rgb(208,68,161); }
H1.HeaderClassName
{
color: #D044A1;
}
.AnyTagClassName
{
color: #D044A1;
}
</style>
background-color css
<style>
a { background-color: #D044A1; }
a { background-color: rgb(208,68,161); }
div.DivClassName
{
background-color: #D044A1;
}
.BgClassName
{
background-color: #D044A1;
}
</style>
border-color css
<style>
span { border-color: #D044A1; }
span { border-color: rgb(208,68,161); }
td.TdClassName
{
border-color: #D044A1;
}
.TagClassName
{
border-color: #D044A1;
}
</style>