Shades of Mulberry #D441AA
Tints of Mulberry #D441AA
RGB
CMYK
RGB Variations
Color information
#D441AA (or 0xD441AA) is known color: Mulberry. HEX triplet: D4, 41 and AA. RGB value is (212,65,170). Sum of RGB (Red+Green+Blue) = 212+65+170=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D441AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D441AA is #2BBE55. Grayscale: #787878. Windows color (decimal): -2866774 or 11157972. OLE color: 11157972.
HSL color Cylindrical-coordinate representation of color #D441AA: hue angle of 317.14º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D441AA is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 170 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.17 |
| HSL | 317.14º | 0.63% | 0.54% | - |
| HSV(B) | 317.14º | 0.69% | 0.83% | - |
| XYZ | 36.3 | 20.68 | 40.11 | - |
| YUV | 120.92 | 155.7 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 170 | 0 | 0.69 | 0.20 | 0.17 | 317.14 | 0.63 | 0.54 |
| Hex | D4 | 41 | AA | 0 | 45 | 14 | 11 | 13D | 3F | 36 |
| Octal | 324 | 101 | 252 | 0 | 105 | 24 | 21 | 475 | 77 | 66 |
| Binary | 11010100 | 1000001 | 10101010 | 0 | 1000101 | 10100 | 10001 | 100111101 | 111111 | 110110 |
Color Harmonies of #D441AA
Complementary color
Monochromatic Colors of #D441AA
Black with #D441AA
Text Example
Text Example
White with #D441AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D441AA; }
p { color: rgb(212,65,170); }
H1.HeaderClassName
{
color: #D441AA;
}
.AnyTagClassName
{
color: #D441AA;
}
</style>
background-color css
<style>
a { background-color: #D441AA; }
a { background-color: rgb(212,65,170); }
div.DivClassName
{
background-color: #D441AA;
}
.BgClassName
{
background-color: #D441AA;
}
</style>
border-color css
<style>
span { border-color: #D441AA; }
span { border-color: rgb(212,65,170); }
td.TdClassName
{
border-color: #D441AA;
}
.TagClassName
{
border-color: #D441AA;
}
</style>