Shades of Mulberry #D143AA
Tints of Mulberry #D143AA
RGB
CMYK
RGB Variations
Color information
#D143AA (or 0xD143AA) is known color: Mulberry. HEX triplet: D1, 43 and AA. RGB value is (209,67,170). Sum of RGB (Red+Green+Blue) = 209+67+170=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D143AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D143AA is #2EBC55. Grayscale: #787878. Windows color (decimal): -3062870 or 11158481. OLE color: 11158481.
HSL color Cylindrical-coordinate representation of color #D143AA: hue angle of 316.48º 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 #D143AA is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 170 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.18 |
| HSL | 316.48º | 0.61% | 0.54% | - |
| HSV(B) | 316.48º | 0.68% | 0.82% | - |
| XYZ | 35.56 | 20.47 | 40.11 | - |
| YUV | 121.2 | 155.54 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 170 | 0 | 0.68 | 0.19 | 0.18 | 316.48 | 0.61 | 0.54 |
| Hex | D1 | 43 | AA | 0 | 44 | 13 | 12 | 13C | 3D | 36 |
| Octal | 321 | 103 | 252 | 0 | 104 | 23 | 22 | 474 | 75 | 66 |
| Binary | 11010001 | 1000011 | 10101010 | 0 | 1000100 | 10011 | 10010 | 100111100 | 111101 | 110110 |
Color Harmonies of #D143AA
Complementary color
Monochromatic Colors of #D143AA
Black with #D143AA
Text Example
Text Example
White with #D143AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143AA; }
p { color: rgb(209,67,170); }
H1.HeaderClassName
{
color: #D143AA;
}
.AnyTagClassName
{
color: #D143AA;
}
</style>
background-color css
<style>
a { background-color: #D143AA; }
a { background-color: rgb(209,67,170); }
div.DivClassName
{
background-color: #D143AA;
}
.BgClassName
{
background-color: #D143AA;
}
</style>
border-color css
<style>
span { border-color: #D143AA; }
span { border-color: rgb(209,67,170); }
td.TdClassName
{
border-color: #D143AA;
}
.TagClassName
{
border-color: #D143AA;
}
</style>