Shades of Mulberry #D044AA
Tints of Mulberry #D044AA
RGB
CMYK
RGB Variations
Color information
#D044AA (or 0xD044AA) is known color: Mulberry. HEX triplet: D0, 44 and AA. RGB value is (208,68,170). Sum of RGB (Red+Green+Blue) = 208+68+170=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D044AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D044AA is #2FBB55. Grayscale: #797979. Windows color (decimal): -3128150 or 11158736. OLE color: 11158736.
HSL color Cylindrical-coordinate representation of color #D044AA: hue angle of 316.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 #D044AA is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 170 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.18 |
| HSL | 316.29º | 0.6% | 0.54% | - |
| HSV(B) | 316.29º | 0.67% | 0.82% | - |
| XYZ | 35.34 | 20.45 | 40.11 | - |
| YUV | 121.49 | 155.38 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 170 | 0 | 0.67 | 0.18 | 0.18 | 316.29 | 0.6 | 0.54 |
| Hex | D0 | 44 | AA | 0 | 43 | 12 | 12 | 13C | 3C | 36 |
| Octal | 320 | 104 | 252 | 0 | 103 | 22 | 22 | 474 | 74 | 66 |
| Binary | 11010000 | 1000100 | 10101010 | 0 | 1000011 | 10010 | 10010 | 100111100 | 111100 | 110110 |
Color Harmonies of #D044AA
Complementary color
Monochromatic Colors of #D044AA
Black with #D044AA
Text Example
Text Example
White with #D044AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044AA; }
p { color: rgb(208,68,170); }
H1.HeaderClassName
{
color: #D044AA;
}
.AnyTagClassName
{
color: #D044AA;
}
</style>
background-color css
<style>
a { background-color: #D044AA; }
a { background-color: rgb(208,68,170); }
div.DivClassName
{
background-color: #D044AA;
}
.BgClassName
{
background-color: #D044AA;
}
</style>
border-color css
<style>
span { border-color: #D044AA; }
span { border-color: rgb(208,68,170); }
td.TdClassName
{
border-color: #D044AA;
}
.TagClassName
{
border-color: #D044AA;
}
</style>