Shades of Mulberry #D355A2
Tints of Mulberry #D355A2
RGB
CMYK
RGB Variations
Color information
#D355A2 (or 0xD355A2) is known color: Mulberry. HEX triplet: D3, 55 and A2. RGB value is (211,85,162). Sum of RGB (Red+Green+Blue) = 211+85+162=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D355A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D355A2 is #2CAA5D. Grayscale: #838383. Windows color (decimal): -2927198 or 10638803. OLE color: 10638803.
HSL color Cylindrical-coordinate representation of color #D355A2: hue angle of 323.33º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D355A2 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 85 | 162 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.17 |
| HSL | 323.33º | 0.59% | 0.58% | - |
| HSV(B) | 323.33º | 0.6% | 0.83% | - |
| XYZ | 36.63 | 22.95 | 36.68 | - |
| YUV | 131.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 85 | 162 | 0 | 0.60 | 0.23 | 0.17 | 323.33 | 0.59 | 0.58 |
| Hex | D3 | 55 | A2 | 0 | 3C | 17 | 11 | 143 | 3B | 3A |
| Octal | 323 | 125 | 242 | 0 | 74 | 27 | 21 | 503 | 73 | 72 |
| Binary | 11010011 | 1010101 | 10100010 | 0 | 111100 | 10111 | 10001 | 101000011 | 111011 | 111010 |
Color Harmonies of #D355A2
Complementary color
Monochromatic Colors of #D355A2
Black with #D355A2
Text Example
Text Example
White with #D355A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D355A2; }
p { color: rgb(211,85,162); }
H1.HeaderClassName
{
color: #D355A2;
}
.AnyTagClassName
{
color: #D355A2;
}
</style>
background-color css
<style>
a { background-color: #D355A2; }
a { background-color: rgb(211,85,162); }
div.DivClassName
{
background-color: #D355A2;
}
.BgClassName
{
background-color: #D355A2;
}
</style>
border-color css
<style>
span { border-color: #D355A2; }
span { border-color: rgb(211,85,162); }
td.TdClassName
{
border-color: #D355A2;
}
.TagClassName
{
border-color: #D355A2;
}
</style>