Shades of Mulberry #D144AB
Tints of Mulberry #D144AB
RGB
CMYK
RGB Variations
Color information
#D144AB (or 0xD144AB) is known color: Mulberry. HEX triplet: D1, 44 and AB. RGB value is (209,68,171). Sum of RGB (Red+Green+Blue) = 209+68+171=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D144AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D144AB is #2EBB54. Grayscale: #797979. Windows color (decimal): -3062613 or 11224273. OLE color: 11224273.
HSL color Cylindrical-coordinate representation of color #D144AB: hue angle of 316.17º 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 #D144AB is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 171 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.18 |
| HSL | 316.17º | 0.61% | 0.54% | - |
| HSV(B) | 316.17º | 0.67% | 0.82% | - |
| XYZ | 35.71 | 20.63 | 40.63 | - |
| YUV | 121.9 | 155.71 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 171 | 0 | 0.67 | 0.18 | 0.18 | 316.17 | 0.61 | 0.54 |
| Hex | D1 | 44 | AB | 0 | 43 | 12 | 12 | 13C | 3D | 36 |
| Octal | 321 | 104 | 253 | 0 | 103 | 22 | 22 | 474 | 75 | 66 |
| Binary | 11010001 | 1000100 | 10101011 | 0 | 1000011 | 10010 | 10010 | 100111100 | 111101 | 110110 |
Color Harmonies of #D144AB
Complementary color
Monochromatic Colors of #D144AB
Black with #D144AB
Text Example
Text Example
White with #D144AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144AB; }
p { color: rgb(209,68,171); }
H1.HeaderClassName
{
color: #D144AB;
}
.AnyTagClassName
{
color: #D144AB;
}
</style>
background-color css
<style>
a { background-color: #D144AB; }
a { background-color: rgb(209,68,171); }
div.DivClassName
{
background-color: #D144AB;
}
.BgClassName
{
background-color: #D144AB;
}
</style>
border-color css
<style>
span { border-color: #D144AB; }
span { border-color: rgb(209,68,171); }
td.TdClassName
{
border-color: #D144AB;
}
.TagClassName
{
border-color: #D144AB;
}
</style>