Shades of Mulberry #D355AA
Tints of Mulberry #D355AA
RGB
CMYK
RGB Variations
Color information
#D355AA (or 0xD355AA) is known color: Mulberry. HEX triplet: D3, 55 and AA. RGB value is (211,85,170). Sum of RGB (Red+Green+Blue) = 211+85+170=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D355AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D355AA is #2CAA55. Grayscale: #848484. Windows color (decimal): -2927190 or 11163091. OLE color: 11163091.
HSL color Cylindrical-coordinate representation of color #D355AA: hue angle of 319.52º 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 #D355AA is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 85 | 170 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.17 |
| HSL | 319.52º | 0.59% | 0.58% | - |
| HSV(B) | 319.52º | 0.6% | 0.83% | - |
| XYZ | 37.37 | 23.25 | 40.55 | - |
| YUV | 132.36 | 149.24 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 85 | 170 | 0 | 0.60 | 0.19 | 0.17 | 319.52 | 0.59 | 0.58 |
| Hex | D3 | 55 | AA | 0 | 3C | 13 | 11 | 140 | 3B | 3A |
| Octal | 323 | 125 | 252 | 0 | 74 | 23 | 21 | 500 | 73 | 72 |
| Binary | 11010011 | 1010101 | 10101010 | 0 | 111100 | 10011 | 10001 | 101000000 | 111011 | 111010 |
Color Harmonies of #D355AA
Complementary color
Monochromatic Colors of #D355AA
Black with #D355AA
Text Example
Text Example
White with #D355AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D355AA; }
p { color: rgb(211,85,170); }
H1.HeaderClassName
{
color: #D355AA;
}
.AnyTagClassName
{
color: #D355AA;
}
</style>
background-color css
<style>
a { background-color: #D355AA; }
a { background-color: rgb(211,85,170); }
div.DivClassName
{
background-color: #D355AA;
}
.BgClassName
{
background-color: #D355AA;
}
</style>
border-color css
<style>
span { border-color: #D355AA; }
span { border-color: rgb(211,85,170); }
td.TdClassName
{
border-color: #D355AA;
}
.TagClassName
{
border-color: #D355AA;
}
</style>