Shades of Mulberry #D045AA
Tints of Mulberry #D045AA
RGB
CMYK
RGB Variations
Color information
#D045AA (or 0xD045AA) is known color: Mulberry. HEX triplet: D0, 45 and AA. RGB value is (208,69,170). Sum of RGB (Red+Green+Blue) = 208+69+170=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D045AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D045AA is #2FBA55. Grayscale: #797979. Windows color (decimal): -3127894 or 11158992. OLE color: 11158992.
HSL color Cylindrical-coordinate representation of color #D045AA: hue angle of 316.4º 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 #D045AA is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 170 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.18 |
| HSL | 316.4º | 0.6% | 0.54% | - |
| HSV(B) | 316.4º | 0.67% | 0.82% | - |
| XYZ | 35.4 | 20.57 | 40.13 | - |
| YUV | 122.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 170 | 0 | 0.67 | 0.18 | 0.18 | 316.4 | 0.6 | 0.54 |
| Hex | D0 | 45 | AA | 0 | 43 | 12 | 12 | 13C | 3C | 36 |
| Octal | 320 | 105 | 252 | 0 | 103 | 22 | 22 | 474 | 74 | 66 |
| Binary | 11010000 | 1000101 | 10101010 | 0 | 1000011 | 10010 | 10010 | 100111100 | 111100 | 110110 |
Color Harmonies of #D045AA
Complementary color
Monochromatic Colors of #D045AA
Black with #D045AA
Text Example
Text Example
White with #D045AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045AA; }
p { color: rgb(208,69,170); }
H1.HeaderClassName
{
color: #D045AA;
}
.AnyTagClassName
{
color: #D045AA;
}
</style>
background-color css
<style>
a { background-color: #D045AA; }
a { background-color: rgb(208,69,170); }
div.DivClassName
{
background-color: #D045AA;
}
.BgClassName
{
background-color: #D045AA;
}
</style>
border-color css
<style>
span { border-color: #D045AA; }
span { border-color: rgb(208,69,170); }
td.TdClassName
{
border-color: #D045AA;
}
.TagClassName
{
border-color: #D045AA;
}
</style>