Shades of Mulberry #D143A6
Tints of Mulberry #D143A6
RGB
CMYK
RGB Variations
Color information
#D143A6 (or 0xD143A6) is known color: Mulberry. HEX triplet: D1, 43 and A6. RGB value is (209,67,166). Sum of RGB (Red+Green+Blue) = 209+67+166=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D143A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D143A6 is #2EBC59. Grayscale: #787878. Windows color (decimal): -3062874 or 10896337. OLE color: 10896337.
HSL color Cylindrical-coordinate representation of color #D143A6: hue angle of 318.17º 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 #D143A6 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 166 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.18 |
| HSL | 318.17º | 0.61% | 0.54% | - |
| HSV(B) | 318.17º | 0.68% | 0.82% | - |
| XYZ | 35.18 | 20.32 | 38.14 | - |
| YUV | 120.74 | 153.54 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 166 | 0 | 0.68 | 0.21 | 0.18 | 318.17 | 0.61 | 0.54 |
| Hex | D1 | 43 | A6 | 0 | 44 | 15 | 12 | 13E | 3D | 36 |
| Octal | 321 | 103 | 246 | 0 | 104 | 25 | 22 | 476 | 75 | 66 |
| Binary | 11010001 | 1000011 | 10100110 | 0 | 1000100 | 10101 | 10010 | 100111110 | 111101 | 110110 |
Color Harmonies of #D143A6
Complementary color
Monochromatic Colors of #D143A6
Black with #D143A6
Text Example
Text Example
White with #D143A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143A6; }
p { color: rgb(209,67,166); }
H1.HeaderClassName
{
color: #D143A6;
}
.AnyTagClassName
{
color: #D143A6;
}
</style>
background-color css
<style>
a { background-color: #D143A6; }
a { background-color: rgb(209,67,166); }
div.DivClassName
{
background-color: #D143A6;
}
.BgClassName
{
background-color: #D143A6;
}
</style>
border-color css
<style>
span { border-color: #D143A6; }
span { border-color: rgb(209,67,166); }
td.TdClassName
{
border-color: #D143A6;
}
.TagClassName
{
border-color: #D143A6;
}
</style>