Shades of Mulberry #D350A3
Tints of Mulberry #D350A3
RGB
CMYK
RGB Variations
Color information
#D350A3 (or 0xD350A3) is known color: Mulberry. HEX triplet: D3, 50 and A3. RGB value is (211,80,163). Sum of RGB (Red+Green+Blue) = 211+80+163=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D350A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D350A3 is #2CAF5C. Grayscale: #808080. Windows color (decimal): -2928477 or 10703059. OLE color: 10703059.
HSL color Cylindrical-coordinate representation of color #D350A3: hue angle of 321.98º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D350A3 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 80 | 163 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.17 |
| HSL | 321.98º | 0.6% | 0.57% | - |
| HSV(B) | 321.98º | 0.62% | 0.83% | - |
| XYZ | 36.34 | 22.23 | 37.03 | - |
| YUV | 128.63 | 147.4 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 163 | 0 | 0.62 | 0.23 | 0.17 | 321.98 | 0.6 | 0.57 |
| Hex | D3 | 50 | A3 | 0 | 3E | 17 | 11 | 142 | 3C | 39 |
| Octal | 323 | 120 | 243 | 0 | 76 | 27 | 21 | 502 | 74 | 71 |
| Binary | 11010011 | 1010000 | 10100011 | 0 | 111110 | 10111 | 10001 | 101000010 | 111100 | 111001 |
Color Harmonies of #D350A3
Complementary color
Monochromatic Colors of #D350A3
Black with #D350A3
Text Example
Text Example
White with #D350A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D350A3; }
p { color: rgb(211,80,163); }
H1.HeaderClassName
{
color: #D350A3;
}
.AnyTagClassName
{
color: #D350A3;
}
</style>
background-color css
<style>
a { background-color: #D350A3; }
a { background-color: rgb(211,80,163); }
div.DivClassName
{
background-color: #D350A3;
}
.BgClassName
{
background-color: #D350A3;
}
</style>
border-color css
<style>
span { border-color: #D350A3; }
span { border-color: rgb(211,80,163); }
td.TdClassName
{
border-color: #D350A3;
}
.TagClassName
{
border-color: #D350A3;
}
</style>