Shades of Mulberry #D143A1
Tints of Mulberry #D143A1
RGB
CMYK
RGB Variations
Color information
#D143A1 (or 0xD143A1) is known color: Mulberry. HEX triplet: D1, 43 and A1. RGB value is (209,67,161). Sum of RGB (Red+Green+Blue) = 209+67+161=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D143A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D143A1 is #2EBC5E. Grayscale: #777777. Windows color (decimal): -3062879 or 10568657. OLE color: 10568657.
HSL color Cylindrical-coordinate representation of color #D143A1: hue angle of 320.28º 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 #D143A1 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 161 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.18 |
| HSL | 320.28º | 0.61% | 0.54% | - |
| HSV(B) | 320.28º | 0.68% | 0.82% | - |
| XYZ | 34.73 | 20.14 | 35.78 | - |
| YUV | 120.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 161 | 0 | 0.68 | 0.23 | 0.18 | 320.28 | 0.61 | 0.54 |
| Hex | D1 | 43 | A1 | 0 | 44 | 17 | 12 | 140 | 3D | 36 |
| Octal | 321 | 103 | 241 | 0 | 104 | 27 | 22 | 500 | 75 | 66 |
| Binary | 11010001 | 1000011 | 10100001 | 0 | 1000100 | 10111 | 10010 | 101000000 | 111101 | 110110 |
Color Harmonies of #D143A1
Complementary color
Monochromatic Colors of #D143A1
Black with #D143A1
Text Example
Text Example
White with #D143A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143A1; }
p { color: rgb(209,67,161); }
H1.HeaderClassName
{
color: #D143A1;
}
.AnyTagClassName
{
color: #D143A1;
}
</style>
background-color css
<style>
a { background-color: #D143A1; }
a { background-color: rgb(209,67,161); }
div.DivClassName
{
background-color: #D143A1;
}
.BgClassName
{
background-color: #D143A1;
}
</style>
border-color css
<style>
span { border-color: #D143A1; }
span { border-color: rgb(209,67,161); }
td.TdClassName
{
border-color: #D143A1;
}
.TagClassName
{
border-color: #D143A1;
}
</style>