Shades of Mulberry #D743A1
Tints of Mulberry #D743A1
RGB
CMYK
RGB Variations
Color information
#D743A1 (or 0xD743A1) is known color: Mulberry. HEX triplet: D7, 43 and A1. RGB value is (215,67,161). Sum of RGB (Red+Green+Blue) = 215+67+161=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D743A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D743A1 is #28BC5E. Grayscale: #797979. Windows color (decimal): -2669663 or 10568663. OLE color: 10568663.
HSL color Cylindrical-coordinate representation of color #D743A1: hue angle of 321.89º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D743A1 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 67 | 161 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.16 |
| HSL | 321.89º | 0.65% | 0.55% | - |
| HSV(B) | 321.89º | 0.69% | 0.84% | - |
| XYZ | 36.46 | 21.03 | 35.86 | - |
| YUV | 121.97 | 150.03 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 67 | 161 | 0 | 0.69 | 0.25 | 0.16 | 321.89 | 0.65 | 0.55 |
| Hex | D7 | 43 | A1 | 0 | 45 | 19 | 10 | 142 | 41 | 37 |
| Octal | 327 | 103 | 241 | 0 | 105 | 31 | 20 | 502 | 101 | 67 |
| Binary | 11010111 | 1000011 | 10100001 | 0 | 1000101 | 11001 | 10000 | 101000010 | 1000001 | 110111 |
Color Harmonies of #D743A1
Complementary color
Monochromatic Colors of #D743A1
Black with #D743A1
Text Example
Text Example
White with #D743A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D743A1; }
p { color: rgb(215,67,161); }
H1.HeaderClassName
{
color: #D743A1;
}
.AnyTagClassName
{
color: #D743A1;
}
</style>
background-color css
<style>
a { background-color: #D743A1; }
a { background-color: rgb(215,67,161); }
div.DivClassName
{
background-color: #D743A1;
}
.BgClassName
{
background-color: #D743A1;
}
</style>
border-color css
<style>
span { border-color: #D743A1; }
span { border-color: rgb(215,67,161); }
td.TdClassName
{
border-color: #D743A1;
}
.TagClassName
{
border-color: #D743A1;
}
</style>