Shades of Mulberry #D44AAA
Tints of Mulberry #D44AAA
RGB
CMYK
RGB Variations
Color information
#D44AAA (or 0xD44AAA) is known color: Mulberry. HEX triplet: D4, 4A and AA. RGB value is (212,74,170). Sum of RGB (Red+Green+Blue) = 212+74+170=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D44AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44AAA is #2BB555. Grayscale: #7D7D7D. Windows color (decimal): -2864470 or 11160276. OLE color: 11160276.
HSL color Cylindrical-coordinate representation of color #D44AAA: hue angle of 318.26º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44AAA is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 74 | 170 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.17 |
| HSL | 318.26º | 0.62% | 0.56% | - |
| HSV(B) | 318.26º | 0.65% | 0.83% | - |
| XYZ | 36.86 | 21.8 | 40.29 | - |
| YUV | 126.21 | 152.72 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 74 | 170 | 0 | 0.65 | 0.20 | 0.17 | 318.26 | 0.62 | 0.56 |
| Hex | D4 | 4A | AA | 0 | 41 | 14 | 11 | 13E | 3E | 38 |
| Octal | 324 | 112 | 252 | 0 | 101 | 24 | 21 | 476 | 76 | 70 |
| Binary | 11010100 | 1001010 | 10101010 | 0 | 1000001 | 10100 | 10001 | 100111110 | 111110 | 111000 |
Color Harmonies of #D44AAA
Complementary color
Monochromatic Colors of #D44AAA
Black with #D44AAA
Text Example
Text Example
White with #D44AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44AAA; }
p { color: rgb(212,74,170); }
H1.HeaderClassName
{
color: #D44AAA;
}
.AnyTagClassName
{
color: #D44AAA;
}
</style>
background-color css
<style>
a { background-color: #D44AAA; }
a { background-color: rgb(212,74,170); }
div.DivClassName
{
background-color: #D44AAA;
}
.BgClassName
{
background-color: #D44AAA;
}
</style>
border-color css
<style>
span { border-color: #D44AAA; }
span { border-color: rgb(212,74,170); }
td.TdClassName
{
border-color: #D44AAA;
}
.TagClassName
{
border-color: #D44AAA;
}
</style>