Shades of Mulberry #D143AB
Tints of Mulberry #D143AB
RGB
CMYK
RGB Variations
Color information
#D143AB (or 0xD143AB) is known color: Mulberry. HEX triplet: D1, 43 and AB. RGB value is (209,67,171). Sum of RGB (Red+Green+Blue) = 209+67+171=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D143AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D143AB is #2EBC54. Grayscale: #797979. Windows color (decimal): -3062869 or 11224017. OLE color: 11224017.
HSL color Cylindrical-coordinate representation of color #D143AB: hue angle of 316.06º degrees, saturation: 0.61, 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 #D143AB is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 171 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.18 |
| HSL | 316.06º | 0.61% | 0.54% | - |
| HSV(B) | 316.06º | 0.68% | 0.82% | - |
| XYZ | 35.65 | 20.51 | 40.61 | - |
| YUV | 121.31 | 156.04 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 171 | 0 | 0.68 | 0.18 | 0.18 | 316.06 | 0.61 | 0.54 |
| Hex | D1 | 43 | AB | 0 | 44 | 12 | 12 | 13C | 3D | 36 |
| Octal | 321 | 103 | 253 | 0 | 104 | 22 | 22 | 474 | 75 | 66 |
| Binary | 11010001 | 1000011 | 10101011 | 0 | 1000100 | 10010 | 10010 | 100111100 | 111101 | 110110 |
Color Harmonies of #D143AB
Complementary color
Monochromatic Colors of #D143AB
Black with #D143AB
Text Example
Text Example
White with #D143AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143AB; }
p { color: rgb(209,67,171); }
H1.HeaderClassName
{
color: #D143AB;
}
.AnyTagClassName
{
color: #D143AB;
}
</style>
background-color css
<style>
a { background-color: #D143AB; }
a { background-color: rgb(209,67,171); }
div.DivClassName
{
background-color: #D143AB;
}
.BgClassName
{
background-color: #D143AB;
}
</style>
border-color css
<style>
span { border-color: #D143AB; }
span { border-color: rgb(209,67,171); }
td.TdClassName
{
border-color: #D143AB;
}
.TagClassName
{
border-color: #D143AB;
}
</style>