Shades of Mulberry #D356A2
Tints of Mulberry #D356A2
RGB
CMYK
RGB Variations
Color information
#D356A2 (or 0xD356A2) is known color: Mulberry. HEX triplet: D3, 56 and A2. RGB value is (211,86,162). Sum of RGB (Red+Green+Blue) = 211+86+162=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D356A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D356A2 is #2CA95D. Grayscale: #838383. Windows color (decimal): -2926942 or 10639059. OLE color: 10639059.
HSL color Cylindrical-coordinate representation of color #D356A2: hue angle of 323.52º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D356A2 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 86 | 162 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.17 |
| HSL | 323.52º | 0.59% | 0.58% | - |
| HSV(B) | 323.52º | 0.59% | 0.83% | - |
| XYZ | 36.71 | 23.11 | 36.71 | - |
| YUV | 132.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 162 | 0 | 0.59 | 0.23 | 0.17 | 323.52 | 0.59 | 0.58 |
| Hex | D3 | 56 | A2 | 0 | 3B | 17 | 11 | 144 | 3B | 3A |
| Octal | 323 | 126 | 242 | 0 | 73 | 27 | 21 | 504 | 73 | 72 |
| Binary | 11010011 | 1010110 | 10100010 | 0 | 111011 | 10111 | 10001 | 101000100 | 111011 | 111010 |
Color Harmonies of #D356A2
Complementary color
Monochromatic Colors of #D356A2
Black with #D356A2
Text Example
Text Example
White with #D356A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D356A2; }
p { color: rgb(211,86,162); }
H1.HeaderClassName
{
color: #D356A2;
}
.AnyTagClassName
{
color: #D356A2;
}
</style>
background-color css
<style>
a { background-color: #D356A2; }
a { background-color: rgb(211,86,162); }
div.DivClassName
{
background-color: #D356A2;
}
.BgClassName
{
background-color: #D356A2;
}
</style>
border-color css
<style>
span { border-color: #D356A2; }
span { border-color: rgb(211,86,162); }
td.TdClassName
{
border-color: #D356A2;
}
.TagClassName
{
border-color: #D356A2;
}
</style>