Shades of Mulberry #D143A3
Tints of Mulberry #D143A3
RGB
CMYK
RGB Variations
Color information
#D143A3 (or 0xD143A3) is known color: Mulberry. HEX triplet: D1, 43 and A3. RGB value is (209,67,163). Sum of RGB (Red+Green+Blue) = 209+67+163=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D143A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D143A3 is #2EBC5C. Grayscale: #787878. Windows color (decimal): -3062877 or 10699729. OLE color: 10699729.
HSL color Cylindrical-coordinate representation of color #D143A3: hue angle of 319.44º 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 #D143A3 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 163 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.18 |
| HSL | 319.44º | 0.61% | 0.54% | - |
| HSV(B) | 319.44º | 0.68% | 0.82% | - |
| XYZ | 34.91 | 20.21 | 36.71 | - |
| YUV | 120.4 | 152.04 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 163 | 0 | 0.68 | 0.22 | 0.18 | 319.44 | 0.61 | 0.54 |
| Hex | D1 | 43 | A3 | 0 | 44 | 16 | 12 | 13F | 3D | 36 |
| Octal | 321 | 103 | 243 | 0 | 104 | 26 | 22 | 477 | 75 | 66 |
| Binary | 11010001 | 1000011 | 10100011 | 0 | 1000100 | 10110 | 10010 | 100111111 | 111101 | 110110 |
Color Harmonies of #D143A3
Complementary color
Monochromatic Colors of #D143A3
Black with #D143A3
Text Example
Text Example
White with #D143A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143A3; }
p { color: rgb(209,67,163); }
H1.HeaderClassName
{
color: #D143A3;
}
.AnyTagClassName
{
color: #D143A3;
}
</style>
background-color css
<style>
a { background-color: #D143A3; }
a { background-color: rgb(209,67,163); }
div.DivClassName
{
background-color: #D143A3;
}
.BgClassName
{
background-color: #D143A3;
}
</style>
border-color css
<style>
span { border-color: #D143A3; }
span { border-color: rgb(209,67,163); }
td.TdClassName
{
border-color: #D143A3;
}
.TagClassName
{
border-color: #D143A3;
}
</style>