Shades of Mulberry #D043AA
Tints of Mulberry #D043AA
RGB
CMYK
RGB Variations
Color information
#D043AA (or 0xD043AA) is known color: Mulberry. HEX triplet: D0, 43 and AA. RGB value is (208,67,170). Sum of RGB (Red+Green+Blue) = 208+67+170=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D043AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D043AA is #2FBC55. Grayscale: #787878. Windows color (decimal): -3128406 or 11158480. OLE color: 11158480.
HSL color Cylindrical-coordinate representation of color #D043AA: hue angle of 316.17º 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 #D043AA is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 170 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.18 |
| HSL | 316.17º | 0.6% | 0.54% | - |
| HSV(B) | 316.17º | 0.68% | 0.82% | - |
| XYZ | 35.28 | 20.33 | 40.09 | - |
| YUV | 120.9 | 155.71 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 170 | 0 | 0.68 | 0.18 | 0.18 | 316.17 | 0.6 | 0.54 |
| Hex | D0 | 43 | AA | 0 | 44 | 12 | 12 | 13C | 3C | 36 |
| Octal | 320 | 103 | 252 | 0 | 104 | 22 | 22 | 474 | 74 | 66 |
| Binary | 11010000 | 1000011 | 10101010 | 0 | 1000100 | 10010 | 10010 | 100111100 | 111100 | 110110 |
Color Harmonies of #D043AA
Complementary color
Monochromatic Colors of #D043AA
Black with #D043AA
Text Example
Text Example
White with #D043AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043AA; }
p { color: rgb(208,67,170); }
H1.HeaderClassName
{
color: #D043AA;
}
.AnyTagClassName
{
color: #D043AA;
}
</style>
background-color css
<style>
a { background-color: #D043AA; }
a { background-color: rgb(208,67,170); }
div.DivClassName
{
background-color: #D043AA;
}
.BgClassName
{
background-color: #D043AA;
}
</style>
border-color css
<style>
span { border-color: #D043AA; }
span { border-color: rgb(208,67,170); }
td.TdClassName
{
border-color: #D043AA;
}
.TagClassName
{
border-color: #D043AA;
}
</style>