Shades of Mulberry #D144AA
Tints of Mulberry #D144AA
RGB
CMYK
RGB Variations
Color information
#D144AA (or 0xD144AA) is known color: Mulberry. HEX triplet: D1, 44 and AA. RGB value is (209,68,170). Sum of RGB (Red+Green+Blue) = 209+68+170=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D144AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D144AA is #2EBB55. Grayscale: #797979. Windows color (decimal): -3062614 or 11158737. OLE color: 11158737.
HSL color Cylindrical-coordinate representation of color #D144AA: hue angle of 316.6º degrees, saturation: 0.61, 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 #D144AA is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 170 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.18 |
| HSL | 316.6º | 0.61% | 0.54% | - |
| HSV(B) | 316.6º | 0.67% | 0.82% | - |
| XYZ | 35.62 | 20.59 | 40.13 | - |
| YUV | 121.79 | 155.21 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 170 | 0 | 0.67 | 0.19 | 0.18 | 316.6 | 0.61 | 0.54 |
| Hex | D1 | 44 | AA | 0 | 43 | 13 | 12 | 13D | 3D | 36 |
| Octal | 321 | 104 | 252 | 0 | 103 | 23 | 22 | 475 | 75 | 66 |
| Binary | 11010001 | 1000100 | 10101010 | 0 | 1000011 | 10011 | 10010 | 100111101 | 111101 | 110110 |
Color Harmonies of #D144AA
Complementary color
Monochromatic Colors of #D144AA
Black with #D144AA
Text Example
Text Example
White with #D144AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144AA; }
p { color: rgb(209,68,170); }
H1.HeaderClassName
{
color: #D144AA;
}
.AnyTagClassName
{
color: #D144AA;
}
</style>
background-color css
<style>
a { background-color: #D144AA; }
a { background-color: rgb(209,68,170); }
div.DivClassName
{
background-color: #D144AA;
}
.BgClassName
{
background-color: #D144AA;
}
</style>
border-color css
<style>
span { border-color: #D144AA; }
span { border-color: rgb(209,68,170); }
td.TdClassName
{
border-color: #D144AA;
}
.TagClassName
{
border-color: #D144AA;
}
</style>